You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Andre Schild <A....@aarboard.ch> on 2002/09/13 17:09:04 UTC

Antw: RE: [configuration] Tomcat 4.1.10 and Apache 2 using mod_jk2

Use catalina.bat run instead. It runs in the same console window and you
will see the error messages.

André

>>> Jerry.Jalenak@LABONE.com 13.09.2002 17:02:49 >>>
I'm starting Tomcat in a DOS window by using the 'startup.bat' file.  A
new
window opens and then closes immediately; I don't get a chance to see
the
error messages.  I've also checked the logs and don't find
anything.....

Jerry

> -----Original Message-----
> From: Turner, John [mailto:JTurner@AAS.com] 
> Sent: Friday, September 13, 2002 9:32 AM
> To: 'Tomcat Users List'
> Subject: RE: [configuration] Tomcat 4.1.10 and Apache 2 using
mod_jk2
> 
> 
> 
> What do you mean by "dies immediately"?  What are the error 
> messages?  What
> do the tomcat logs say?
> 
> I have the same connector definition in my server.xml, my 
> Tomcat does not
> die.
> 
> What are the contents of your jk2.properties file?
> 
> John
> 
> 
> > -----Original Message-----
> > From: Jerry Jalenak [mailto:Jerry.Jalenak@LABONE.com] 
> > Sent: Friday, September 13, 2002 10:16 AM
> > To: 'tomcat-user@jakarta.apache.org' 
> > Subject: [configuration] Tomcat 4.1.10 and Apache 2 using mod_jk2
> > 
> > 
> > Hi,
> > 
> > I've been using Tomcat 3.3.1 and Apache 1.3.26 connected 
> > through the mod_jk
> > connector without any problems.  I'm now trying to get Tomcat 
> > 4.1.10 and
> > Apache 2.x running using the mod_jk2 (coyote connector), but 
> > cannot seem to
> > get the server.xml configuration file to work for me.  Does 
> > anyone have a
> > basic server.xml config file that they could post?  I've 
> > included the one I
> > put together that i *thought* would work, but Tomcat dies 
> > immediately....
> > Any ideas?
> > 
> > Thanks!
> > 
> > <server.xml>
> > 
> > <Server className="org.apache.catalina.core.StandardServer" 
> > port="8005"
> > shutdown="SHUTDOWN" debug="0">
> >   <Service className="org.apache.catalina.core.StandardService"
> > name="Tomcat4">
> > 
> >     <!-- define non-SSL Coyote Http 1.1 Connector on Port 8080 -->
> > 
> >     <Connector
className="org.apache.coyote.tomcat4.CoyoteConnector"
> > enableLookups="false"
> >       redirectPort="8443" scheme="http" secure="false"
> >       acceptCount="10" debug="0" maxProcessors="75" 
> minProcessors="5"
> > port="8080" />
> > 
> >     <!-- define SSL Coyote Http 1.1 Connector on Port 8443 -->
> > 
> >     <Connector
className="org.apache.coyote.tomcat4.CoyoteConnector"
> > enableLookups="false"
> >       scheme="https" secure="true"
> >       acceptCount="10" debug="0" maxProcessors="75" 
> minProcessors="5"
> > port="8443" />
> > 
> >     <!-- define Coyote/JK2 AJP 13/14 Connector on Port 8009 -->
> > 
> >     <Connector
className="org.apache.coyote.tomcat4.CoyoteConnector"
> > enableLookups="false"
> >       redirectPort="8443" scheme="http" secure="false"
> >       acceptCount="10" debug="0" maxProcessors="75" 
> minProcessors="5"
> > port="8009"
> >       
> > protocolHandlerClassName="org.apache.jk.server.JKCoyoteHandler" />
> > 
> >       
> >     <Engine className="org.apache.catalina.core.StandardEngine"
> >       defaultHost="localhost" name="Tomcat4" debug="0">
> >       <Host appBase="webapps" autoDeploy="true" 
> >         className="org.apache.catalina.core.StandardHost"
> >         name="localhost" debug="0" unpackWARs="true" />
> >     </Engine>
> >   </Service>
> > </Server>
> > 
> > </server.xml>
> > 
> > Jerry Jalenak
> > Web Publishing
> > LabOne, Inc.
> > 10101 Renner Blvd.
> > Lenexa, KS  66219
> > (913) 577-1496
> > jerry.jalenak@labone.com 
> > 
> > 
> > This transmission (and any information attached to it) may be 
> > confidential and is intended solely for the use of the 
> > individual or entity to which it is addressed. If you are not 
> > the intended recipient or the person responsible for 
> > delivering the transmission to the intended recipient, be 
> > advised that you have received this transmission 
in error and 
> > that any use, dissemination, forwarding, printing, or copying 
> > of this information is strictly prohibited. If you have 
> > received this transmission in error, please immediately 
> > notify LabOne at (800)388-4675.
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> > <ma...@jakarta.apache.org>
> > For additional commands, e-mail: 
> > <ma...@jakarta.apache.org>
> > 
> 
> --
> To unsubscribe, e-mail:   
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


This transmission (and any information attached to it) may be
confidential and is intended solely for the use of the individual or
entity to which it is addressed. If you are not the intended recipient
or the person responsible for delivering the transmission to the
intended recipient, be advised that you have received this transmission
in error and that any use, dissemination, forwarding, printing, or
copying of this information is strictly prohibited. If you have received
this transmission in error, please immediately notify LabOne at
(800)388-4675.



--
To unsubscribe, e-mail:  
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>