Re: conflicting index.jsp files on same directory tree.

1999-11-23 Thread Jean-Michel Leon
We have the same problem, running the JSDK JSP engine under Apache/JServ, so it's probably not a web server configuration issue. It's a bug in JSDK, IMO. jm. Dustin Aleksiuk wrote: > > Hi everyone, > > I'd really appreciate some help on this, even if you have only a suggestion > or guess as t

Fw: conflicting index.jsp files on same directory tree.

1999-11-22 Thread Barry Scott
er 22, 1999 12:48 AM Subject: RE: conflicting index.jsp files on same directory tree. > Hi Barry, > > Make sure you haven't defined your virtual paths (i.e. > localhost/directoryone & localhost/directorytwo) to point to the same > physical path (i.e. c:\jswdk\serverdata\

Re: conflicting index.jsp files on same directory tree.

1999-11-22 Thread Barry Scott
ber 22, 1999 12:48 AM Subject: RE: conflicting index.jsp files on same directory tree. > Hi Barry, > > Make sure you haven't defined your virtual paths (i.e. > localhost/directoryone & localhost/directorytwo) to point to the same > physical path (i.e. c:\jswdk\serverdata\directo

Re: conflicting index.jsp files on same directory tree.

1999-11-21 Thread Nicholas Barrington
at you do then triple check my first point. Good luck! :) -Original Message- From: Barry Scott [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 20, 1999 9:02 AM To: [EMAIL PROTECTED] Subject: Re: conflicting index.jsp files on same directory tree. Firstly, try closing the browser and reop

Re: conflicting index.jsp files on same directory tree.

1999-01-17 Thread Barry Scott
gt; To: <[EMAIL PROTECTED]> Sent: Friday, November 19, 1999 4:23 PM Subject: conflicting index.jsp files on same directory tree. > Hi everyone, > > I'd really appreciate some help on this, even if you have only a suggestion > or guess as to what might cause this problem. > &

Re: conflicting index.jsp files on same directory tree.

1999-01-17 Thread Mike Ward
Dustin, Check your web server to make sure that there aren't any virtual software servers by the name of "c:\jswdk\serverdata\directorytwo\index.jsp" Your web server may be configured so that a call to www.company.com looks in the same directory as a call to www.company2.com (assuming you have a

conflicting index.jsp files on same directory tree.

1999-01-17 Thread Dustin Aleksiuk
Hi everyone, I'd really appreciate some help on this, even if you have only a suggestion or guess as to what might cause this problem. Consider these two paths: c:\jswdk\serverdata\directoryone\index.jsp c:\jswdk\serverdata\directorytwo\index.jsp If I start my server and go to localhost/direct