Weird Problems installing servlets in Tomcat

2003-07-22 Thread Rhino
Tomcat has suddenly started behaving rather strangely on our Linux server. I was hoping someone here could give me some insight into the reasons and some suggestions for resolving the problem. We are running Tomcat 4.1.24 on a Linux Mandrake 9.1 box. I wrote a servlet on the weekend which

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread John Turner
Where is commons-fileupload-1.0.jar located? Is it in the correct location for the ClassLoader to find it? John Rhino wrote: Tomcat has suddenly started behaving rather strangely on our Linux server. I was hoping someone here could give me some insight into the reasons and some suggestions

RE: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Shapira, Yoav
Howdy, I took a peek inside the commons-fileupload-1.0.jar and got this, which looks just fine to me: jar tvf commons-fileupload-1.0.jar | more 0 Wed Jun 25 23:12:04 EDT 2003 META-INF/    420 Wed Jun 25 23:12:04 EDT 2003 META-INF/MANIFEST.MF 0 Wed Jun 25 23:11:58 EDT 2003 org/ snip

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Rhino
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:21 AM Subject: Re: Weird Problems installing servlets in Tomcat Where is commons-fileupload-1.0.jar located? Is it in the correct location for the ClassLoader to find it? John Rhino wrote: Tomcat has

RE: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Shapira, Yoav
Howdy, commons-fileupload-1.0.jar is in /var/tomcat4/server/lib. I'm not sure if that's the *best* place for it but I thought that was one of the two places where you can put jars and have them visible to all the servlets that might need them. Umm, no. From the classloader how-to, regarding

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread John Turner
them. Rhino - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:21 AM Subject: Re: Weird Problems installing servlets in Tomcat Where is commons-fileupload-1.0.jar located? Is it in the correct location

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Rhino
- Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:31 AM Subject: RE: Weird Problems installing servlets in Tomcat Howdy, I took a peek inside the commons-fileupload-1.0.jar and got this, which looks just

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread John Turner
Rhino wrote: I'm still relatively new to Tomcat and Linux so I may be asking stupid questions; if so, I don't mean to be. I'm just trying to understand what's going wrong. It's very possible that I've made some kind of newbie mistake; I'm just trying to understand what it is and how to fix it.

RE: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Shapira, Yoav
Howdy, Obviously I can't tell which methods are there via this technique. I'm just trying to show the dates on the different classes to show that they are from the late-June version of the commons fileupload jar, as opposed to one of the betas or RC* releases which had earlier dates. I'm taking

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Rhino
- Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 10:22 AM Subject: Re: Weird Problems installing servlets in Tomcat Rhino wrote: I'm still relatively new to Tomcat and Linux so I may be asking stupid

RE: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Shapira, Yoav
Howdy, I have had no luck getting Tomcat to load War files yet; I've been trying various things for hours but no joy yet This an issue: it means your tomcat installation is screwed up. Resolve this before you proceed with more development. the screen. In fact, commons-fileupload-1.0.jar

RE: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Bodycombe, Andrew
] Sent: 22 July 2003 17:59 To: Tomcat Users List Subject: Re: Weird Problems installing servlets in Tomcat - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 10:22 AM Subject: Re: Weird Problems installing servlets

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread John Turner
Rhino wrote: I've been reading the HOWTO that you cited and I'm getting a bit confused; it seems to contradict both itself and you! According to the Quick Start section, JAR files containing resource which are to be shared across all web applications are to be placed in $CATALINA_HOME/shared/lib.

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Rhino
- Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 1:18 PM Subject: RE: Weird Problems installing servlets in Tomcat Howdy, I have had no luck getting Tomcat to load War files yet; I've been trying various

RE: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Shapira, Yoav
Howdy, Combining your remarks with John's and now Andrews, I'm satisfied that all I really need to do to get everything working is put commons-fileupload-beta-1.0.jar in the /common/lib and put the commons-fileupload-1.0.jar in the /shared-lib and everything should work correctly again. That's

Re: Weird Problems installing servlets in Tomcat

2003-07-22 Thread Rhino
- Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 3:44 PM Subject: RE: Weird Problems installing servlets in Tomcat Howdy, Combining your remarks with John's and now Andrews, I'm satisfied that all I really

Problems installing Apache 2.0.43 and Tomcat 4.1.18 with JK2 on WinNT4

2003-02-13 Thread Mark Baumann
Hello! I have Problems getting Apache connect to Tomcat. Each server runs fine, alone. If I try to start Apache I get this error message: snip Syntax error on line 177 in c:\\httpd.conf Cannot load c:\...\modules\modjk2.dll into server The procedure was not found snap I tried it with

Re: Problems installing Apache 2.0.43 and Tomcat 4.1.18 with JK2 on WinNT4

2003-02-13 Thread Andy Burton
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 11:23 AM Subject: Problems installing Apache 2.0.43 and Tomcat 4.1.18 with JK2 on WinNT4 Hello! I have Problems getting Apache connect to Tomcat. Each server runs fine, alone. If I try to start Apache I get this error

Problems installing Tomcat 4.1.12 in Solaris 8

2002-12-07 Thread capa
- Mensaje reenviado por [EMAIL PROTECTED] - Date: Fri, 06 Dec 2002 18:35:41 -0500 (EST) From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Subject: Problems installing Tomcat 4.1.12 in Solaris 8 To: [EMAIL PROTECTED] Hello friends, i try to install Tomcat 4.1.12

Problems installing Tomcat 4.1.12 in Solaris 8

2002-12-06 Thread capa
Hello friends, i try to install Tomcat 4.1.12 in Solaris 8 SPARC, but appear this problem in the compilation: [style] : Fatal Error! java.lang.NullPointerException Cause: java.lang.NullPointerException [style] Failed to process /www2/websev/uportal/tomcat/webapps/tomcat-

Re: PROBLEMS INSTALLING TOMCAT

2001-11-29 Thread udayan sahu
] Sent: Thursday, November 29, 2001 3:14 AM Subject: Re: PROBLEMS INSTALLING TOMCAT I don't particularly work with Tomcat on a Windows machine, but you might want to consider removing the ; at the end of the JAVA_HOME and TOMCAT_HOME environment variables. It may be causing problems

PROBLEMS INSTALLING TOMCAT

2001-11-28 Thread Catalin
Hello, I installed the jakarta-tomcat-3.3m4 on a win 98 machine. I installed jdk1.3.1 in c:\\jdk1.3.1 I installed the server in c:\\jakarta This are my settings from autoexec.bat: set path=c:\apache;C:\jdk1.3.1;C:\jdk1.3.1\bin;C:\jdk1.3.1\lib;c:\jakarta;C:\jakarta\lib\common\servlet.jar set

R: PROBLEMS INSTALLING TOMCAT

2001-11-28 Thread Vercesi Paolo
I can't figure out the problem. Go in 'c:\jakarta\bin' and try 'startup.bat'. Bye all Paolo -Messaggio originale- Da: Catalin [mailto:[EMAIL PROTECTED]] Inviato: giovedì 29 novembre 2001 0.59 A: [EMAIL PROTECTED] Oggetto: PROBLEMS INSTALLING TOMCAT Hello, I installed

Re: PROBLEMS INSTALLING TOMCAT

2001-11-28 Thread Alan Scott
what exactly is the error? did you try localhost:8080 or 127.0.0.1:8080 in the web browser? if you get a web page then the install went as it should... At 03:59 PM 11/28/2001 -0800, you wrote: Hello, I installed the jakarta-tomcat-3.3m4 on a win 98 machine. I installed jdk1.3.1 in

Re: PROBLEMS INSTALLING TOMCAT

2001-11-28 Thread Fredrik Henriksson
My humble guess is that the extra ';' at the end of TOMCAT_HOME and JAVA_HOME would screw things up. /Fredrik - Original Message - From: Alan Scott [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 9:18 PM Subject: Re: PROBLEMS INSTALLING TOMCAT

Re: PROBLEMS INSTALLING TOMCAT

2001-11-28 Thread David Smith
I don't particularly work with Tomcat on a Windows machine, but you might want to consider removing the ; at the end of the JAVA_HOME and TOMCAT_HOME environment variables. It may be causing problems in the startup.bat and shutdown.bat files. --David On Wednesday 28 November 2001 03:18 pm,

problems installing tomcat4

2001-06-18 Thread Thiagarajan
Hi I downloaded Tomcat 4 for winnt and configured it. The example jsp's are running perfect. But my jsp page is not getting displayed I created a directory inside webapps directory and put my jsp files there i am getting page not found error please tell me what to do I have set

Problems installing catalina

2001-06-18 Thread Thiagarajan
hi i have downloaded and configured catalina for winnt the examples files sre running perfect my jsp are not getting recognized i created a directory in webapps and put my jsps in it i get page not found error The environment variables,java_home and catalina_home are set and when

RE: problems installing tomcat on linux

2001-05-25 Thread Gilles Laborderie
]] Sent: Thursday, May 24, 2001 10:53 PM To: [EMAIL PROTECTED] Subject: problems installing tomcat on linux hi gang! i sent this message yesterday and i didn't get any responses. therefore, i'm resending it. i'm a linux newbie, so please bear with me. i'm running red hat linux 6.2. i

Re: problems installing tomcat on linux

2001-05-25 Thread David Cassidy (Programmer)
Title: Re: problems installing tomcat on linux Duane: Can you post the messages that you got please David Gilles Laborderie wrote: This sounds like the correct behaviour to me. It doesn't return to the bash prompt because it will output the STDERR messages in this window. Try

Re: problems installing tomcat on linux

2001-05-25 Thread Duane Douglas
At 01:13 PM 5/25/2001 +0100, you wrote: Duane: Can you post the messages that you got please i piped ./startup from bash to a text file. below is the output: Using classpath: /usr/local/tomcat/lib/ant.jar:/usr/local/tomcat/lib/jasper.jar:/usr/local/to

problems installing tomcat on linux

2001-05-24 Thread Duane Douglas
hi gang! i sent this message yesterday and i didn't get any responses. therefore, i'm resending it. i'm a linux newbie, so please bear with me. i'm running red hat linux 6.2. i installed apache 1.3.19 and tested it, so i know that its working. tomcat 3.2.1 is giving me problems. i

problems installing

2001-05-18 Thread Vasanth Krishnan Venkatachalam
Hi everyone, I'm new to tomcat. When I set my paths as follows: TOMCAT_HOME=/home/vvenkata/foo/jakarta-tomcat-3.2.1 JAVA_HOME=/opt/jdk-1.2.2 When I run startup.sh, I get the following error: Using classpath: /home/vvenkata/foo/jakarta-tomcat-3.2.1=/lib/* ./bin/tomcat.sh:

Re: problems installing

2001-05-18 Thread Tim O'Neil
At 12:08 PM 5/18/2001 -0700, you wrote: When I run startup.sh, I get the following error: Using classpath: /home/vvenkata/foo/jakarta-tomcat-3.2.1=/lib/* ./bin/tomcat.sh: /opt/jdk-1.2.2=/bin/java: not found Any suggestions on how to beat this? How is the = getting in your classpath

Re: problems installing

2001-05-18 Thread Tim O'Neil
At 12:41 PM 5/18/2001 -0700, I wrote: How is the = getting in your classpath definition? It's got no business being there... The wildcard after the lib directory isn't doing you any favors either for that matter.

Installation problems installing Tomcat 3.1 on my windows 98 machine

2000-12-31 Thread Beava201371567
Hi, I am fairly new to JAVA and am having a heck of a time installing Tomcat 3.1 on my windows 98 machine. I'm not sure where to start with my question so I'll just show you my console messages. If anyone can help me with this issue, I would appreciate it. I need to use Tomcat for a JAVA

Re: Installation problems installing Tomcat 3.1 on my windows 98 machine

2000-12-31 Thread ricksmth
Try starting up your browser and enter http://localhost:8080/test/index.html in the location. Rick [EMAIL PROTECTED] wrote: Hi, I am fairly new to JAVA and am having a heck of a time installing Tomcat 3.1 on my windows 98 machine. I'm not sure where to start with my question so I'll just

Re: Installation problems installing Tomcat 3.1 on my windows 98 machine

2000-12-31 Thread Beava201371567
Rick, Thanks for your reply. Tried what you suggested, but it didn't work. Shouldn't I have two DOS windows on my machine after I type startup (I don't it starting New Tomcat window just flashes)? And why would I need to use index.html in the URL? Gonna be out of commission after this

Re: Installation problems installing Tomcat 3.1 on my windows 98 machine

2000-12-31 Thread Rick Smith
[EMAIL PROTECTED] wrote: Rick, Thanks for your reply. Tried what you suggested, but it didn't work. Shouldn't I have two DOS windows on my machine after I type startup (I don't it starting New Tomcat window just flashes)? And why would I need to use index.html in the URL? Gonna be out

Re: Installation problems installing Tomcat 3.1 on my windows 98 machine

2000-12-31 Thread Mick Sullivan
try this it worked a beauty for me http://www.geocities.com/jdrudnicki/ Original Message Follows From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Installation problems installing Tomcat 3.1 on my windows 98 machine Date: Sun, 31 Dec 2000 10:04:17