Anybody did it with Windows 2003 server and IIS 6.0? I'm having some
problems in getting the page up with that config. Any help is appreciated.

Thanks
Kiran

----- Original Message ----- 
From: "Xingqun Jiang" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 9:37 PM
Subject: Re: Problem in Integrating Tomcat with Apache


> Hi, Mike
>
> Lenny told me that I need to add a few lines after following John's
> instruction. I tried that and it worked!! Check out what Lenny told me
here:
>
> Lance,
>
> I've used John Turners method for Windows 2000 many times without a
problem.
>
> One thing you might want to do if you have followed all the instructions
is
> to add the following
> to the bottom of your Apache conf file:
>
>
>
> JkWorkersFile "d:\java\Tomcat41\conf\jk\workers.properties"    < -  change
> to what ever your Tomcat reference is
> JkLogFile "d:\java\Tomcat41\logs\mod_jk.log"
                            < -
> change to what ever your Tomcat reference is
> Include d:/java/Tomcat41/conf/auto/mod_jk.conf                        < -
> change to what ever your Tomcat reference is
>
> JkMount /myapp ajp13
> < -  change myapp to whatever your app is in the Tomcat webapp directory
> JkMount /myapp/*  ajp13
>
>
> Restart Tomcat and Apache
>
> Hopes this helps.
>
> Lenny Sorey
>
>
>
>
> JkWorkersFile "d:\java\Tomcat41\conf\jk\workers.properties"
> JkLogFile "d:\java\Tomcat41\logs\mod_jk.log"
> Include d:/java/Tomcat41/conf/auto/mod_jk.conf
>
> JkMount /wilsondodge ajp13
> JkMount /wilsondodge/*  ajp13
> ----- Original Message ----- 
> From: "Mike Millson" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Sunday, August 10, 2003 10:26 PM
> Subject: Re: Problem in Integrating Tomcat with Apache
>
>
> > On Sun, 2003-08-10 at 14:25, Xingqun Jiang wrote:
> > > Hi, Mike
> > >
> > > I followed this article to do the set-up:
> > >
> > > http://www.johnturner.com/howto/winxp-howto.html
> >
> > I don't use windows, but I have seen John help countless people. I would
> > re-read his instructions and try again, following what he says very
> > closely.
> >
> > >
> > > But the problem still exists. I cannot open the jsp page from another
> > > computer, without adding port number. :-(
> > > The article you forwarded to me is for Linux, Is there any for
> WindowsXP?
> > > Thanks
> > >
> > > Lance
> > > ----- Original Message ----- 
> > > From: "Mike Millson" <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > > Sent: Sunday, August 10, 2003 1:51 PM
> > > Subject: Re: Problem in Integrating Tomcat with Apache
> > >
> > >
> > > > On Sun, 2003-08-10 at 13:31, Xingqun Jiang wrote:
> > > > > Hi, Mike
> > > > >
> > > > > Thanks a lot!!! I also searched some documents online. One of them
> said,
> > > > > when we install the Apache, we need to set the "domain name" and
> "server
> > > > > name" as "localhost". I simply left them in default values. So I
am
> > > > > reinstalling the apache. Do you think that will make difference?
> > > >
> > > > If you see the Apache default install page when you type
> > > > http://localhost in your browser then apache is working and there's
no
> > > > need to reinstall it, just set up the configuration to achieve what
> you
> > > > want.
> > > >
> > > > What operating system are you using?
> > > >
> > > > >
> > > > > I will check out the artiles you forwarded. Thanks!
> > > > >
> > > > >
> > > > > Lance
> > > > >
> > > > >
> > > > > ----- Original Message ----- 
> > > > > From: "Mike Millson" <[EMAIL PROTECTED]>
> > > > > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > > > > Sent: Sunday, August 10, 2003 1:27 PM
> > > > > Subject: Re: Problem in Integrating Tomcat with Apache
> > > > >
> > > > >
> > > > > > No, it doesn't appear you have integrated tomcat. When you
access
> > > tomcat
> > > > > > via port 8080, you are accessing tomcat directly. When you are
> > > accessing
> > > > > > tomcat through apache, apache communicates w/ tomcat via port
> 8009.
> > > > > >
> > > > > > I think the best way to approach integrating tomcat w/ apache
for
> the
> > > > > > 1st time is to forget about all the examples and config files
that
> > > come
> > > > > > w/ tomcat and start w/ a bare bones approach. This document may
> prove
> > > > > > helpful:
> > > > > >
> > > > > > pdf:
> > > > > > http://www.meritonlinesystems.com/docs/howto_apache_tomcat.pdf
> > > > > >
> > > > > > OpenOffice doc:
> > > > > > http://www.meritonlinesystems.com/docs/howto_apache_tomcat.sxw
> > > > > >
> > > > > > Mike
> > > > > >
> > > > > >
> > > > > > On Sat, 2003-08-09 at 23:27, Xingqun Jiang wrote:
> > > > > > > Hi,
> > > > > > >
> > > > > > > I tried to integrate Tomcat (on port 8080) with Apache (on
port
> 80).
> > > > > When I tested on the local machine(192.168.2.3), the following two
> urls
> > > > > pointed to the same page:
> > > > > > > http://localhost/examples/jsp/dates/date.jsp
> > > > > > > http://localhost:8080/examples/jsp/dates/date.jsp
> > > > > > >
> > > > > > > However, when I tested on another computer, only this url
works:
> > > > > > > http://192.168.2.3:8080/examples/jsp/dates/date.jsp
> > > > > > >
> > > > > > > The other address:
> > > > > > > http://192.168.2.3/examples/jsp/dates/date.jsp says "page
cannot
> be
> > > > > found"
> > > > > > >
> > > > > > > Did I sucessfully intergrate Tomcat with Apache? Help me!
> > > > > > >
> > > > > > > Lance
> > > > > >
> > > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail:
[EMAIL PROTECTED]
> > > > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > > > >
> > > > >
> > > > >
> > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
[EMAIL PROTECTED]
> > > >
> > > >
> > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to