Hello guys can anyone help me, I\'ve generate my play app with this command play war mainindonesia -o ROOT --zip
Apache Derby has an option to run its \"Network Server\" as a web application in a servlet container (derby.war).
I\'m new on the java universe, also new in the tomcat world. So, the issue is: I need to run a java class as a daemon. This class should be able to comunicate with the tomcat requests.
If you\'re not using AJP, Tomcat 6.0 Connectors have a nice maxHttpHeaderSize attribute in server.xml.But if you are using AJP, that attribute is not understood.Is there any way to increase the allowe
As far as I\'m concerned Spring is integrated in Apache Tomcat. Although, when trying to implement session beans, I\'ve encountered an error
I notice that the first time a user visits my site the Wicket-generated URLs contain a jsessionid, rather than relying on the cookie for session information.
I use Eclipse Indigo (EE) to build applications in Java framework Vaadin, using Tomcat 7.0 server. After changes in code I wont see result in a browser,
I am using Eclipse as my SDK for web project and I need tomcat integration with Eclipse. I am on my Ubuntu machine. How can I do the integration stuff? How and from where I can downl开发者_运维问答oad
I have a Wicket app with some pag开发者_高级运维es containing accented chars, entered as UTF-8, e.g. \"résumé\".
I\'m trying to use the new Java 7 switch on strings feature. But Tomcat is not cooperating. I\'ve made sure that tomcat is running under java 7 but it seems that it\'s not compiling under it.