Title: RE: newbie question

Yes. mod_jk forwards the requests to 8007 (by default).
Just comment out the connector on 8080 that listens for HTTP.


> -----Original Message-----
> From: Henry DU [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 09, 2001 5:55 PM
> To: [EMAIL PROTECTED]
> Subject: RE: newbie question
>
>
> If I remove or comment out connector, can Apache send the servlet/jsp
> requests to tomcat?
>
> Thanks
>
>
> >From: Michael Kuz <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: "'[EMAIL PROTECTED]'"
> <[EMAIL PROTECTED]>
> >Subject: RE: newbie question
> >Date: Tue, 9 Jan 2001 15:54:35 -0700
> >
> >Actually, Apache (on port 80) is forwarding the servlet
> requests to Tomcat,
> >AND Tomcat has a stand alone web server running on port 8080.
> >Edit your server.xml file and comment out/remove the
> connector listening on
> >8080
> >
> >Michael R. Kuz
> >Developer
> >Service Intelligence
> >(403) 261-5000 ext. 363
> >[EMAIL PROTECTED]
> >
> >
> >
> > > -----Original Message-----
> > > From: Henry DU [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, January 09, 2001 3:41 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: newbie question
> > >
> > >
> > > The servlet URL is the same when I typed
> > > http://my.domainame.com/examples/servlet/HelloWorld and
> > > http://my.domainame.com:8080/examples/servlet/HelloWorld,
> > > they display the
> > > same information.
> > >
> > >
> > > Is this due to that Apache port 80 redirects to tomcat 8080
> > > as indicated in
> > > server.xml?
> > >
> > > Thanks
> > > _________________________________________________________________
> > > Get your FREE download of MSN Explorer at http://explorer.msn.com
> > >
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, email:
> [EMAIL PROTECTED]
> > >
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>

Reply via email to