/META-INF
/WEB-INF
various subfolders

in the root, ie /domain I have index.jsp (also /domain/index.jsp) which should redirect to a subfolder.

"/.../webapps/domain" is a standard structure of a TC WebApp. Its a small app 
with majorly static *.jsp pages which are displayed fine. Just two, where it seems to be 
some jsp-action are displayed as source.

In apaches httpd.conf I also added index.jsp to the DirectoryIndex.

SB



Raghupathy,Gurumoorthy wrote:

Can you tell me the listing of the /.../webapps/domain directory ?

Regards
Guru

-----Original Message-----
From: Stanislav Bauer [mailto:[EMAIL PROTECTED] Sent: 13 May 2005 09:08
To: Tomcat Users List
Subject: Re: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12



No its no a problem of finding the right file. It shows the right one, i.e. index.jsp but it shows the source and does not execute it. It seems to be for dynamic pages. For instance I have a response.Redirect() in index.jsp.


SB

Raghupathy,Gurumoorthy wrote:



Try to point your documentroot to point somewhere else and try ...

-----Original Message-----
From: Stanislav Bauer [mailto:[EMAIL PROTECTED] Sent: 13 May 2005 08:46
To: Tomcat Users List
Subject: mod_jk shows source - Apache 2.0.53 mod_jk 1.2.12



Hi,

I'm trying to connect Apache with TC to serve www.domain.com for instance. I have a

<VirtualHost>
  ServerName www.domain.com
  DocumentRoot /.../webapps/domain
  JkMount /domain worker1
  JkMount /domain/* worker1
  JkAutoAlias /............
</VirtualHost>

But for certain pages I get the source code instead of the TC result. Wat directive I a have to use?

Directly with :8080 the pages are fine.

Thanx

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

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








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

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






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



Reply via email to