Ok great, thanks for the answer. Do you have any ideas about where I might
start looking to fix this?

I've tried placing alias entries in smb.conf to get this to work but it
doesn't seem to make any difference - I still can't access the context
without specifying port 8080. For example.


I've got this in smb.conf
---------------------------------------

Include /tomcat/conf/auto/mod_jk.conf

Alias /pepper "/pepper"
<Directory "/pepper">
  Options Indexes FollowSymLinks
</Directory>

JkMount /pepper/servet/* ajp13
JkMount /pepper/*.jsp ajp13

<Location "/pepper/WEB-INF/">
  AllowOverride None
  deny from all
</Location>

<Location "/pepper/META-INF/">
  AllowOverride None
  deny from all
</Location>
---------------------------------------

and this in mod_jk.conf along with other stuff.

JkMount /pepper ajp13
JkMount /pepper/* ajp13

---------------------------------------


> -----Original Message-----
> From: Turner, John [mailto:JTurner@;AAS.com]
> Sent: Thursday, 24 October 2002 22:14
> To: 'Tomcat Users List'
> Subject: RE: Apache Tomcat URLs - don't want port 8080
>
>
>
> Yes, you should.  If you are using 8080, Apache isn't even involved in the
> request.
>
> John
>
>
> > -----Original Message-----
> > From: Stephen Graham [mailto:sg3@;bigpond.com]
> > Sent: Wednesday, October 23, 2002 7:41 PM
> > To: Tomcat Users List
> > Subject: Apache Tomcat URLs - don't want port 8080
> >
> >
> > I'm wondering about integration of Tomcat with Apache. I'm
> > using Tomcat
> > 3.3.1 and Apache server 1.3.19.
> >
> > I've inlcuded the following in my smb.conf file
> >
> > "Include /tomcat/conf/auto/mod_jk.conf"
> >
> > and run $TOMCAT_HOME/bin/startup.sh jkconf to create the file.
> >
> > I then start Apache, then Tomcat. This is all seems to work
> > correctly as
> > there are no error messages, and I can access contexts using the usual
> > http://host:8080/context/jsp syntax and it works correctly.
> >
> > So here's my question:
> >
> > I expect to be able to access the Tomcat contexts without
> > having to specifiy
> > the 8080 port number. It seems to me that specifying the 8080
> > port number
> > completely bypasses Apache, and has Tomcat do all web
> > serving. If they are
> > truly integrated I should be able to access them with URLs such as
> > http://host/context/some.jsp shouldn't I ?
> >
> > Regards
> > Stephen Graham.
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
> > For additional commands, e-mail:
> > <mailto:tomcat-user-help@;jakarta.apache.org>
> >
>
> --
> To unsubscribe, e-mail:
<mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:tomcat-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to