[no subject]

2002-10-21 Thread Kumar P Dhanyamraju
signoff SERVLET-INTEREST

[no subject]

2002-06-25 Thread Kumar P Dhanyamraju
Unsubscribe

[no subject]

2002-05-01 Thread Kumar P Dhanyamraju
the URL   jsp will be compiled automatically by the web container   guru -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: 30 April 2002 02:47To: [EMAIL PROTECTED]Subject: Hello All,   I am a new person to JSP. I

[no subject]

2002-04-30 Thread Kumar P Dhanyamraju
Hello All,   I am a new person to JSP. I wanted to find out how a JSP can be compiled.   Thanks, Aruna

Re: Compiling JSP's

2002-04-24 Thread Kumar P Dhanyamraju
your servlet container (read the documentation).  For example, in JRun it's Jikes; in Tomcat it's Jasper.   Mark -Original Message-----From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 24, 2002 2:22 PMTo: [EMAIL PROTECTED]Subject: Compi

Compiling JSP's

2002-04-24 Thread Kumar P Dhanyamraju
Hello All,   I apologise for asking a small question like this. But I could not find the answer for this question. I am very intersted in knowing about this. How is a .jsp(compiled) generated? Is it like a .class that is generated from a java file compilation. I would also like to find out i

Re: NEWBIE HELP

2002-04-24 Thread Kumar P Dhanyamraju
Hello John, Just go to the site http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and download the appropriate binary build based on your Operating system. After download if you goto tomcat\webapps\tomcat-docs there is a document Running.txt follow the instuctions exactly as written i

Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
Hello All,Thanks for your feedback. I was able to compile the servlet finally after changing the classpath using set CLASSPATH to the servlet.jar and including the path of servlet.jar where I was compiling.Thanks all once again.I shall post messages if I run into other problems.Aruna 

[no subject]

2002-04-22 Thread Kumar P Dhanyamraju
Hello Vinay,I want to ask you a question. In the message below it is mentioned that =I have to set the classpath using set CLASSPATH =3D %CLASSPATH%;servlet.jar>"  I wanted to find out if the location of servlet.jar is =c:\tomcat\common\lib\servlet.jar.Thanks,Aruna 

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread Kumar P Dhanyamraju
Hello, Thanks for your input. Is there another program I need to compile servlets (OH.. No not another one!!!) . If there is will you please give the URL. Thanks, Aruna - Original Message - From: sbattul <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 1:55 PM Sub

Re: Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
classpath. There are so many posts in this mailing list on this subject already. Please check the archives (link is available on the bottom of every email) before asking questions like this. -Tim -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent

Re: Compile Servlets -- From Srinivas

2002-04-22 Thread Kumar P Dhanyamraju
Yes, Somewhat similar. Aruna - Original Message - From: sbattul <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 1:55 PM Subject: Re: Compile Servlets -- From Srinivas > Hi, > > I too got the same problem when I first compiled servlets but I have > > downloa

Re: Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
1:11 PM Subject: Re: Compile Servlets Servlets compile just like any other Java program.  Am I misunderstanding the question? -Original Message-From: Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Monday, Apr

Re: Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
- Original Message - From: Adams, Dick W To: [EMAIL PROTECTED] Sent: Monday, April 22, 2002 1:11 PM Subject: Re: Compile Servlets Servlets compile just like any other Java program.  Am I misunderstanding the question? -Original Message-From: Kumar P

Compile Servlets

2002-04-22 Thread Kumar P Dhanyamraju
Hello All,   I have a small question. How do we compile Servlets or JSP to .class files? I have Tomcat 4.0 server downloaded and already have jdk1.3.0_02 installed. Do I need to download anything more to compile a servlet.   Look forward to hearing from you.   Thanks, Aruna

[no subject]

2002-04-19 Thread Kumar P Dhanyamraju
Hello All,   This may be a very small question but I am new to this subject. I am wondering how to compile a servlet to create the class file after downloading the tomcat 4.0. I was tring to compile a servlet in the jdk1.3 environment but I was getting errors this is the first time Iam trying

Re: Tomcat Installation

2002-04-19 Thread Kumar P Dhanyamraju
Hello, Thank you all for your input I am able to run tomcat after downloading and installing tomcat 4.0 Thanks Srinivas for your help. I will post messages if I run into problems. Thanks, Aruna - Original Message - From: sbattul <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursda

[no subject]

2002-04-18 Thread Kumar P Dhanyamraju
Kumar P Dhanyamraju [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 18, 2002 10:17 PMTo: [EMAIL PROTECTED]Subject: Hello All,After changing the classpath to include the servlet.jar and j2ee.jar I started tomcat using -d option started apache and tried the http://127.

[no subject]

2002-04-18 Thread Kumar P Dhanyamraju
Hello All,After changing the classpath to include the servlet.jar and j2ee.jar I started tomcat using -d option started apache and tried the http://127.0.0.1:8080/mydev/numguess.jsp I am getting an error The connection was refused when connecting to http://127.0.0.1:8080. So I tried http://1

[no subject]

2002-04-18 Thread Kumar P Dhanyamraju
Hello GW,After changing the classpath to include the servlet.jar and j2ee.jar I =started tomcat using -d option started apache and tried the =http://127.0.0.1:8080/mydev/numguess.jsp I am getting an error The =connection was refused when connecting to http://127.0.0.1:8080. So I =tried http:/

[no subject]

2002-04-17 Thread Kumar P Dhanyamraju
e let me know if there are any settings other than the path, classpath changes.   Please reply if there are any mistakes or any other chamges are to be made. Thanks,   Aruna   - Original Message - From: Kumar P Dhanyamraju To: [EMAIL PROTECTED] Sent: Wednesday, April 17,

[no subject]

2002-04-17 Thread Kumar P Dhanyamraju
Hello All,   I am a new person to JSP and Servlet implementation. Hence I need all the help that I can get. I have downloaded Apache webserver and tomcat and I am trying to run the servlets and JSP's none of them seem to be running. I am getting an error while shutting down the tomcat Error

Fw:

2002-04-16 Thread Kumar P Dhanyamraju
     Hello All,   I am trying to execute JSP's( I am new to this). I have downloaded the j2sdkee1.3.1 and jakarta-ant1.3 and have jdk1.3.1_02. Have changed the path to the bin directories as described in the instructions. Whenever I start the server using the j2ee - verbose command I am gett

[no subject]

2002-04-16 Thread Kumar P Dhanyamraju
 Hello All,   I am trying to execute JSP's( I am new to this). I have downloaded the j2sdkee1.3.1 and jakarta-ant1.3 and have jdk1.3.1_02. Have changed the path to the bin directories as described in the instructions. Whenever I start the server using the j2ee - verbose command I am getting

Re: Servlet Compilation Problem

2002-04-11 Thread Kumar P Dhanyamraju
put the > servlet classes in the lib directory of your > servletrunner in your classpath or compile the program > as follows > > javac -d . -classpath to the lib directory of servletrunner jsdk> > HelloWorld.java > > Lalit Nagpal ... > > --- Kumar P Dhanyamraju &l

[no subject]

2002-04-10 Thread Kumar P Dhanyamraju
Hello All,  I am trying to compile and run a servlet HelloWorld using servletrunner, There are compilation errors like Cannot resolve Symbol:Class Http = Servlet. I was able to run the example servlet which was compiled but when I = created the new one and tried to compile I am getting comp

Running Servlets!!

2002-04-10 Thread Kumar P Dhanyamraju
Hello All,I am trying to compile and run a servlet HelloWorld using servletrunner,There are compilation errors like Cannot resolve Symbol:Class Http Servlet.I was able to run the example servlet which was compiled but when I createdthe new one and tried to compile I am getting compilation er

Servlet Compilation Problem

2002-04-10 Thread Kumar P Dhanyamraju
Hello All, I am trying to compile and run a servlet HelloWorld using servletrunner, There are compilation errors like Cannot resolve Symbol:Class Http Servlet. I was able to run the example servlet which was compiled but when I created the new one and tried to compile I am getting compilation err

[no subject]

2002-04-10 Thread Kumar P Dhanyamraju
SIGNOFF SERVLET-INTEREST