1
vote
2answers
14 views
Tomcat per webapp memory settings
I am having two webapplication running inside tomcat. Java Heap space is allocated for Tomcat and it is shared for both appliaction. In that one application consumes more and other is getting …
4
votes
4answers
74 views
When is Spring + Tomcat not powerful enough?
I've been reading/learning more about Spring lately, and how one would use Spring in combination with other open-source tools like Tomcat and Hibernate. I'm evaluating whether or not Spring MVC could …
0
votes
7answers
115 views
Java out of memory Exception
Hi,
I am running a Java Web Application in Tomcat. The application uses Quartz framework to schedule the cron job at regular intervals. This cron job involves parsing a 4+ MB xml file, which I am …
0
votes
2answers
25 views
Problem getting tomcat to start up on reboot
I'm having trouble getting tomcat to start
I followed these instructions to get tomcat / apache2 running:
http://www.mogilowski.net/?p=121
...but tomcat fails to start on reboot. Here's the …
0
votes
0answers
18 views
Getting an HTTP 403 (Access Denied) upon successful authentication when using container-managed security
I've been working on setting up container-managed security (see previous question here). According to everything I've read on the topic, it looks like things should be configured correctly (using the …
0
votes
2answers
25 views
tomcat6 application deployment error
Hi,
I am new to tomcat and servlets and am trying to deploy my first web application in tomcat and the index.jsp page is showing up blank.
It works fine in eclipse. I have the web.xml for the …
1
vote
2answers
34 views
Get ServletContext on tomcat from jax-rs / jersey
I'm playing around with jax-rs , deploying on tomcat (handling via com.sun.ws.rest.spi.container.servlet.ServletContainer). It's basically
@Path("/hello")
@Produces({"text/plain"})
public class …
0
votes
1answer
25 views
Average max concurrent users on Tomcat
Hello, I am doing stress tests with JMeter on web application (built with Spring, Struts2 REST, uses PostgreSQL).
I am simulating typical user's scenario with my app - 4 GET, 3 INSERT, 20 UPDATE …
0
votes
2answers
72 views
Simplest way to serve static data from outside the application server in a Java web application
I have a Java web application, using Spring and Struts, running on Tomcat 5.5. I want to load static images that will be shown both on the Web UI and in PDF files generated by the application. Also …
2
votes
1answer
34 views
Deploying multiple grails applications with Apache/Tomcat + Virtual Hosts
I haven't been able to figure out how to deploy multiple grails applications with Apache/Tomcat where a virtual host is mapped to each grails app
I can get it so that
…
1
vote
1answer
60 views
+100
Hot Deploy of development changes with Eclipse, Tomcat, and Jetspeed
Hi,
I am developing a Jetspeed portal application running on Tomcat, using the Eclipse IDE with the Sysdeo Tomcat launcher plugin to enable debugging of the application running in Tomcat/Jetspeed.
I …
2
votes
5answers
83 views
Where/how to store persistent data with tomcat ?
Where should I store persistent files in a Tomcat web app ?
javax.servlet.context.tempdir is not feasible, it's erased when the app is redeployed/removed
Don't want to use an absolute path in e.g. …
0
votes
4answers
74 views
Storing java objects in server memory
Hi all,
I got a java web project handling several objects (again containing n objects of type A (e.g. time and value) and m objects of type B (e.g. time and String array)). The web projects itself …
0
votes
1answer
16 views
Not so Strange error: Could not parse [..] hibernate.cfg.xml [..] Caused by: org.dom4j.DocumentException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory
I am deploying my application to Tomcat 6.0.20.
Application uses Hibernate as ORM, Spring, and JSF for web-tier.
I also made simple runner from main() method to test Spring-Hibernate collaboration. …
1
vote
2answers
28 views
What’s an easy, quick way to reload a webapp in tomcat in dev environment?
I'm running Tomcat 6 on Windows. I've got the "Monitor Tomcat" system tray icon which allows me to start and shutdown Tomcat, but is there another little tool that allows me to easily reload my web …
