JkAutoAlias does not seem to produce the results that I was looking
for.  I need some way to pass information to Tomcat as part of the 

JkMount /*.jsp ajp13

about the particular webapp which this VirtualHost is serving.  The
alias doesn't appear to give Tomcat any info about the Context path of
the webapp (/mywebapp) for example, which would be accessed via:

the.domain.com/mywebapp 

in a more straightforward setup.  Tomcat is still looking in the
default webapp (/ROOT) for my jsp page which is really in /mywebapp. 
How can I append the context to the JkMount to get Tomcat to look in
the correct location so I dont have to use the URI:

the.domain.com/mywebapp/my.jsp
 
and use:

the.domain.com/my.jsp 

instead?


Thanks for any help!

Migar







 
--- Mladen Turk <[EMAIL PROTECTED]> wrote:

> migar wrote:
> > 
> > I would like to set up my Apache2/Tomcat4.1 server so
> > that my domain root the.domain.com will point directly
> > 
> <VirtualHost *:80 >
>    ServerName the.domain.com
>    DocumentRoot "C:/some/directory"
>    #Add the auto aliasing here
>    JkAutoAlias C:/some/directory
>    JkMount /*.jsp ajp13
> </VirtualHost>
> 
> 
> 
> MT.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

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

Reply via email to