RE: Struts and Tomcat

2003-10-29 Thread Ramesh Bobba
Hi, Yes, I just deployed the struts-example war and it worked fine. This confuses me even more!!! Ramesh. -Original Message- From: Daniel Washusen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 5:05 PM To: Struts Users Mailing List Subject: RE: Struts and Tomcat Do the

RE: Struts and Tomcat

2003-10-29 Thread Ramesh Bobba
Hi, Yes, the tlds are in the WEB-INF directory and I still get this exception -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:54 PM To: Struts Users Mailing List Subject: RE: Struts and Tomcat You must add the tld files too

RE: Struts and Tomcat

2003-10-29 Thread Daniel Washusen
Do the example struts apps work with your tomcat install? > -Original Message- > From: Ramesh Bobba [mailto:[EMAIL PROTECTED] > Sent: Thursday, 30 October 2003 11:56 AM > To: 'Struts Users Mailing List' > Subject: RE: Struts and Tomcat > > > Hi, > &

RE: Struts and Tomcat

2003-10-29 Thread struts
> To: Struts Users Mailing List > Subject: Re: Struts and Tomcat > > Looks like it can't find the following class - is your > struts.jar deployed in the proper location? > > Caused by: java.lang.NoClassDefFoundError: > org/apache/struts/action/ActionFor

RE: Struts and Tomcat

2003-10-29 Thread Ramesh Bobba
PROTECTED] Sent: Wednesday, October 29, 2003 4:48 PM To: Struts Users Mailing List Subject: Re: Struts and Tomcat Looks like it can't find the following class - is your struts.jar deployed in the proper location? Caused by: java.lang.NoClassDefFoundError: org/apache/struts/a

Re: Struts and Tomcat

2003-10-29 Thread Jeff Kyser
Looks like it can't find the following class - is your struts.jar deployed in the proper location? Caused by: java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm On Wednesday, October 29, 2003, at 06:39 PM, Ramesh Bobba wrote: Caused by: java.lang.NoClassDefFoundEr

Struts and Tomcat

2003-10-29 Thread Ramesh Bobba
Hi, I downloaded struts 2 days ago and am trying to create a new app under Tomcat 4.1.24 and JDK1.4.2. When I try to start the server I get the following exception. Can anyone tell me whats wrong? Thanks, Ramesh. http://jakarta.apache.org/struts/dtds/struts-config_1_2.

RES: RES: Struts and Tomcat JDBC Realms

2003-10-13 Thread Michel Bertrand
Tks for all ... I found the problem and it was in my code ... Regards, Michel. -Mensagem original- De: Adam Hardy [mailto:[EMAIL PROTECTED] Enviada em: sábado, 11 de outubro de 2003 08:44 Para: Struts Users Mailing List Assunto: Re: RES: Struts and Tomcat JDBC Realms On 10/10/2003 07

Re: RES: Struts and Tomcat JDBC Realms

2003-10-11 Thread Adam Hardy
On 10/10/2003 07:45 PM Michel Bertrand wrote: Tks for your answer. Now I understood what's happing (I hope so) ... I have a "multipart/form-data" and it has in its action a forward to a common text form, like: I believe when it reaches the redirect="true", Struts clear the request attributes and

RES: Struts and Tomcat JDBC Realms

2003-10-10 Thread Michel Bertrand
And what about setting the roles for my actions ? I could simply do : Thanks in advance and regards ... Michel. -Mensagem original- De: Adam Hardy [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 10 de outubro de 2003 11:43 Para: Struts Users Mailing List Assunto: Re: Struts and T

Re: Struts and Tomcat JDBC Realms

2003-10-10 Thread Adam Hardy
On 10/10/2003 01:46 PM Michel Bertrand wrote: Hi all ! I was woundering about using Struts in Tomcat with JDBC Realms. I found lots of topics about Strunts and Realms but using policy files and I did not find any question or topic involving struts and JDBC Reals. Does struts support the use of JD

Struts and Tomcat JDBC Realms

2003-10-10 Thread Michel Bertrand
Hi all ! I was woundering about using Struts in Tomcat with JDBC Realms. I found lots of topics about Strunts and Realms but using policy files and I did not find any question or topic involving struts and JDBC Reals. Does struts support the use of JDBC Realms in Tomcat ? I don't intent to use i

Re: How to use jaas with Struts and Tomcat

2003-10-06 Thread Adam Hardy
There's a JAAS Realm implementation in Tomcat that you can use to plug into the container-managed security Form-based authentication. I did have some problems trying to get it to run basic authentication, but form-based works fine. Adam On 10/06/2003 10:12 PM Sean Dockery wrote: From another r

Re: How to use jaas with Struts and Tomcat

2003-10-06 Thread Sean Dockery
>From another recent thread on this subject: Try this : http://www.theserverside.com/resources/article.jsp?l=JAAS "Marcial Atienzar Navarro" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I need to know how to use jaas with struts in tomcat. Is there some kind of > ex

How to use jaas with Struts and Tomcat

2003-10-06 Thread Marcial Atienzar Navarro
Hello, I need to know how to use jaas with struts in tomcat. Is there some kind of example in the network? Where can I find more information about this? A lot of thanks, Marcial Atienzar - To unsubscribe, e-mail: [EMAIL PRO

Re: How to use Hibernate with Struts and Tomcat?

2003-09-23 Thread Martin Naskovski
Matt Raible has provided an example of how to do just what you want- it's called struts-resume. It's a small, but useful application, that demonstrates all of the aspects you mentioned. Martin -- Tuesday, September 23, 2003, 7:46:15 AM, you wrote: MAN> Hello, MAN> I need some help to use Hibe

How to use Hibernate with Struts and Tomcat?

2003-09-23 Thread Marcial Atienzar Navarro
Hello, I need some help to use Hibernate with Tomcat and Struts. I need some working examples to use it. I've found this examples, but I can't make work it: - Struts-hibernate - Listener to Tomcat - Plugin to struts-config.xml - Hibernate how to. I don't know if I've made something wro

RE: Logging with Struts and Tomcat

2003-07-01 Thread Wendy Smoak
> I use Struts 1.1 and Tomcat 4.1.24 and i cannot use correctly the > logging functionnality of Struts. More exactly i don't know which > settings i must set and in which file. What underlying logging implementation do you want to use? If you do nothing, you get Commons logging. Look at the st

Logging with Struts and Tomcat

2003-07-01 Thread Ludovic Maitre
Hello, I use Struts 1.1 and Tomcat 4.1.24 and i cannot use correctly the logging functionnality of Struts. More exactly i don't know which settings i must set and in which file. It is said in the doc that Struts use the logging facilities of the underlying logging implementation : * debug - T

Re: Struts and Tomcat 3.2.3

2002-11-27 Thread Craig R. McClanahan
gt; To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Struts and Tomcat 3.2.3 > > Hi all: > > I'm developing a struts application on Tomcat 3.3 and works fine, however I > want to deploy it on Tomcat 3.2.3 and throw

Struts and Tomcat 3.2.3

2002-11-27 Thread Miguel Angel Medina Lopez
Hi all: I'm developing a struts application on Tomcat 3.3 and works fine, however I want to deploy it on Tomcat 3.2.3 and throw the next exception: java.lang.ClassNotFoundException: org.apache.struts.util.PropertyMessageResourcesFactory The same error occur if I deploy the example applicati

RE: Struts and Tomcat 3.2.3

2002-07-02 Thread Clay Graham
can you be more descriptive, I had some problems at first and fixed them... clay -Original Message- From: Ricardo de Souza Moura [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 11:02 AM To: [EMAIL PROTECTED] Subject:Struts and Tomcat 3.2.3 Anybody uses Struts

Struts and Tomcat 3.2.3

2002-07-02 Thread Ricardo de Souza Moura
Anybody uses Struts with Tomcat 3.2.3 ? I am with problems, because when I try call the ActionServlet the first time and the struts-config.xml is parsed. I get the parsing error... Anybody know this problem? _ MSN Photos é a manei

Re: struts and tomcat - Welcome list

2002-04-06 Thread Ted Husted
then use a global forward to send them to index.do, or whatever. -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services "Struts Newsgroup (@Basebeans.com)" wrote: > >

struts and tomcat - Welcome list

2002-04-01 Thread @Basebeans.com
Subject: struts and tomcat - Welcome list From: "Hermod Opstvedt" <[EMAIL PROTECTED]> === Hi all Why does putting for instance "index.do" into the welcome-file-list in the web.xml for my application not work. Doing that just gives me a filelisting of the contents u

RE: Newbie question about struts and Tomcat 4

2002-03-03 Thread Barr, Scott [IBM GSA]
04, 2002 3:07 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Newbie question about struts and Tomcat 4 > > I just downloaded Struts a week ago and could NOT get it to work using > Tomcat 4.0. After three days, I gave up and downloaded Tomcat

RE: Newbie question about struts and Tomcat 4

2002-03-03 Thread Gary leidecker
Mailing List Subject: Re: Newbie question about struts and Tomcat 4 That didn't work either. This is the exact response I get: Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp type Status report me

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
DOH! :) Ted Husted wrote: >> Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp >> >-^ > >Tony Ziolkowski wrote: > >>That didn't work either. This is the exact response I get: >> >> Apache Tomcat/4.0.2 - HTTP Status 404 - /struct

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Ted Husted
> Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp -^ Tony Ziolkowski wrote: > > That didn't work either. This is the exact response I get: > > Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp > > -

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
That didn't work either. This is the exact response I get: Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp type Status report message/structs-example/index.jsp descriptionThe requested resource (/st

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Dick Starr
ED]> Sent: Saturday, March 02, 2002 12:27 PM Subject: RE: Newbie question about struts and Tomcat 4 > Well let's see what more I can add. I took the .war files from the struts > installation and copied them the /var/tomcat4/webapps. I restarted tomat. > When I enter http://localhost:818

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Adam Fields
"Tony Ziolkowski" says: > Well let's see what more I can add. I took the .war files from the struts > installation and copied them the /var/tomcat4/webapps. I restarted tomat. > When I enter http://localhost:8180/struts-example I am told that tomcat > can't find the page /struts-example. And I kn

RE: Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
st:8180 IS the correct tomcat port. That enough detail? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: March 2, 2002 12:32 PM To: [EMAIL PROTECTED] Subject: RE: Newbie question about struts and Tomcat 4 Don't put too much detail in your posting, it makes

RE: Newbie question about struts and Tomcat 4

2002-03-02 Thread Gaulin . David
stion about struts and Tomcat 4 I've installed Tomcat4 and it works fine. I've copied the struts .war files into the tomcat webapps directory. However tomcat doesn't see their presence. What did I miss doing in the install process? Thanks Tony -- To unsubscribe, e-mail: <mailto

Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
I've installed Tomcat4 and it works fine. I've copied the struts .war files into the tomcat webapps directory. However tomcat doesn't see their presence. What did I miss doing in the install process? Thanks Tony -- To unsubscribe, e-mail: For additional commands, e-

struts and tomcat

2001-12-12 Thread Derek M Wayland
quick question: i have tomcat 3.2.4 and want to run the example struts-example.war. i have dropped this war file into the webapps directory and then restart tomcat - it tries to run then closes. nothing good in the log files either. i have tomcat 4.0 and do the same, no problem, tomcat and stru

struts and tomcat

2001-08-28 Thread peter
I've installed tomcat on win98 which works fine. However, when I place the .war files from the struts distribution into the /webapps directory and restart the server tomcat no longer works. Does anyone know why this is happening? Thanks Peter

Please Help !!!! STRUTS and TOMCAT 3.3 Beta 1 Problem.

2001-08-23 Thread BinhMinh Nguyen
Please help!!! My application works fine in Tomcat version 3.2.3. But if this same application is deployed in Tomcat version 3.3 beta1.0. I got the below error message when startup the Tomcat Server. I think there is something worng with the XML Parser API. Do I need a new XML Parser Version? or H

Re: Struts and Tomcat 4.0

2001-08-23 Thread Ted Husted
Just be sure to read the very end of the release notes, where it talks about the JARs. Also be sure you don't have another copy of the J2EE extensions on your classpath. [EMAIL PROTECTED] wrote: > > Sorry everyone if this post has already been made. > > Does anyone have some instructions on h

RE: Struts and Tomcat 4.0

2001-08-23 Thread David Winterfeldt
, August 23, 2001 3:26 PM > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Struts and Tomcat 4.0 > > > Sorry everyone if this post has already been made. > > Does anyone have some instructions on how to get > struts working with Tomcat > 4.0? > > Thanks

RE: Struts and Tomcat 4.0

2001-08-23 Thread Pete Gordon
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 3:26 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Struts and Tomcat 4.0 Sorry everyone if this post has already been made. Does anyone have some instructions on how to get struts working with Tomcat 4.0? Thanks

Struts and Tomcat 4.0

2001-08-23 Thread Gary . Moyer
Sorry everyone if this post has already been made. Does anyone have some instructions on how to get struts working with Tomcat 4.0? Thanks in advance.

struts and Tomcat 3.3 Beta 1.0 problem

2001-08-21 Thread BinhMinh Nguyen
My application works fine in Tomcat version 3.2.3. But if this same application is deployed in Tomcat version 3.3 beta1.0. I got the below error message when startup the Tomcat Server. I think there is something worng with the XML Parser API. Do I need a new XML Parser Version? or How can I fix th

Re: Struts and Tomcat 4.0 Beta 6

2001-08-05 Thread Craig R. McClanahan
cky Eshkenazi" <> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, August 01, 2001 4:51 PM > Subject: Struts and Tomcat 4.0 Beta 6 > > > > Hey guys, > > > > Has anybody tried the Struts with the latest Tomcat 4.0 Beta 6? > > Are there any issues/ problems? > > > > thanks, > > Nicky > > > >

Re: Struts and Tomcat 4.0 Beta 6

2001-08-01 Thread Jon Brisbin
e on the specifics... if you get it working, though, please let me know so i can try it again :-) Jon Brisbin www.jbrisbin.net - Original Message - From: "Nicky Eshkenazi" <> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 4:51 PM Subject: Struts and Tomcat

Struts and Tomcat 4.0 Beta 6

2001-08-01 Thread Nicky Eshkenazi
Hey guys, Has anybody tried the Struts with the latest Tomcat 4.0 Beta 6? Are there any issues/ problems? thanks, Nicky

RE: Problem With Struts and Tomcat

2001-06-11 Thread Mikkel Bruun
I posted a how-to for getting struts and tomcat 3.2.1 up and running in VAJ...check the archives or even www.helenius.org... Mikkel -Original Message- From: Thomas L Richards To: [EMAIL PROTECTED] Sent: 11-06-2001 17:03 Subject: Re: Problem With Struts and Tomcat Dan, Ok, I'l

Re: Problem With Struts and Tomcat

2001-06-11 Thread Dan Miser
as L Richards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 11, 2001 10:03 AM Subject: Re: Problem With Struts and Tomcat > Dan, > > Ok, I'll try that (even though I ordered 3.5.3but it'll be a while > before I get it). Do you have the

Re: Problem With Struts and Tomcat

2001-06-11 Thread Thomas L Richards
com> cc: Subject: Re: Problem With Struts and Tomcat 06/09/2001

Re: Problem With Struts and Tomcat

2001-06-09 Thread Craig R. McClanahan
On Fri, 8 Jun 2001, Thomas L Richards wrote: > Ok, I've got a bit of a headache and here's the cause: > > I'm using Visual Age for Java 3.5.2, with Tomcat 3.1. That works fine. > I installed Struts 1.0-b3 with Xerces 1.4.0. > Then I installed the struts-example.war file. That installed fine to

Re: Problem With Struts and Tomcat

2001-06-09 Thread Dan Miser
ost of the things you need to do for Struts integration with VAJ. -- Dan Miser http://www.distribucon.com - Original Message - From: "Thomas L Richards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 4:47 PM Subject: Re: Problem With Struts and T

Re: Problem With Struts and Tomcat

2001-06-08 Thread Thomas L Richards
EMAIL PROTECTED] cc: 06/08/2001 Subject: Re: Problem With Struts and Tomcat

Re: Problem With Struts and Tomcat

2001-06-08 Thread ricksmth
I ran into that running Tomcat 3.1. You need to be running Tomcat 3.2.x. It's a difference in the servlet specification. Rick [EMAIL PROTECTED] wrote: > Ok, I've got a bit of a headache and here's the cause: I'm using Visual Age for Java 3.5.2, with Tomcat 3.1. That works fine. I installed Str

RE: Problem With Struts and Tomcat

2001-06-08 Thread Kyle Robinson
I would highly recommend upgrading your Tomcat to 3.2.2. This may solve your problem. -Original Message- From: Thomas L Richards [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 13:49 To: [EMAIL PROTECTED] Subject: Problem With Struts and Tomcat Ok, I've got a bit of a hea

Problem With Struts and Tomcat

2001-06-08 Thread Thomas L Richards
Ok, I've got a bit of a headache and here's the cause: I'm using Visual Age for Java 3.5.2, with Tomcat 3.1. That works fine. I installed Struts 1.0-b3 with Xerces 1.4.0. Then I installed the struts-example.war file. That installed fine too (Tomcat took care of it). However, where my headache see