How can I tell e.g. Tomcat to use a specific context path when given my WAR-File? Example: I have a war file created by maven build and the resulting name of the file is rather long.
I have a form that accepts image file, i want to be able to convert this image from any common format to jpg and to c开发者_JAVA技巧reate a thumbnail. what\'s the recommended method to achieve such a
Here\'s the relevant portion of the tomcat startup log: SEVERE: Context [/f360] startup failed due to previous errors
I start indexing DB articles with solr, but after add about 58 million article (and about 113 GB size of disk) , i get below error message on tomcat log error
I have implemented a Servlet hosted on Tomcat 6 server on Mandriva Linux. I have been able to make the client communicate with the Servlet. In response to a request the Servlet tries to instantiate a
Hi I have design/architecture question.I would like to send emails from one of my jsp pages.I have one particular issue that has been a little bit of a problem.there is an instance where one of the pa
I\'m working on a website that runs on Tomcat 6.0 at localhost:8080. Interestingly enough, Tomcat seems to only be able to set cookies on Firefox. Opera and WebKit based browsers (Chrome, WinSafari) s
OK, this probably is supposed to be the easiest thing in the world, but I\'ve been trying for the entire day, and it\'s still not working.. Any help is highly appreciated!
I\'m trying to write my own Realm to authenticate my users. I have written a class extending org.apache.catalina.realm.RealmBase, compiled to a .jar file and put it in the /lib library.
Hey I\'m new to java servlets and I am trying to write one that uses comet so that I can create a long polling Ajax request. I can successfully start the stream and perform operations but I can\'t wri