Tagged Questions
2
votes
1answer
835 views
How to configure Glassfish + NGINX to serve static files with NGINX?
I have a EC2 ubuntu with Glassfish v3 + Nginx setup to host my java web application. This application is deployed as a WAR file to Glassfish . The NGINX is currenty passing all request to the ...
1
vote
1answer
500 views
Tomcat web application intermittent freeze
I have a Grails web application (just a standard war file) deployed on a Ubuntu 10.10 server running on tomcat 6. My database is postgresql.
The problem is that every so often (once or twice a day ...
1
vote
3answers
443 views
Diagnosing Solaris 8 server memory and swap space usage
Essentially, my question is related to memory allocation for Solaris virtual machines.
I am running a couple of old Sun ONE 6 Java web servers on two Solaris 8 virtual machines. I see that there's a ...
0
votes
2answers
2k views
Where to write files form a web application running on Tomcat on Ubuntu?
I have a Java web application (myapp.war) which I want do deploy to Tomcat, which is provided by Ubuntu (package tomcat6). This works by placing myapp.jar to the webapps direcotry. This works.
Now, ...
0
votes
7answers
645 views
Multiple Java Apps on single Server
What is the best way to host potentially dozens of fairly trivial Java web applications on a single machine? These will be for different clients, and so having them isolated from each other is ...
1
vote
2answers
3k views
debugging JBoss 100% CPU usage
We are using JBoss to run two of our WARs. One is our web app, the other is our web service. The web app accesses a database on another machine and makes requests to the web service. The web service ...
0
votes
1answer
351 views
How do I add the sort extension to an IMAP server?
if we do own a Mail server supporting, how is it possible to add a sort extension to it?
Also how is it possible for a client using java mail to check if the server does indeed support the Sort ...
1
vote
2answers
4k views
Deploying applications in Jetty (as a former Tomcat user)
I'm trying to deploy a GWT app with Jetty. I have a folder with both static content and servlets (including web.xml and java class files). In Tomcat I was able to simply move this folder into the ...
0
votes
1answer
80 views
Clientside Javascript --> Serverside Java --> user is served a .doc
I am helping someone out with a javascript-based web app (even though I know next to nothing about web development) and we are unsure about the best way to implement a feature we'd like to have.
...
