Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Bill Barker
It is generally a bad idea to run Tomcat with Sun's J2EE.  The reason is
that Sun uses code based on Tomcat for the Servlet and JSP parts of J2EE,
and these classes are likely to conflict with the Tomcat classes.

"CLEMENT Eric" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Of course not.
> But the first time I launched Tomcat 4.1.29, it was perfect, then I
> installed J2eeSDK (downloaded from Sun Website). Then when I started again
> Tomcat 4.1.29, nothing occured. But it's OK with Tomcat 3.3.1.
> thanks
>
> -Message d'origine-
> De : Ben Souther [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 18 février 2004 15:11
> À : Tomcat Users List
> Objet : Re: Tomcat 3.3.1 vs Tomcat 4.1.29
>
>
> Are you trying to run them both at the same time?
>
>
>
>
> On Wednesday 18 February 2004 09:00 am, CLEMENT Eric wrote:
> > Hello,
> > I've just downloaded and installed both release of Tomcat.
> > In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is
> > running, Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
> > can anyone help me?
> >
> > Eric Clément
> > 230 Rue Marcelin Berthelot
> > ZI Toulon Est - La Garde - BP 68
> > 83079 Toulon cedex 09 - France
> >
> > Tél: 04-94-08-75-85
> > Fax: 04-94-08-09-38
> >
> > Mail: [EMAIL PROTECTED]
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> --
> Ben Souther
> F.W. Davison & Company, Inc.
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread jerome moliere
Ralph Einfeldt wrote:

It should be contained in the tomcat distribution.
But the outdated one is found before the one that 
is delivered with tomcat.

Search for servlet.jar, j2ee.jar on your machine.
(e.g. in JAVA_HOME/jre/lib/ext)
 

humm I suspect a malicious CLASSPATH mangling...
could you try to set CLASSPATH to a nil value then restart TOMCAT 4 (or 5)
Jerome

--
Auteur cahier du programmeur Java tome 2 - Eyrolles 10/2003
http://www.eyrolles.com/php.informatique/Ouvrages/ouvrage.php3?ouv_ean13=9782212111941


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Giuseppe Briotti
> ==
> Date: Wed, 18 Feb 2004 16:00:51 +0100
> From: "CLEMENT Eric" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Subject: RE: Tomcat 3.3.1 vs Tomcat 4.1.29
> ==
> 
> Sounds rigth. Any idea where I can get the good one?
> Thanks
> 

Check the jakarta web site: there are several jar file with different 
servlet releases. Moreover, there is a corrispondence between the Tomcat and servlet 
releases! (i.e. you must install the correct servlet release for each Tomcat version)

Bye

G

--

Giuseppe Briotti
[EMAIL PROTECTED]

"Alme Sol, curru nitido diem qui 
promis et celas aliusque et idem 
nasceris, possis nihil urbe Roma 
visere maius."
 (Orazio)



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ralph Einfeldt

It should be contained in the tomcat distribution.
But the outdated one is found before the one that 
is delivered with tomcat.

Search for servlet.jar, j2ee.jar on your machine.
(e.g. in JAVA_HOME/jre/lib/ext)


> -Original Message-
> From: CLEMENT Eric [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 18, 2004 4:01 PM
> To: Tomcat Users List
> Subject: RE: Tomcat 3.3.1 vs Tomcat 4.1.29 
> 
> 
> Sounds rigth. Any idea where I can get the good one?
> Thanks
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
Sounds rigth. Any idea where I can get the good one?
Thanks

-Message d'origine-
De : Ralph Einfeldt [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 18 février 2004 15:51
À : Tomcat Users List
Objet : RE: Tomcat 3.3.1 vs Tomcat 4.1.29



That sounds as if there is jar file that contains an
outdated servlet api that doesn't contain
HttpServletRequest.removeAttribute()

> -Original Message-
> From: CLEMENT Eric [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 18, 2004 3:45 PM
> To: Tomcat Users List
> Subject: RE: Tomcat 3.3.1 vs Tomcat 4.1.29
>
> java.lang.NoSuchMethodError:
> javax.servlet.http.HttpServletRequest.removeAttribu
> te(Ljava/lang/String;)V

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ralph Einfeldt

That sounds as if there is jar file that contains an 
outdated servlet api that doesn't contain 
HttpServletRequest.removeAttribute()

> -Original Message-
> From: CLEMENT Eric [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 18, 2004 3:45 PM
> To: Tomcat Users List
> Subject: RE: Tomcat 3.3.1 vs Tomcat 4.1.29 
> 
> java.lang.NoSuchMethodError:
> javax.servlet.http.HttpServletRequest.removeAttribu
> te(Ljava/lang/String;)V

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
I set "debug" option.
This is what happen:

"""""
GRAVE: Une exception ou une erreur s'est produite dans le conteneur durant
le tr
aitement de la requÛte
java.lang.NoSuchMethodError:
javax.servlet.http.HttpServletRequest.removeAttribu
te(Ljava/lang/String;)V
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:321)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:564)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(Standard
ContextValve.java:245)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:199)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:564)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:195)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:151)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:164)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:149)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:564)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:156)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv
eContext.java:151)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
a:564)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)

at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:20
6)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:828)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:700)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
:584)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:683)
at java.lang.Thread.run(Thread.java:534)


""""""


thanks



-Message d'origine-
De : STOCKHOLM, Raymond [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 18 février 2004 15:16
À : Tomcat Users List
Objet : RE: Tomcat 3.3.1 vs Tomcat 4.1.29


Check your JAVA_HOME env variable,
and please tell us WHAT happens.

To have more information when starting tomcat,
change startup.bat to replace "start" by "debug" on line 41 :
(call "%EXECUTABLE%" debug %CMD_LINE_ARGS%)

when prompt, type "run",
you should have more information...

-Message d'origine-
De : CLEMENT Eric [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 18 février 2004 15:00
À : [EMAIL PROTECTED]
Objet : Tomcat 3.3.1 vs Tomcat 4.1.29


Hello,
I've just downloaded and installed both release of Tomcat.
In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is running,
Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
can anyone help me?

Eric Clément
230 Rue Marcelin Berthelot
ZI Toulon Est - La Garde - BP 68
83079 Toulon cedex 09 - France

Tél: 04-94-08-75-85
Fax: 04-94-08-09-38

Mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ralph Einfeldt
Post error messages.
If you don't find any, post what you observe.

Just doesn't work is not enough. 

There are so many potential problems (Packageless 
classes, syntax error in *.xml, port conflicts) that 
we can sit here and guess for hours.

> -Original Message-
> From: CLEMENT Eric [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 18, 2004 3:00 PM
> To: [EMAIL PROTECTED]
> Subject: Tomcat 3.3.1 vs Tomcat 4.1.29 
> 
> 
> Hello,
> I've just downloaded and installed both release of Tomcat.
> In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 
> 3.3.1 is running,
> Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
> can anyone help me?
> 
> Eric Clément
> 230 Rue Marcelin Berthelot
> ZI Toulon Est - La Garde - BP 68
> 83079 Toulon cedex 09 - France
> 
> Tél: 04-94-08-75-85
> Fax: 04-94-08-09-38
> 
> Mail: [EMAIL PROTECTED]
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
Of course not.
But the first time I launched Tomcat 4.1.29, it was perfect, then I
installed J2eeSDK (downloaded from Sun Website). Then when I started again
Tomcat 4.1.29, nothing occured. But it's OK with Tomcat 3.3.1.
thanks

-Message d'origine-
De : Ben Souther [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 18 février 2004 15:11
À : Tomcat Users List
Objet : Re: Tomcat 3.3.1 vs Tomcat 4.1.29


Are you trying to run them both at the same time?




On Wednesday 18 February 2004 09:00 am, CLEMENT Eric wrote:
> Hello,
> I've just downloaded and installed both release of Tomcat.
> In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is
> running, Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
> can anyone help me?
>
> Eric Clément
> 230 Rue Marcelin Berthelot
> ZI Toulon Est - La Garde - BP 68
> 83079 Toulon cedex 09 - France
>
> Tél: 04-94-08-75-85
> Fax: 04-94-08-09-38
>
> Mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

--
Ben Souther
F.W. Davison & Company, Inc.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread David Smith
I'm hoping you are either:

a) Not running them at the same time or
b) changing the port numbers they are listening on so they don't try 
taking the same port numbers already being used by other running tomcat 
services.

I suspect a collision of Tomcat's trying to grab the same ports.  If 
this isn't the case, take a look at [tomcat_home]/logs/catalina.out for 
any exceptions to explain the problem.

--David

CLEMENT Eric wrote:

Hello,
I've just downloaded and installed both release of Tomcat.
In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is running,
Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
can anyone help me?
Eric Clément
230 Rue Marcelin Berthelot
ZI Toulon Est - La Garde - BP 68
83079 Toulon cedex 09 - France
Tél: 04-94-08-75-85
Fax: 04-94-08-09-38
Mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread STOCKHOLM, Raymond
Check your JAVA_HOME env variable,
and please tell us WHAT happens.

To have more information when starting tomcat,
change startup.bat to replace "start" by "debug" on line 41 :
(call "%EXECUTABLE%" debug %CMD_LINE_ARGS%)

when prompt, type "run",
you should have more information...

-Message d'origine-
De : CLEMENT Eric [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 18 février 2004 15:00
À : [EMAIL PROTECTED]
Objet : Tomcat 3.3.1 vs Tomcat 4.1.29 


Hello,
I've just downloaded and installed both release of Tomcat.
In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is running,
Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
can anyone help me?

Eric Clément
230 Rue Marcelin Berthelot
ZI Toulon Est - La Garde - BP 68
83079 Toulon cedex 09 - France

Tél: 04-94-08-75-85
Fax: 04-94-08-09-38

Mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread Ben Souther
Are you trying to run them both at the same time?




On Wednesday 18 February 2004 09:00 am, CLEMENT Eric wrote:
> Hello,
> I've just downloaded and installed both release of Tomcat.
> In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is
> running, Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
> can anyone help me?
>
> Eric Clément
> 230 Rue Marcelin Berthelot
> ZI Toulon Est - La Garde - BP 68
> 83079 Toulon cedex 09 - France
>
> Tél: 04-94-08-75-85
> Fax: 04-94-08-09-38
>
> Mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Ben Souther
F.W. Davison & Company, Inc.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat 3.3.1 vs Tomcat 4.1.29

2004-02-18 Thread CLEMENT Eric
Hello,
I've just downloaded and installed both release of Tomcat.
In the same environment(ie 6, Win XP and jsdk 1.4), Tomcat 3.3.1 is running,
Tomcat 4.1.29 doesn't (Tomcat 5.0.18 neither)
can anyone help me?

Eric Clément
230 Rue Marcelin Berthelot
ZI Toulon Est - La Garde - BP 68
83079 Toulon cedex 09 - France

Tél: 04-94-08-75-85
Fax: 04-94-08-09-38

Mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]