Re: webpage servlets !

2003-02-18 Thread Swapneel Dange
interesting errors in future :)) Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Chong Yu Meng [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: webpage servlets ! Date: Tue, 18 Feb 2003 09:40:56 +0800 Hi

RE: webpage servlets !

2003-02-17 Thread Turner, John
that servlet code, and 4) post the error message you get when you execute that code John -Original Message- From: Swapneel Dange [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 2:32 AM To: [EMAIL PROTECTED] Subject: Re: webpage servlets ! i am accesing the webpage inside

Re: webpage servlets !

2003-02-17 Thread Chong Yu Meng
Swapneel Dange wrote: java.io.FileNotFoundException: C:\tomcat\jakarta-tomcat-3.1.1a\jakarta-tomcat-3.1.1a\webapps\ROOT\dange\frame0.html (The system cannot find the path specified) Arrgh! Swapneel ! Look at the directory ! Unless you have a jakarta-tomcat directory under ANOTHER

Re: webpage servlets !

2003-02-17 Thread Swapneel Dange
: Re: webpage servlets ! Date: Mon, 17 Feb 2003 15:55:58 +0800 I do not see why you cannot access a directory under a legit webapp, much less get the text file you put in there. Can you please send your servlet code ? Swapneel Dange wrote: i am accesing the webpage inside the SERVLET itself

Re: webpage servlets !

2003-02-17 Thread Swapneel Dange
://www.cs.nmsu.edu/~sdange From: Chong Yu Meng [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: webpage servlets ! Date: Mon, 17 Feb 2003 22:03:16 +0800 Swapneel Dange wrote: java.io.FileNotFoundException: C:\tomcat\jakarta

RE: webpage servlets !

2003-02-17 Thread Filip Hanik
] Subject: Re: webpage servlets ! yeah, there is the servlet code as an attachment to this mail. and ther hierarchy for the servlet classes are as folllows : webapps ROOT dange frame0.txt frame0.html frame1.html WEB-INF classes ranade

RE: webpage servlets !

2003-02-17 Thread Swapneel Dange
stucture, as to where should i move my files for running the servlets. Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Filip Hanik [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: webpage servlets ! Date

RE: webpage servlets !

2003-02-17 Thread Swapneel Dange
: RE: webpage servlets ! Date: Mon, 17 Feb 2003 08:31:08 -0500 I think you've got your terminology a little mixed up. Accessing them through the HTML tags inside the servlet itself isn't possible. If you mean that your servlet generates HTML text that is sent to the browser, and some of that HTML

RE: webpage servlets !

2003-02-17 Thread Wendy Smoak
i think that the first thing u referred to the fact that i am generating a .txt and .html file , which eventually gets fed to the browser to view the webpage i want. Exactly thats what i am trying to do but i think that i have somewhere in keeping the proper directory stucture. Do you

RE: webpage servlets !

2003-02-17 Thread Swapneel Dange
[EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: webpage servlets ! Date: Mon, 17 Feb 2003 13:05:47 -0700 i think that the first thing u referred to the fact that i am generating a .txt and .html file , which eventually gets

Re: webpage servlets !

2003-02-17 Thread Peng Tuck Kwok
is not able to locate the file it creates by itself. Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Wendy Smoak [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: webpage servlets ! Date: Mon, 17 Feb 2003 13:05:47

Re: webpage servlets !

2003-02-17 Thread Chong Yu Meng
Hi Swapneel ! I'm pretty sure there's a typo there, because the error is pretty specific, and in my experience, it definitely points to either a non-existent file, directory, or a typo. Can you confirm if your directory structure is as shown below : C:\ tomcat jakarta-tomcat-3.1.1a

Re: webpage servlets !

2003-02-17 Thread Swapneel Dange
/~sdange From: Chong Yu Meng [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: webpage servlets ! Date: Tue, 18 Feb 2003 09:40:56 +0800 Hi Swapneel ! I'm pretty sure there's a typo there, because the error is pretty specific

webpage servlets !

2003-02-16 Thread Swapneel Dange
hi there ! i am running a servlet, which takes the username and then the password and opens another webpage in the browser , my servlet is under the webapps/ROOT/WEB-INF/classes but my .txt file for running the webpage are not inside the directory known as classes( i am generating a webpage by

Re: webpage servlets !

2003-02-16 Thread Peng Tuck Kwok
How are you referring to the link in your html or jsp page? Swapneel Dange wrote: hi there ! i am running a servlet, which takes the username and then the password and opens another webpage in the browser , my servlet is under the webapps/ROOT/WEB-INF/classes but my .txt file for running the

Re: webpage servlets !

2003-02-16 Thread Swapneel Dange
tags inside the servlet itself. Swapneel Dange 505-642-4126 http://www.cs.nmsu.edu/~sdange From: Peng Tuck Kwok [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: webpage servlets ! Date: Mon, 17 Feb 2003 14:30:07 +0800 How

Re: webpage servlets !

2003-02-16 Thread Peng Tuck Kwok
[EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: webpage servlets ! Date: Mon, 17 Feb 2003 14:30:07 +0800 How are you referring to the link in your html or jsp page? Swapneel Dange wrote: hi there ! i am running a servlet