RE: How to set apache so it starts from index.jsp?

2001-02-01 Thread Suresh.S.V

Hi

add


 DirectoryIndex  index.jsp


in your tomcat.conf file.This index.jsp file should be in your apache base
directory(DocumentRoot).


Regds
Suresh
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of mike niemaz
Sent: Thursday, February 01, 2001 8:52 AM
To: [EMAIL PROTECTED]; Wojciech Wasowicz
Subject: Re: How to set apache so it starts from index.jsp?


Hi,
Could you please tell us how you solved it?
I'm having the same pb here ;-(

Thanx,

--mike

Wojciech Wasowicz wrote:

 Dave Newton wrote:

Question like in Subject.
I've tried to replace index.html with index.jsp _at_the_end_ of
httpd.conf and it doesn't work.
(I use mod_jk to connect to tomcat)
Has someone any clues?
   I mean - in the root directory of apache.
 
  Do you mean have Apache look for an index.jsp before anything
  else by using the DirectoryIndex httpd.conf directive?
 
  If so, that's an Apache question, not Tomcat.
 
  Dave

 Yes - it is what I mean - I've sent it here bacause
 configuring apache with mod_jk.conf-auto gives
 good results in aliased subdirectory - and it gives bad
 results in apache documant root directory.
 (good result - to set index.jsp as welcome page)

 I've believed that is issue of communication
 between apache and tomcat.
 If not - I'm sorry, I didn't mean harasing you
 with mails which are out of subject of this list.

 In meantime I've solved this.

 regards
 Wojtek


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



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




Re: How to set apache so it starts from index.jsp?

2001-02-01 Thread mike niemaz

Hi,
Could you please tell us how you solved it?
I'm having the same pb here ;-(

Thanx,

--mike

Wojciech Wasowicz wrote:

 Dave Newton wrote:

Question like in Subject.
I've tried to replace index.html with index.jsp _at_the_end_ of
httpd.conf and it doesn't work.
(I use mod_jk to connect to tomcat)
Has someone any clues?
   I mean - in the root directory of apache.
 
  Do you mean have Apache look for an index.jsp before anything
  else by using the DirectoryIndex httpd.conf directive?
 
  If so, that's an Apache question, not Tomcat.
 
  Dave

 Yes - it is what I mean - I've sent it here bacause
 configuring apache with mod_jk.conf-auto gives
 good results in aliased subdirectory - and it gives bad
 results in apache documant root directory.
 (good result - to set index.jsp as welcome page)

 I've believed that is issue of communication
 between apache and tomcat.
 If not - I'm sorry, I didn't mean harasing you
 with mails which are out of subject of this list.

 In meantime I've solved this.

 regards
 Wojtek


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




Re: How to set apache so it starts from index.jsp?

2000-12-18 Thread Wojciech Wasowicz

Dave Newton wrote:

   Question like in Subject.
   I've tried to replace index.html with index.jsp _at_the_end_ of
   httpd.conf and it doesn't work.
   (I use mod_jk to connect to tomcat)
   Has someone any clues?
  I mean - in the root directory of apache.

 Do you mean have Apache look for an index.jsp before anything
 else by using the DirectoryIndex httpd.conf directive?

 If so, that's an Apache question, not Tomcat.

 Dave

Yes - it is what I mean - I've sent it here bacause
configuring apache with mod_jk.conf-auto gives
good results in aliased subdirectory - and it gives bad
results in apache documant root directory.
(good result - to set index.jsp as welcome page)

I've believed that is issue of communication
between apache and tomcat.
If not - I'm sorry, I didn't mean harasing you
with mails which are out of subject of this list.

In meantime I've solved this.

regards
Wojtek




RE: How to set apache so it starts from index.jsp?

2000-12-17 Thread Dave Newton

  Question like in Subject.
  I've tried to replace index.html with index.jsp _at_the_end_ of
  httpd.conf and it doesn't work.
  (I use mod_jk to connect to tomcat)
  Has someone any clues?
 I mean - in the root directory of apache.

Do you mean have Apache look for an index.jsp before anything
else by using the DirectoryIndex httpd.conf directive?

If so, that's an Apache question, not Tomcat.

Dave




How to set apache so it starts from index.jsp?

2000-12-16 Thread Wojciech Wasowicz

Question like in Subject.
I've tried to replace index.html with index.jsp _at_the_end_ of
httpd.conf and it doesn't work.
(I use mod_jk to connect to tomcat)
Has someone any clues?


TIA
Wojtek




Re: How to set apache so it starts from index.jsp?

2000-12-16 Thread Wojciech Wasowicz

Wojciech Wasowicz wrote:

 Question like in Subject.
 I've tried to replace index.html with index.jsp _at_the_end_ of
 httpd.conf and it doesn't work.
 (I use mod_jk to connect to tomcat)
 Has someone any clues?

 TIA
 Wojtek

I mean - in the root directory of apache.

WW