tomcat5.5
With Tomcat 5.5, how can I programmatically locate a specific servlet instance or add new mappings?
I understand that this is nor开发者_StackOverflowmally not done, and I\'ve found a number of instances of this question around the web with answers of the sort: \"Your design is wrong if you need to d[详细]
2023-03-10 03:31 分类:问答deploy war in Tomcat [duplicate]
This question already has an answer here: Closed 11 years ago. Possible Duplicate: deploy war in Tomcat I Deployed solr.war in tomcat webapps folder and extracted it. while running it in[详细]
2023-03-05 20:29 分类:问答Tomcat 5.5: .jar not releasing on .war rebuild
Synopsis I am attempting to export a WAR to my webapps folder but everytiime I update the war it deletes all of the content of the webapp minus /WEB-INF/lib/struts.jar[详细]
2023-03-03 08:03 分类:问答Unable to send emails on Tomcat 5.5 using Apache Commons Email
I am using Apache Commons Email to send out the emails from our web application. Everything works fine on the JBOSS server. Emails are sent out properly.[详细]
2023-02-25 18:03 分类:问答Printing from Java - the print jobs hangs forever
I have a server side printing function, called from Tomcat on Windows 2008 server, that prints on the default printer in this case, and it hangs forever. This is the stack trace:[详细]
2023-02-24 05:42 分类:问答Upgrading apache tomcat from 5.5.xx to a newer 5.5 version
Is there a guide on how to do开发者_C百科 this easily? I want to upgrade it without losing all the configuration settings etc. Is there a particular method to achieve this (or config files that I can[详细]
2023-02-21 21:59 分类:问答How to control logging by 3rd-party components in webapp in Tomcat 5.5?
We are using Tomcat 5.5 on Linux.Our webapp uses log4j for its logging (functionally-based and not many loggers), and intentionally sets the additivity of the loggers to false.Our loggers log to our o[详细]
2023-02-20 10:37 分类:问答Advantages of using tomcat manager app over copy-to-webapp directory
I have been pondering a lot lately over, why should one use tomcat manager to deploy/undeploy wars to your server?[详细]
2023-02-18 19:42 分类:问答Tomcat 5.5 Giving an error java.lang.NoClassDefFoundError
I hosted a jsp service to access a java class to send a request to a server. I hosted this service in Tomcat 6.0 server hosted in my local computer and it worked fine. But when I tried it with another[详细]
2023-02-15 22:56 分类:问答View response headers before they are sent to the client?
I am writing a project for school.I want to be able to display, on a web page, the response headers that the web server sent to the client.I am able to read request headers from HttpServletRequest and[详细]
2023-02-15 17:10 分类:问答