Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Pablo Estades Fernández
Hi all, The struts example works fine on my W2K but when I try to deploy it on solaris fails. This is my setup: Solaris 2.6 Sun JDK1.2 If it helps you, you can take a look on the weblogic.properties, the start script (startEx.sh) and the log (weblogic_pgn.log) If you need something more,

Re: Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Maya Muchnik
I think it is WebLogic related, because I do not have a problem to run struts-example on Sun 2.7 with Sun JDK 1.3. Pablo Estades Fernndez wrote: Hi all, The struts example works fine on my W2K but when I try to deploy it on solaris fails. This is my setup: Solaris 2.6 Sun JDK1.2 If it

Re: Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Pablo Estades Fernández
More information; Here is my problematic index.jsp. Do you think the error can be related to NOT to use JDK1.3? %@ page language="java" % %@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" % %@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" % %@ taglib uri="/WEB-INF/struts-logic.tld"

Re: Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Pablo Estades Fernández
Yes Maya, it seems to be WebLogic. Are you using Tomcat under solaris or another server? --- Maya Muchnik [EMAIL PROTECTED] escribi: I think it is WebLogic related, because I do not have a problem to run struts-example on Sun 2.7 with Sun JDK 1.3. Pablo Estades Fernndez wrote: Hi all,

Re: Problems trying to deploy the struts example (1.0b) on solaris

2001-02-27 Thread Maya Muchnik
Is this the same index.jsp from struts-example? If so, I do not have a problem to run example on Sun 2.7 and JDK 1.3. Maya Pablo Estades Fernndez wrote: More information; Here is my problematic index.jsp. Do you think the error can be related to NOT to use JDK1.3? %@ page