Re: Disable Tomcat from caching

2008-12-26 Thread Tina Hua
Steve, Check out this link. I implemented the cachingAllowed="false"> in the .xml file and the .xml kept displaying the same old content itself. I removed the "application cache" folder in the usr/jakarta-tomcat-5.0.27/work/Catalina/localhost/ and it worked like a charm! Good luck! http://ma

Re: Tomcat start problem in Window XP

2008-12-26 Thread Milan Cvejic
As i can see from your log file, your tomcat server is started and is listening on port 80. evanxpz wrote: Recently I just formatted my window. After I formatted it, I re-setup the tomcat 5.5. However, I can't start the tomcat anymore. When I start it, I always get the logs as below and then g

Tomcat start problem in Window XP

2008-12-26 Thread evanxpz
Recently I just formatted my window. After I formatted it, I re-setup the tomcat 5.5. However, I can't start the tomcat anymore. When I start it, I always get the logs as below and then got a pop-up saying "Start of tomcat failed" in netbeans 6.5. I tried to start it from command line but the lo

Using java.security.Principal with web service calls on Tomcat

2008-12-26 Thread Glen Mazza
Hello, Kumar Jayanti of Sun Microsystems had written a blog entry[1] showing how on GlassFish, for web service calls, how roles can be dynamically assigned to the SOAP client (here, based on the validation of a SAML assertion). I was wondering if I could do the same for Tomcat. Basically, his we