RE: URGENT HELP!!! Reloading

2000-12-06 Thread Panagiotis Konstantinidis
Title: RE: URGENT HELP!!! Reloading First of all, does it happen with every single class you are loading or with only the classes you are writting? Have you tried to load one the example classs provided? If the problem happens every time you load any class then there must be something wrong

RE: Cache problem URGENT HELP

2000-12-05 Thread Panagiotis Konstantinidis
Title: RE: Cache problem URGENT HELP If you are using a package enter the full package's name. For instance if you are using my.package.myClass this must be inside the WEB-INF/classes/my/package/myClass. Alse check the web.xml file in the WEB-INF subdirectory that contains the right servlet

RE: OJsp: can not compile Jsp files

2000-12-05 Thread Panagiotis Konstantinidis
Title: RE: OJsp: can not compile Jsp files JServ does not support .jsp files. It is better to use Tomcat or JRun. Panos -Original Message- From: Antonio Trigo [mailto:[EMAIL PROTECTED]] Sent: 05 December 2000 16:36 To: Tomcat-User (E-mail) Subject: OJsp: can not compile Jsp

RE: More Tomcat problems.

2000-12-04 Thread Panagiotis Konstantinidis
nwinds to the top and drops you out. Try using something like this in the JSP: %@ page errorPage="error-page.jsp" % or else debug the connection code in an IDE first. Regards, Dave - Original Message - From: Panagiotis Konstantinidis

RE: tomcat.log file not found

2000-12-04 Thread Panagiotis Konstantinidis
[mailto:[EMAIL PROTECTED]]Sent: 04 December 2000 13:06To: [EMAIL PROTECTED]Subject: RE: tomcat.log file not found tomcat.log is usually in c:\tomcat\logs\, if you have installed tomcat in c:\. -Original Message-From: Panagiotis Konstantinidis [mailto:[EMAIL PROTECTED

RE: tomcat.log file not found

2000-12-04 Thread Panagiotis Konstantinidis
of messages to stderr about can't read directory, so you can just 'cat tmpy' to find all the stuff that went to stdout. Regards, Paul -Original Message-From: Panagiotis Konstantinidis [mailto:[EMAIL PROTECTED]]Sent: Monday, December 04, 2000 08:42 AMTo: '[EMAIL PROTECTED

RE: tomcat.log file not found

2000-12-04 Thread Panagiotis Konstantinidis
:[EMAIL PROTECTED]] Sent: 04 December 2000 15:02 To: '[EMAIL PROTECTED]' Subject: RE: tomcat.log file not found I met the same problem. I don't have tomcat.log either. -Original Message- From: Panagiotis Konstantinidis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 9

RE: Exception in thread main

2000-12-01 Thread Panagiotis Konstantinidis
Title: RE: Exception in thread main Make sure you have set the correct classpath in the classpath variable (if you are using windows right click on My Computer...Properties...Advanced...Environment Variables...Classpath) for the XML classes. Hope this helps. Panos -Original

RE: File not found

2000-12-01 Thread Panagiotis Konstantinidis
Title: RE: File not found Maybe you should put the port number after the localhost. For example something like this: http://localhost:8080/Myapp/index.html Panos -Original Message- From: Penney, William [mailto:[EMAIL PROTECTED]] Sent: 01 December 2000 17:28 To: [EMAIL

RE: File not found

2000-12-01 Thread Panagiotis Konstantinidis
mples that work fine without it? Thanks, Bill -Original Message-----From: Panagiotis Konstantinidis [mailto:[EMAIL PROTECTED]]Sent: Friday, December 01, 2000 12:30 PMTo: '[EMAIL PROTECTED]'Subject: RE: File not found Maybe you should put the port number afte

Tomcat problem. Help!

2000-11-30 Thread Panagiotis Konstantinidis
Title: Tomcat problem. Help! Hello there. First of all forgive me if this is the wrong list. I guess this message could be easily posted on Apache's mailing list as well. Now, I am using Apache v1.3.12 and Tomcat v3.1 (for Windows). I have written a simple JSP program to open a connection

RE: Tomcat problem. Help!

2000-11-30 Thread Panagiotis Konstantinidis
Title: RE: Tomcat problem. Help! -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: 30 November 2000 12:39 To: [EMAIL PROTECTED] Subject: Re: Tomcat problem. Help! Panagiotis Konstantinidis typed the following on 12:26 30/11/2000 + Now, I am

More Tomcat problems.

2000-11-30 Thread Panagiotis Konstantinidis
Title: More Tomcat problems. Hello there again, this is the second message I am sending regarding problems with Tomcat. In my previous message Kief answered solved my question correctly, so I would really appreciate if he could answer again this one. It seems that I have exactly the same

RE: Re[2]: tomcat-servlets problem

2000-11-27 Thread Panagiotis Konstantinidis
Ritwick, Friday, November 24, 2000, 9:03:24 PM, you wrote: RD 'Getting started' documentation is included with the download in the RD $TOMCAT_HOME/doc directory. Its also available online at jakarta.apache.org. RD -Original Message- RD From: Panagiotis Konstantinidis [mailto

tomcat-servlets problem

2000-11-24 Thread Panagiotis Konstantinidis
Title: tomcat-servlets problem Hello everybody. I am new to using Tomcat and I have some problems. I am using Tomcat with Apache. The problem is that I do not know how to run a servelt (or a jsp file) using tomcat. Lets say I have a servlet (HelloWorld.java) that I have compiled properly.