Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. KerenE

    "unavailable time expired, try again" error message

    Problem was somehow solved (actually, nothing has changed, maybe it's something with the OS...). Thanks anyway...
  2. KerenE

    "unavailable time expired, try again" error message

    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...
  3. KerenE

    how to set debug level of FileLogger

    Hi. I would like to know how to set the debug level of each defined log file. I tried to use the attribute &quot;verbosity&quot; with no success: <Logger className=&quot;org.apache.catalina.logger.FileLogger&quot; verbosity=&quot;4&quot; directory=&quot;logs&quot...
  4. KerenE

    jk.properties

    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: &quot;Dec 31, 2003 5:46:51 PM...
  5. KerenE

    the invoker servlet

    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>...
  6. KerenE

    what does &quot;Coyote can't register jmx for protocol&quot; mean?

    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...
  7. KerenE

    what does &quot;Coyote can't register jmx for protocol&quot; mean?

    Thanks sedj. Do you have any idea what exactly API should be downloaded? Where can I reach it?
  8. KerenE

    what does &quot;Coyote can't register jmx for protocol&quot; mean?

    Hi. I installed tomcat 4.1.29 together with apache1.3.19. Coyote protocol is used for connection as follows: <Connector className=&quot;org.apache.coyote.tomcat4.CoyoteConnector&quot; port=&quot;10003&quot; minProcessors=&quot;5&quot; maxProcessors=&quot;75&quot; acceptCount=&quot;100&quot...
  9. KerenE

    Session is stucked while sending request to tomcat through XMLHTTP

    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...
  10. KerenE

    can't access to servlet page through apache

    Hi. I upgraded to tomcat4.1.29. Apache version is 1.3.19. I defined ajp13 connector is server.xml as follows: <Service name=&quot;Tomcat-Apache&quot;> <Connector className=&quot;org.apache.ajp.tomcat4.Ajp13Connector&quot; port=&quot;8009&quot; minProcessors=&quot;5&quot...

Part and Inventory Search

Back
Top