server.xml
how reload the servlet without restart the tomcat6 server
If I have multiple Host definition on my $TOMCAT_HOME/conf/server.xml How can I reload the servlet without restart the tomcat6 server? What are the parameters for use Tomcat like with multiple host?[详细]
2023-03-25 06:53 分类:问答Moving contents of META-INF/context.xml to tomcat/conf
We are trying to take the environment specific configuration settings out of our war files, so we can deploy the same war file to dev/test/prod tomcat servers and not have to change the contents of th[详细]
2023-02-24 06:19 分类:问答mvn tomcat:run - how do I edit server.xml?
I want to run \"mvn tomcat:run\" from the command line, but how can I edit the server.xml to set maxHttpHeaderSize=\"65536\" in the connectors? Or can I con开发者_运维问答figure the connectors in the[详细]
2023-01-15 12:36 分类:问答Is this a JBOSS web service? Tomcat? How to create a server.xml file?
I am working on a webservice that a previous employee built and I am just trying to figure out what documentation I need to be looking at.I think that the webservice is using JBOSS and therefore using[详细]
2022-12-20 06:50 分类:问答