You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mike Kmetz <km...@nmsu.edu> on 2001/06/05 21:17:12 UTC

Re: How can I make rquest from Apache to Tomcat

You might want to consider building an appropriate alias in the
mod_jk.conf-auto file

for example the stock file comes with an excerpt that looks like this

#########################################################
# Auto configuration for the /admin context starts.
#########################################################
 
#
# The following line makes apache aware of the location of the /admin
context
#
Alias /admin "/usr/local/jakarta/build/tomcat/webapps/admin"
<Directory "/usr/local/jakarta/build/tomcat/webapps/admin">
    Options Indexes FollowSymLinks
</Directory>


try substituting the appropriate path and location for what you want to
add.

-mike kmetz


João Folha wrote:
> 
> Hi there,
> 
> I want to make something like this:
> http://localhost/fun, if i do that i get this message on the browser:
> Can´t contact servlet runner at 127.0.01:6802
> 
> /fun is a web application inside tomcat,
> I know if i use http://localhost:8080/fun it works fine.
> 
> What i must do?
> I use tomcat3.2.2 with Apache on NT4.0, and mod_jk
> 
> regards
> 
> jfolha

-- 
**********************************************************************
Mike Kmetz
New Mexico State University Information and Communication Technologies
e-mail: kmetz@nmsu.edu        phone: 646-2411       fax: 646-4560