tomcat5.5

TomCat Issue: tomcat as windows service makes sql authentication to fail whereas if tomcat is run normally conn to db is successful

we hav a java app running on tomcat backend is sql server configured for windows authentication we are runnning tomcat as a windows service we are not able to connect to sql db bcoz tomcat is used as windows service. guess, its taking different userid and pass for which sql server windows authentication fails. however, if we run tomcat ...

Tomcat5.5 Page load time

I have multiple websites running on Tomcat: <Context path="/foo"......</Context> <Context path="/bar"......</Context> When I surf to one of the applications, it takes approx. 3 minutes to load. However, if I hit the refresh button midway through the 3 minute wait/load time, the site comes up right away. In general, is there an explana...

Tomcat 5.5 OutOfMemory error using Hibernate

I'm experiencing a OutOfMemory error from Tomcat. This error started ever since I added Hibernate into the application. I'm not using Spring, so I do all the open/close for Hibernate Sessions. Below are a few Hibernate configs that I'm using. I create my SessionFactory in the Java code. hibernate.current_session_context_class=thread h...

Initial Tomcat 5.5 heap size

Anyone knows what is the initialTomcat5.5 heap size? ...