tomcat 3.2 and 3.2.1 slow

2001-01-13 Thread Mohan Surender
Tomcat gurus, I have been facing this peculiar problem with tomcat 3.2 and 3.2.1 for a while. when i run tomcat from jbuilder3 i notice a significant delay in running jsps ( the num guess jsp for example takes 50 seconds every first time i start tomcat and run it) the same jsp executes very fast

Query regarding applet calling

2001-01-13 Thread Ayyappa
i am calling a applet from a .jsp page in the following manner applet code="crossword.Test" height="200" width="200"/applet i am having the .class file of the applet in a package inside the classes folder in WEB-INF. It says that class Test not found I even tried using the jsp:plugin tag

Re: Query regarding applet calling

2001-01-13 Thread William Brogden
Ayyappa wrote: i am calling a applet from a .jsp page in the following manner applet code="crossword.Test" height="200" width="200" /applet i am having the .class file of the applet in a package inside the classes folder in WEB-INF. It says that class Test not found I even tried

Re: Install the Binary Version of Tomcat

2001-01-13 Thread Kief Morris
Shicheng TIAN(CMS) typed the following on 01:20 AM 1/13/2001 + Hello there, I followed the instruction below trying to install Tomcat (on Windows 2000), but failed to do so?! ... D:\jakarta-tomcat-3.2.1\bin\startup a new window (Tomcat 3.2) would appear for one/two seconds, then it killed

Re: tomcat 3.2 and 3.2.1 slow

2001-01-13 Thread Kief Morris
Mohan Surender typed the following on 03:46 AM 1/13/2001 -0600 when i run tomcat from jbuilder3 i notice a significant delay in running jsps ( the num guess jsp for example takes 50 seconds every first time i start tomcat and run it) the same jsp executes very fast in tomact 3.1. Is it also slow

RE: Catalina configuration

2001-01-13 Thread Federico Delpino
Craig McClanahan wrote Which build of Tomcat 4 are you using? I would suggest trying this with beta-1. I know that there have been changes to the handlePageException() method, but that was quite a while ago. This kind of error might also occur if you've got an old jsdk.jar or

Re: need help using bean

2001-01-13 Thread Kervin Pierre
William Brogden wrote: Kervin Pierre wrote: Hello, I can't seem to get this to work. The bean compiles OK but when I try to load it, I get a "Error: 500" below saying that my package couldn't be loaded. ... org.apache.jasper.JasperException: Unable to compile class for

Re: tomcat 3.2 and 3.2.1 slow

2001-01-13 Thread Stein M. Eliassen
Kief Morris wrote: Mohan Surender typed the following on 03:46 AM 1/13/2001 -0600 when i run tomcat from jbuilder3 i notice a significant delay in running jsps ( the num guess jsp for example takes 50 seconds every first time i start tomcat and run it) the same jsp executes very fast in

RE: tomcat 3.2 and 3.2.1 slow

2001-01-13 Thread andyjee
Cannot start tomcat under windows 98? attached is log file. Already increased environment variable to 2016mb. Got any ideas -Original Message- From: Kief Morris [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 13, 2001 10:04 AM To: [EMAIL PROTECTED] Subject: Re: tomcat 3.2 and 3.2.1

How to setup servlet path other than the default /servlet

2001-01-13 Thread Tong Sun
Hi, How can I setup servlet path other than the default /servlet? I've got a web package that use /newZone as its servlet location other than the default /servlet, and I'm having a hard time configuring tomcat that way. This is what I've done: in server.xml add in the appropriate location:

Error: starting Tomcat?!

2001-01-13 Thread Shicheng TIAN(CMS)
Hello there, From the dir D:\jakarta-tomcat-3.2.1\bin, I opened a DOS window and issued the commend: "tomcat run"; then I found "tomcat" was not started, instead, I got the following error: D:\jakarta-tomcat-3.2.1\bintomcat run Including all jars in D:\jakarta-tomcat-3.2.1\lib in your CLASSPATH.

URGENT - jsp isn't working at all !!!!

2001-01-13 Thread Kim, KyoungA
I 've just installed Tomcat3.1 +Apache3.1.14 on Solaris2.5.1(X86). I could see http://localhost/Examplesand Survlets Examples are working very well but JSP Examples are not working at all. And there is one thing I feel strange is, when I execute an JSP example and thenTomcat

Re: need help using bean

2001-01-13 Thread karanmalhi
Please tell me if you have made your own web application or using the default and have you put your directories(packages) in the classes directory of the web-inf directory i.e. your package should be placed here tomcat_home\webapps\web-inf\classes or if you make your own webapplication e.g.

Tomcat 4.0-b1, mod_webapp documentation

2001-01-13 Thread Matthias Brantner
-BEGIN PGP SIGNED MESSAGE- Hi, does anybody no about a good documentation of Jakarta-Tomcat 4.0-b1 together with Apache 1.3. I'am looking for all kinds of documentation, like installing, configuring,... . Thanx in advance for your help. - -- mfg/best regards Matthias

Tomcat 4.0 m5 and Tomcat 4.0 b-1 question

2001-01-13 Thread Jayson Falkner
I was trying out the new features on Tomcat 4.0 m5 and it was working well.Recently I switched computers and I now get the error included at the bottom of this message. Has anyone encountered this before? I think I might be missing a imple install issue. All the servlets run fine. The error only

Tomcat+Apache+JBoss: Is this possible?

2001-01-13 Thread Chris Mayes
Hello, all. Is it possible to get an EJB container stuffed into Tomcat while still piping stuff through mod_jk to Apache? I have the Tomcat+Apache thing working quite nicely (After dinking with it for a couple of days and finally getting it in working order, I discovered that the .debs for

RE: Install the Binary Version of Tomcat

2001-01-13 Thread Craig O'Brien
I had a similar problem and found it to be a semicolon at the end of my classpath. Look at your classpath very closely. I am running tomcat 3.2.1 on Windows 2000 server with no problems. I start tomcat by simply double-clicking on the startup.batch file in the tomcat\bin directory. This opens

Re: Install the Binary Version of Tomcat

2001-01-13 Thread Filip Hanik
you probably don't have JAVA_HOME set properly. set your JAVA_HOME variable and everything should be fine Filip Filip Hanik Technical Architect [EMAIL PROTECTED] "Windows is a 32 bit patch to a 16 bit GUI based on a 8 bit operating system written for a 4 bit processor by a 2 bit company which

Re: Blending webapps with HTML files

2001-01-13 Thread Martin Smith
Isn't that just the result of the http server config? If the web server sends all requests to the servlet/JSP container, I think it will handle them OK in the webapp area. mfs David Wall wrote: I'm new to Tomcat 3.2.1 and Servlet 2.2 in particular, having just come from JRun before webapps

Re: Catalina configuration

2001-01-13 Thread Craig R. McClanahan
Federico Delpino wrote: Craig McClanahan wrote Which build of Tomcat 4 are you using? I would suggest trying this with beta-1. I know that there have been changes to the handlePageException() method, but that was quite a while ago. This kind of error might also occur if you've

need help with caching!!!

2001-01-13 Thread Erick Papadakis
hello all i have implemented a servlet where the images are coming from the database. this means my url will look normally like this, mysite.com/servlets/getimage?record_id=123 but now the problem is that the client's browsers do not cache this. if i try images from a physical disk from my

Re: Tomcat 4.0 m5 and Tomcat 4.0 b-1 question

2001-01-13 Thread Craig R. McClanahan
Jayson Falkner wrote: I was trying out the new features on Tomcat 4.0 m5 and it was working well.Recently I switched computers and I now get the error included at the bottom of this message. Has anyone encountered this before? I think I might be missing a imple install issue. All the

Re: Tomcat 4.0-b1, mod_webapp documentation

2001-01-13 Thread Craig R. McClanahan
Matthias Brantner wrote: -BEGIN PGP SIGNED MESSAGE- Hi, does anybody no about a good documentation of Jakarta-Tomcat 4.0-b1 together with Apache 1.3. I'am looking for all kinds of documentation, like installing, configuring,... . Thanx in advance for your help. The only real