Hi.
my tomcat version is 3.2.3.
I have defined list of servlets in web.xml, loaded by specific order.
All servlets are loaded sucessfully and their init method is called.
But- init method of one of the servlets is failed over and over again.
the following message is printed to console...
Hi.
I would like to know how to set the debug level of each defined log file.
I tried to use the attribute "verbosity" with no success:
<Logger className="org.apache.catalina.logger.FileLogger" verbosity="4" directory="logs"...
Hi again.
Few more questions-
I'm using the Coyote connector, together with the mod_jk.It seems that apache(1.3.19) and tomcat(4.1.29) are connected succesfully.
But- when tomcat is started, the following message is printed to console:
"Dec 31, 2003 5:46:51 PM...
Hi.
I would like to get more information about the invoker servlet.
It is defined in conf/web.xml as follows:
<servlet>
<servlet-name>invoker</servlet-name>
<servlet-class>
org.apache.catalina.servlets.InvokerServlet
</servlet-class>
<init-param>...
Thanks again.
I have downloaded the remote jmx api 1.0.
what should I do now to notify the tomcat that jmx was downloaded?
Should I change any parmeter in tomcat or put any jar in WEB-INF/lib?
Although everything is working OK, I still wants this message won't be shown to tomcat's users (it...
Hi.
I installed tomcat 4.1.29 together with apache1.3.19. Coyote protocol is used for connection as follows:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="10003" minProcessors="5" maxProcessors="75" acceptCount="100"...
Hi
I'm using tomcat4.1.29 together with Apache1.3.19.While sending requests to servlet(running on server) via Microsoft.XMLHTTP, session is stucked.(request is reached the server but when parsing the request input stream, servlet is stacked as well without throwing any exception).HTTP/1.1...
Hi.
I upgraded to tomcat4.1.29. Apache version is 1.3.19.
I defined ajp13 connector is server.xml as follows:
<Service name="Tomcat-Apache">
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009" minProcessors="5"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.