I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other asp
In tomcat6, wher开发者_如何学Goe does tomcat put the generated java file for a JSP file? exception:
Where is the usage of serialization 开发者_开发问答in a webapplication. Is it necessary that a form bean is serializable.
Each time I shut down Tomcat 开发者_如何学运维server, it deletes my exploded webapp. What do I have to do to stop that? It\'s really inconvenient constantly copying it again under the webapps dir.This
I am trying to find the best way to pass complex configurations in a Spring webapp running in Tomcat. Currently I use JNDI to pass data sources and strings from the Tomcat context into the webapp, and
I want to create a bean that has start() and stop() methods. When the webapp\'s context is active, start() is called during Spring\'s runtime bootup. When the webapp is undeployed or stopped, the sto
I\'m trying to get Tomcat 6.0.20 working with SSL authentication. I used keytool to create a new certificate, put it into my user dir, and set the tomcat authentication to this (server.xml):
I\'ve followed the instructions here for setting the maxPacketSize in AJP... AJP connector doc It states in the doc that I need to \"you must also change the packetSize attribute of your AJP connect
I\'m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root
I am running Eclipse Galileo with Tomcat 6.0.18. Currently, I have a working application with the m2Eclipse plugin installed. It deploys to Tomcat and I am able to test my application.