Help!!! How to get a simple jsp page working

2004-02-10 Thread Avinash Sridhar
hi, I am usng Tomcat 5.0.16 And facing the below mentioned problem I have a directory by name sampleapp,now I have made a directory named ROOT inside the sampleapp directory. I have written a simple MyJsp.jsp jsp file and placed it in the above mentioned ROOT ,now my question is How does

Help!!!! regarding a simple jsp file in Tomcat 5.0.16

2004-02-10 Thread Avinash Sridhar
Hi, A simple JSP page is present in the ROOT directory under the sampleapp directory,which is not in the TOMCAT_HOME installation directory,i.e no way concerned with the TOMCAT installation directory. My question is 1) without changing the web.xml written by me (for execution of servlet files)

Help regarding running a simple JSP page in Tomcat 5.0.16

2004-02-09 Thread Avinash Sridhar
Hi, This question may be addressed many many times,but do reply. I have a Win xp operating system Installed Tomcat 5.0.16 in it. Next the directory structure PS : The sampleapp directory is outside the tomcat installation directory. E:/sampleapp | | ROOT WEB-INF | classes | package1

Help regarding a simple .jsp file

2004-02-09 Thread Avinash Sridhar
Hi, I have a directory by name sampleapp The sample app is not in the TOMCAT_HOME directory,now I have made a directory named ROOT inside the sampleapp directory. I have written a simple MyJsp.jsp jsp file and placed it in the above mentioned ROOT ,now my question is How does one write the

Help HTTP 500 error using tomcat 5.0.16

2004-02-04 Thread Avinash Sridhar
Hi, I am getting the below mentioned erors using Tomcat 5.0.16 in a directory structure like this E:\sampleapp\WEB-INF \WEB-INF\classes \WEB-INF\lib \WEB-INF\sourcefile \WEB-INF\web.xml HTTP Status 500 -

Hello HTTP 500 error running tomcat 5.0.16

2004-02-04 Thread Avinash Sridhar
Hi, I am getting the below mentioned erors using Tomcat 5.0.16 in a directory structure like this E:\sampleapp\WEB-INF \WEB-INF\classes \WEB-INF\lib \WEB-INF\sourcefile \WEB-INF\web.xml HTTP Status 500 -

Reg HTTP status 404 on Tomcat 5.0.16

2004-02-03 Thread Avinash Sridhar
I have my sampleapp folder into which a small trial of HelloServlet needs to be tested. The directory structure of sampleapp is as follows, e:\sampleapp\WEB-INF\classes\ WEB-INF\lib WEB-INF\sourcefiles WEB-INF\web.xml The classes directory has got

Console Error tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
have my own directory as sampleapp which has the necessary structure and the .class file is put into the following directory structure. classes/package1/structure/HelloServlet.class. My question is in %TOMCAT%/conf/server.xml file how is the Context /Context tag written. I have written it like

Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
have my own directory as sampleapp which has the necessary structure and the .class file is put into the following directory structure. classes/package1/structure/HelloServlet.class. All in the %TOMCAT% home directory. My question is in %TOMCAT%/conf/server.xml file how is the Context /Context

Re: RE: Please help Console Problem in tomcat 5.0.16

2004-02-02 Thread Avinash Sridhar
your server.xml is invalid. -Original Message- From: Avinash Sridhar [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 16:07 To: [EMAIL PROTECTED] Subject: Please help Console Problem in tomcat 5.0.16 have my own directory as sampleapp which has the necessary structure and the .class file

Tomcat 5.0.16 startup console error

2004-02-01 Thread Avinash Sridhar
Hi, I am trying to get a simple servlet running using tomcat 5.0.16.I had posted the problem previously,but I dont know why it was ignored,plz dont ignore this too. Here is the problem I am facing... While I startup tomcat,I get the following error, /* Start of Error

Compiling a Servlet file

2004-02-01 Thread Avinash Sridhar
hi all, I am having trouble in compiling the HelloServlet.java file,When I type in javac HelloServlet.java file,I get the following errors /**Errors while compiling**/ HelloServlet.java:2: package javax.servlet does not exist import javax.servlet.*; ^

Re: RE: Compiling a Servlet file

2004-02-01 Thread Avinash Sridhar
Hi, Thanks for the suggestion,I did as you told and echo %CLASSPATH% going into the directory,but still the errors as below.Dont know what has to be done. Hoping to hear from you at the earliest. Thanks AS On Mon, 02 Feb 2004 Marcel Stör wrote : Avinash Sridhar mailto:[EMAIL PROTECTED

Error compiling servlet file,help

2004-02-01 Thread Avinash Sridhar
Hi, Thanks for the suggestion,I did as you told and echo %CLASSPATH% going into the directory,but still the errors as below.Dont know what has to be done. Hoping to hear from you at the earliest. Thanks AS On Mon, 02 Feb 2004 Marcel Stör wrote : Avinash Sridhar mailto:[EMAIL PROTECTED] wrote

Re: Re: Error compiling servlet file,help

2004-02-01 Thread Avinash Sridhar
Hi Phil, Thanks for the information,The E: was overlooked,silly me. Yes it did help AS On Mon, 02 Feb 2004 Philipp Taprogge wrote : Hi! Avinash Sridhar wrote: Thanks for the suggestion,I did as you told and echo %CLASSPATH% going into the directory, but still the errors as below

TOmcat 5.0.16 console error,Pls help

2004-02-01 Thread Avinash Sridhar
Hi, I was told that the .class files must be put into a package in order for the tomcat to run it. My directory structure is as follows, %TOMCAT HOME %/webapps/sampleapp/WEB-INF/classes /WEB-INF/lib /WEB-INF/sourcefiles

Re: Re: TOmcat 5.0.16 console error,Pls help

2004-02-01 Thread Avinash Sridhar
HelloServlet code or attach it. - Original Message - From: Avinash Sridhar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 01, 2004 10:21 PM Subject: TOmcat 5.0.16 console error,Pls help Hi, I was told that the .class files must be put into a package in order for the tomcat

Re: Re: Re: TOmcat 5.0.16 console error,Pls help

2004-02-01 Thread Avinash Sridhar
Hi, This is an update to the previous HelloServlet.java file,forgot to add the lines package On Mon, 02 Feb 2004 Avinash Sridhar wrote : Hi, Thanks for the help,The HelloServlet.java file is as follows /*HelloServlet.java***/ package package.structure

web.xml for an application in tomcat 5.0.16

2004-01-29 Thread Avinash Sridhar
Hi, I am wanting to learn servlets and use it in an application.I was told that the right way to do this is to have a separate folder(Windows XP Home OS) outside the installation path of Tomcat, any drive on the Hard Disk. I decided to put it in the E: drive in the folder sampleapp.The

Re: RE: web.xml for an application in tomcat 5.0.16

2004-01-29 Thread Avinash Sridhar
Hi, thanks for the mail,It is indeed WEB-INF.I will try out what you have mentioned and get back to you. Thanks again AS On Thu, 29 Jan 2004 Shapira, Yoav wrote : Howdy, I am wanting to learn servlets and use it in an application.I was told that the right way to do this is to have a

Tomcat 5.0.16 Console error

2004-01-29 Thread Avinash Sridhar
Hi, I am using tomcat 5.0.16 and Windows XP Home edition to develop an application. The application test is in the folder sampleapp,have changed the Context tag in the server.xml to point to the necessary folders and wrote my own web.xml file that has the necssary tags. Once making all

Reg. server.xml

2004-01-29 Thread Avinash Sridhar
Hi all, this is regarding a certain problem that I am facing and not able to find an answer to it. As the case is,I am using tomcat 5.0.16 on Windows Xp home edition.I have made a directory as sampleapp in the CATALINA_HOME/webapps directory. the directory structure is as follows,in the

Re: Re: Reg. server.xml

2004-01-29 Thread Avinash Sridhar
:\sampleapp does not exist or is not a readable directory Kindly let me know what the cause for this eror is. Any help would be appreciated. Thanks AS /Context On Fri, 30 Jan 2004 Philipp Taprogge wrote : Hi! Avinash Sridhar wrote: this is regarding a certain problem that I am facing and not able