Problem It seems like running Tomcat as a service doesn\'t play well with Rails 3 applications that are packaged up using warble. Looking at the log files, it looks like there is either a circular de
Scenario: Apache Tomcat 6.0 is started as a service on Windows Server 2008 R2 using a wrapper (org.tanukisoftware.wrapper.WrapperStartStop) which uses org.apache.catalina.startup.Bootstrap. In course
I use following code to read data form http request. In general cases it works good, but some time \"httpURLConnection.getResponseCode()\"throws java.net.BindException: Address already in use: connect
Note: we are using lib_neon on client side and Tomcat and servlet api on server side. The problem is following: when client wants to put some content, it performs a PUT request with an \"Expect: 开发
Can anyone help me to solve the following case? I am trying to generate my first web site using java and working with Eclipse Galileo running on Ubuntu 9.10. Since I generate my first lines of code
I have a grails WAR that works in production in tomcat6, but when I go to redeploy the WAR, I overwrite the WAR files. The app reloads and I can load the front page (static page) but then when I try g
Is there a way to create a tomcat session manually? I\'m working on a system where a web service will give the authentication credentials and I need to authenticate the request 开发者_如何学运维and s
How can I enable a folder to be accessable using a browser with tomcat 6 ? I think I need to add a context to web.xml ?
I would like to set level logging to DEBUG in tomcat but in console nevertheless only INFO and WARN output.
I am using JSF 2 and richfaces 3.3.3 for an application hosted on tomcat 6.0.20. The application crashes as soon as a request is made via the browser (Mozilla and IE).