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: [EMAIL PROTECTED]        phone: 646-2411       fax: 646-4560

Reply via email to