Ive read so often that an Apache Webserver should be installed before an tomcat to achieve better performance. They say. that tomcat can\'t provide static files as well a开发者_运维技巧s the Apache.
I have set the heap size of tomcat 7 by adding the following line in catalina.sh export CATALINA_OPTS=\"-Xms512m -Xmx1024m\"
I\'m trying to connect from a standalone applet to a servlet running on tomcat: Servlet public void init(ServletConfig config) throws ServletException {
I\'ve just completed the deployment of the Tomcat Application Server on my mac, but I don\'t know how to deploy the SOAP webapp to Tomcat.
I am attempting to add BASIC authentication to my RESTful web-service. Currently I have BASIC authentication for an Apache Tomcat 6.0 server, but I need to deploy my web-service on a WebSphere applica
I am new to JSF. I am using Tomcat 7.0.14 and trying to run SimpleHelloByEnteringName example but getting following errors in startup and at runtime
I have a tomcat server proxied by lighttpd 1.4. The problem is, that HttpServleTRequest.getRemoteAddr returns localhost (127.0.0.1). Is there any way to configure Tomcat (6.0.29) or lighttpd to rewrit
I have copied grails project war file in tomcat/webapp Then i g开发者_StackOverflow中文版ive its url in browser as
Happy Friday!I assume somebody out there has a simple answer to this question and I\'m hoping you read this post.I haven\'t really found the answer that I want searching the tubes & StackOverflow
I\'m using Tomcat 6.0.18. After undeployemnt of my app, HttpClient appears to be holding a reference to WebappClassLoader, hence causing the memory leak.