Re: error 500: servlet run but JSP not: why?

2001-06-24 Thread rino . mail
Thankyou for answering me. I use tomcat rpm istallation... however JAVA_HOME is set: [root@localhost rino]# echo $JAVA_HOME /usr/java/jdk1.3.0_02 On Sunday 24 June 2001 07:11, you wrote: > set your java home path in the startup.bat > > I try to use example: > > the servlet's example run correc

where I have to put name_servlet.class ?

2001-06-24 Thread rino . mail
I have two files of a servlet: x.class and x.java where I have to put theese files? in which directory of theese: /conf: ./lib: ./lib/test: ./lib/test/Golden: ./logs: ./webapps: ./webapps/admin: ./webapps/admin/contextAdmin: ./webapps/admin/META-INF: ./webapps/admin/WEB-INF: ./webapps/admin/WEB-I

error 500: servlet run but JSP not: why?

2001-06-23 Thread rino . mail
I try to use example: the servlet's example run correctly but the jsp's exaples not! the browser give me the error: "error 500" What can I do? Thankyou in advance, Rino. Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: javax.servlet.ServletException: sun/tools/j

why tomcat doesn't run?

2001-06-22 Thread rino . mail
I have Linux redhat 7.1 I do this command an then I try to see il tomcat runs by browsing with netscape "127.0.0.1:8080" but don't run: why? Thankyou in advance, Rino. COMMAND: [rino@localhost rino]$ cd tomkat/ [rino@localhost tomkat]$ cd jakarta-tomcat-3.2.1 [rino@localhost jakarta-tomcat-3.2

Re: installing tomkat under linux: please help!

2001-06-21 Thread rino . mail
On Monday 18 June 2001 17:26, you wrote: > What are error messages? Can look in the log? Thankyou for answering me! I try to see in /logs but there is no information in this two files: jasper.log : 2001-06-18 02:38:27 - Scratch dir for the JSP engine is: /home/rino/tomkat/jakarta-tomcat-3.2.1/

Has the servlet be compiled?

2001-06-19 Thread rino . mail
I have to compile the servlet? I ha a simple servlet (Hello world) what I have to do: -complie and put it (file.class) in appropriate directory -or just put it (file.java) in appropriate directory? and how can I compile a servlet? Thank you in advance, Mario.

installing tomkat under linux: please help!

2001-06-18 Thread rino . mail
I have RedHat 7.1 I download file jakarta-tomcat-3.2.1.tar which create the directory: /home/rino/tomkat/jakarta-tomcat-3.2.1 I do: export JAVA_HOME=... export TOMCAT_HOME="/home/rino/tomkat/jakarta-tomcat-3.2.1" export CATALINA_HOME="/home/rino/tomkat/jakarta-tomcat-3.2.1" cd /home/rino/tomkat/

I write a simple servlet and now!?! how can run it? under tomkat?

2001-06-16 Thread rino . mail
I write a simple servlet with doGet and doPost... I have the file servlet1.java I have tomkat under winNt where I have to put this file? How can I run It? Thank you in advance, Mario.

How to use Tomkat with apache.

2001-05-23 Thread rino . mail
I'm new to tomkat and I'd like to use JSP with apache. I use Red Hat 7.1 I try to find somebody, something, sites , books but nothing explain how configure the machine to use tomkat for using JSP. Please ... say me where can I find how configure and use tomkat or explain how do that. Thank you