Re: cannot find the package

2001-05-25 Thread Mayuresh Kadu
ehalf Of Sachin S. Khanna Sent: Thursday, May 24, 2001 12:35 PM To: [EMAIL PROTECTED] Subject: Re: cannot find the package That should be fine. If you have renamed the folder to WEB-INF, it doesn't really matter what it displays. Try running your webapp again. If it still doesn't work ther

Re: cannot find the package

2001-05-23 Thread Sachin S. Khanna
, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 8:31 PM Subject: Re: cannot find the package > It's a bit funny, but I have tried to rename Web-inf to WEB

Re: cannot find the package

2001-05-23 Thread Chase, Scott
PROTECTED]] Sent: Wednesday, May 23, 2001 2:09 PM To: [EMAIL PROTECTED] Subject:Re: cannot find the package Try renaming the Web-inf folder to WEB-INF. It might just do the trick :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message

Re: cannot find the package

2001-05-23 Thread Nick Christopher
me as WEB-INF. > Regards, > > -Original Message- > From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 2:09 PM > To: [EMAIL PROTECTED] > Subject:Re: cannot find the package > > Try renaming the Web-inf folder to WEB-I

Re: cannot find the package

2001-05-23 Thread ravi
do have a check at ur java files, if u have missed the package statement in java files . -ravi > - Original Message - > From: [Qari Qasim] <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 23, 2001 5:29 PM > Subject: cannot find the pack

Re: cannot find the package

2001-05-23 Thread [Qari Qasim]
, May 23, 2001 2:09 PM To: [EMAIL PROTECTED] Subject: Re: cannot find the package Try renaming the Web-inf folder to WEB-INF. It might just do the trick :-). Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com - Original Message - From: [Qari Qasim] <[E

Re: cannot find the package

2001-05-23 Thread [Qari Qasim]
Message- From: [Qari Qasim] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 12:59 PM To: [EMAIL PROTECTED] Subject:cannot find the package Hi I have a java class package in the following directory: /webapps/JSP/Web-inf/classes/test and in my .jsp file I try to import

Re: cannot find the package

2001-05-23 Thread Sachin S. Khanna
ject: cannot find the package > Hi > > I have a java class package in the following directory: > /webapps/JSP/Web-inf/classes/test > > and in my .jsp file I try to import this package : > > <%@ page import="test.*" session="true" errorPage=&

cannot find the package

2001-05-23 Thread [Qari Qasim]
Hi I have a java class package in the following directory: /webapps/JSP/Web-inf/classes/test and in my .jsp file I try to import this package : <%@ page import="test.*" session="true" errorPage="error.jsp" %> (I have this jsp file in /webapps/jsp ) but somehow, when I try to run this