Recently I created a maven based web project and used tomcat as application server to debug ... But tomcat is frequently dead (pergem error which means out of memery ) after run app from the Project
I have a Error404Servlet which is configured as error-page for 404 in web.xml: <servlet> <servlet-name>Error404</servlet-name>
Is it possible to use the flash.net.NetConnection object to connect to my Flash remoting enabled web application over HTTPS within Tomcat or any other servlet container?
I am trying to configure cruisecontrol to use Tomcat rather than Jetty as its servlet engine. I am following a tutorial on this and I\'m stuck at the point where it says:
I\'ve been having a hard time making a JNDI data source work.Following instructions at http://tomcat.apache.org/tomcat-5.5-doc/jndi-resources-howto.html
I\'m interested in ensuring that a couple of pages in a we开发者_运维技巧bapp are only accessible via https, but I don\'t want to authenticate the users.
I have a home page home.html inside a war file named \"webapp-1.0.war\".When the browser requests \"http://domain/myapp\" I want the home.html served up, but I want the browswer address bar to continu
Can I set Tomcat (or my webapp if it\'s done that way) to require SSL for confidentiality of the built-in For开发者_开发知识库m-Based Login mechanism?
I get the error: \"Only a type can be imported. XYZ resolves to a package.\" Someone has explained the cause here but I am not sure what I supposed to do to fix this. FYI: I am using Eclipse. I have
I am doing stress test with JMeter on web application (built with Spring, Struts2 REST, uses PostgreSQL).