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 Fernández wrote:

> 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"
> prefix="logic" %>
>
> <html:html locale="true">
> <head>
> <title><bean:message key="index.title"/></title>
> <html:base/>
> </head>
> <body bgcolor="white">
>
> <logic:notPresent name="database" scope="application">
>   <font color="red">
>     ERROR:  User database not loaded -- check servlet
> container logs
>     for error messages.
>   </font>
>   <hr>
> </logic:notPresent>
>
> <logic:notPresent
> name="org.apache.struts.action.MESSAGE"
> scope="application">
>   <font color="red">
>     ERROR:  Application resources not loaded -- check
> servlet container
>     logs for error messages.
>   </font>
> </logic:notPresent>
>
> <h3><bean:message key="index.heading"/></h3>
> <ul>
> <li><html:link
> page="/editRegistration.do?action=Create"><bean:message
> key="index.registration"/></html:link></li>
> <li><html:link page="/logon.jsp"><bean:message
> key="index.logon"/></html:link></li>
> </ul>
>
> <p>&nbsp;</p>
> <p><a target="_blank" href="tour.htm"><font size="1">A
> Walking Tour of the Example Application</font></a></p>
>
> <html:img page="/struts-power.gif" alt="Powered by
> Struts"/>
>
> </body>
> </html:html>
>
> --- Pablo Estades Fernández <[EMAIL PROTECTED]>
> escribió: > 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, please tell me.
> >
> > Thanx!
> > Pablo.
> >
> >
> >
> _______________________________________________________________
> > Do You Yahoo!?
> > Envía mensajes instantáneos y recibe alertas de
> > correo con
> > Yahoo! Messenger - http://messenger.yahoo.es
>
> > ATTACHMENT part 2 application/x-zip-compressed
> name=myConf.zip
>
> _______________________________________________________________
> Do You Yahoo!?
> Envía mensajes instantáneos y recibe alertas de correo con
> Yahoo! Messenger - http://messenger.yahoo.es

Reply via email to