Hi,
My http.conf loads the mod_jk.conf file in tomcat/conf. This file has a
/mycontext/*.jsp ajp12
The jsp's are executing through apache fine. Other files like html/gif's are
not found under my subcontext. The result is a page with my jsp processed
but without images and proper CSS formatting.
My WAR file has:
/mycontext
|
.jsp
|
.html
|
.css
|
|__/images
|logo.gif
Best Regards,
Carlos Ferrao
-----Original Message-----
From: Vinay Menon [mailto:[EMAIL PROTECTED]]
Sent: s�bado, 7 de Julho de 2001 12:53
To: [EMAIL PROTECTED]
Subject: Re: other files than jsp not processed by tomcat+mod_jk+apache
your httpd.conf should explicitly say /context/*.jsp I believe.
----- Original Message -----
From: "Carlos Ferr�o" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 07, 2001 6:08 AM
Subject: other files than jsp not processed by tomcat+mod_jk+apache
>
> Hello list,
>
> I'm running Tomcat3.2.2 embedded in JBoss.
> I integrated tomcat with apache through mod_jk in order to avoid
> http://url:8080 port specification and to make apache process the html.
>
> My problem is that under a context in Tomcat only the jsp files are
> processed. It doesn't find any images or html files and it doesn't process
> them. How should I configure tomcat so .jsp files are processed by tomcat
> but html/images files under my tomcat context are processed by apache??
>
> If I access to my context through http://url:8080/mycontext, tomcat's http
> port everything runs fine.
> My war file is deployed in Jboss's deploy dir but this shouldn't be a
> problem.
>
> Yours desperate,
> Carlos Ferrao
>