Migrating from tomcat 4.0 to tomcat 4.01

2001-10-26 Thread Domingo Aguilera
I have a webapp that runs properly under tomcat 4.0. Struts jar and commons jars are as from 9/19/2001 Now I want to make such webapp run in tomcat 4.0.1 but it seems the digester can't instantiate some classes from the struts-menu example. What I have noticed is that from tomcat 4.0 to 4.1 the

RE: tomcat 4.0 and struts problem

2001-10-04 Thread Domingo Aguilera
I had the same problem. What I did was: 1 - Download Jboss ( www.jboss.org ) 2 - In the directory lib of jboss you can find crimson.jar and jaxp.jar files. 3 - Copy the two files to your $TOMCAT/webapps/yourapp/WEB-INF/lib 4 - Restart tomcat. -Mensaje original- De: Viet Kevin [mailto

Off- topic question regarding mod_webapp.so

2001-10-03 Thread Domingo Aguilera
those sources? Thanks in advance. Domingo Aguilera

RE: Tomcat 4.0 and Struts.

2001-10-02 Thread Domingo Aguilera
Finally I got the solution! xerces.jar was removed from $TOMCAT/webapps/myapp/WEB-INF/lib instead of xerces I placed the crimson.jar and jaxp.jar files that are included in jboss (EJB container http://www.jboss.org) Thank to everybody. -Mensaje original- De: Domingo Aguilera [mailto

RE: Tomcat 4.0 and Struts.

2001-10-01 Thread Domingo Aguilera
ing Xerces from the classpath also works, but I use another library that depends on it. Cheers, Brett -Original Message- From: Domingo Aguilera [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 2 October 2001 3:52 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat 4.0 and Struts. I made a mista

RE: Tomcat 4.0/Struts/Web.xml Question

2001-10-01 Thread Domingo Aguilera
Place all related to servlet element at first place in web.xml, that is right after   -Mensaje original-De: Carl Sziebert [mailto:[EMAIL PROTECTED]]Enviado el: Lunes, 01 de Octubre de 2001 01:47 p.m.Para: [EMAIL PROTECTED]Asunto: Tomcat 4.0/Struts/Web.xml Question Hey all,   I

RE: Tomcat 4.0 and Struts.

2001-10-01 Thread Domingo Aguilera
I made a mistake when writing about the location of the xml parser... It is Xerces 1.4.1 and is placed in $TOMCAT/webapps/myapp/WEB-INF/lib -Mensaje original- De: Domingo Aguilera [mailto:[EMAIL PROTECTED]] Enviado el: Lunes, 01 de Octubre de 2001 12:47 p.m. Para: [EMAIL PROTECTED

Tomcat 4.0 and Struts.

2001-10-01 Thread Domingo Aguilera
Is there any issue regarding the use of Tomcat 4.0 and struts when dealing with the "digester parsing" of the struts-config.xml ? This is what´s been written to log file in tomcat 4.0 2001-10-01 11:28:58 StandardContext[/extranet]: Servlet /extranet threw load() exception javax.servlet.ServletEx

XML question

2001-07-19 Thread Domingo Aguilera
I am trying Xerces 1.4.1. Is this ok ? Should I place the xerces.jar under $TOMCAT_HOME/webapps/struts-example/WEB-INF/lib ? or it has to be added to classpath in tomcat.sh ? One more... is there anything else that I have to include besides xerces.jar ? ( I mean crimson.jar , jaxp.jar, etc. ) Do

RE: JavaBeans creation

2001-07-06 Thread Domingo Aguilera
I was asking myself an hour ago if a "guru" did something like this. Thanks Ravindrah. This will help a lot. -Mensaje original- De: Ravindran Ramaiah [mailto:[EMAIL PROTECTED]] Enviado el: Viernes, 06 de Julio de 2001 10:17 a.m. Para: '[EMAIL PROTECTED]' Asunto: RE: JavaBeans creation

RE: Help on making struts with Apache + Tomcat

2001-07-05 Thread Domingo Aguilera
At all. It seems apache refuses to access some resource in the directory where the app is installed: $TOMCAT/webapps/myapp What I'am going to do is copy all app files to the directory where struts-example is installed. This way I can figure out if there's something bad with the involved files

RE: Help on making struts with Apache + Tomcat

2001-07-04 Thread Domingo Aguilera
re if you like. cheers dim > > Platform is Mandrake Linux 7.1 > > I'll try mod_jk. > > TKS > > -Mensaje original- > De: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Enviado el: Miércoles, 04 de Julio de 2001 08:32 p.m. > Para: [EMAIL PROTECTED]; Doming

RE: Help on making struts with Apache + Tomcat

2001-07-04 Thread Domingo Aguilera
I am using mod_jserv.so and Tomcat 3.2.1 Platform is Mandrake Linux 7.1 I'll try mod_jk. TKS -Mensaje original- De: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Enviado el: Miércoles, 04 de Julio de 2001 08:32 p.m. Para: [EMAIL PROTECTED]; Domingo Aguilera Asunto: Re: Help on m

RE: Help on making struts with Apache + Tomcat

2001-07-04 Thread Domingo Aguilera
AIL PROTECTED] >Asunto: Re: Help on making struts with Apache + Tomcat > >This might help http://www.iqinternet.com/services/faq/4.htm > > Domingo Aguilera wrote: >> >> I moved the app to $TOMCAT_HOME/webapps but I'm still having the 403 >error. >> >> B

RE: Help on making struts with Apache + Tomcat

2001-07-04 Thread Domingo Aguilera
Help on making struts with Apache + Tomcat This might help http://www.iqinternet.com/services/faq/4.htm Domingo Aguilera wrote: > > I moved the app to $TOMCAT_HOME/webapps but I'm still having the 403 error. > > By moving the app to $TOMCAT_HOME/webapps I'm avoiding t

RE: Help on making struts with Apache + Tomcat

2001-07-04 Thread Domingo Aguilera
2001 12:05 p.m. Para: [EMAIL PROTECTED] Asunto: Re: Help on making struts with Apache + Tomcat You need to create a context or virtual host in the server.xml file. Domingo Aguilera wrote: > > Hi, > > I've been using the combination of Apache + tomcat 3.x > >

Help on making struts with Apache + Tomcat

2001-07-03 Thread Domingo Aguilera
ser/app. Any suggestions?? Domingo Aguilera