Problems with servlets

2005-04-21 Thread Adriano Monteiro
Hi guys... I was trying to run an application, and I've got the following message: 21/04/2005 10:06:33 org.apache.catalina.core.ApplicationContext log INFO: Marking servlet Auth as unavailable 21/04/2005 10:06:33 org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Allocate exception for

RE: Problems with servlets

2005-04-21 Thread Molden, Robert \(GE Infrastructure\)
public class Auth extends HttpServlet -Original Message- From: Adriano Monteiro [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:31 AM To: tomcat-user@jakarta.apache.org Subject: Problems with servlets Hi guys... I was trying to run an application, and I've got

Re: Problems with servlets

2005-04-21 Thread Adriano Monteiro
-Original Message- From: Adriano Monteiro [mailto:[EMAIL PROTECTED] Sent: Thursday, April 21, 2005 9:31 AM To: tomcat-user@jakarta.apache.org Subject: Problems with servlets Hi guys... I was trying to run an application, and I've got the following message: 21/04/2005 10:06:33

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 with servlets

2002-12-12 Thread Carlos Alberto Peláez Ayala
Hello, I have tomcat 4.1.12 with uPortal 2.1 and after make the ant deploy, from the uPortal directory, the building proccess it´s ok. But, when i try to access to my uPortal installation http://localhost:8080/uportal, appear this problem (thank´s for help me :) HTTP Status 500 -

RE: problems with servlets

2002-12-12 Thread Shapira, Yoav
? What makes you think this is a tomcat, not a uPortal, problem? Yoav Shapira Millennium ChemInformatics -Original Message- From: Carlos Alberto Peláez Ayala [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 8:49 AM To: [EMAIL PROTECTED] Subject: problems with servlets Hello, I

RE: problems with servlets

2002-12-12 Thread Carlos Alberto Peláez Ayala
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:533) at java.lang.Thread.run(Thread.java:479) -Mensaje original- De: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 12 de diciembre de 2002 9:10 Para: Tomcat Users List Asunto: RE: problems with servlets Hi, Perhaps

Problems configuring servlets...

2002-10-10 Thread FRASER, JORGE
Hello all, We are in the process of trying to migrate our applications from Tomcat 3.1 to 4.1. Our problem resides in the fact that we run the main app as the default context, Here's the context definition in 3.1: Context path=/ docBase=/valnet debug=0

Re: Problems configuring servlets...

2002-10-10 Thread Craig R. McClanahan
See below. On Thu, 10 Oct 2002, FRASER, JORGE wrote: Date: Thu, 10 Oct 2002 15:54:37 -0500 From: FRASER, JORGE [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Problems configuring servlets... Hello all, We

Problems running servlets on OSX

2002-02-02 Thread Michael Dizon
I am having problems running accessing servlets on Tomcat. JSP files are fine, but when trying to access the servlets I get a 404. Everything seems okay in the catalina.out log file. Here is what is outputted in the localhost_examples_log: 2002-02-02 15:00:33 WebappLoader[/examples]: Deploying

Problems accessing servlets

2001-12-12 Thread Bill Halpin
smime.p7m Description: application/pkcs7-mime

Resend: Problems accessing servlets

2001-12-12 Thread Bill Halpin
smime.p7m Description: application/pkcs7-mime