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

2001-02-27 Thread Pablo Estades Fernández

Yes, yes, yes...

When I've installed jdk1.3 the problem has
disappeared.

Thanx.
Pablo.

--- Maya Muchnik <[EMAIL PROTECTED]> escribió: >
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" %>
> >
> > 
> > 
> > 
> > 
> > 
> > 
> >
> >  scope="application">
> >   
> > ERROR:  User database not loaded -- check
> servlet
> > container logs
> > for error messages.
> >   
> >   
> > 
> >
> >  > name="org.apache.struts.action.MESSAGE"
> > scope="application">
> >   
> > ERROR:  Application resources not loaded --
> check
> > servlet container
> > logs for error messages.
> >   
> > 
> >
> > 
> > 
> >  >
>
page="/editRegistration.do?action=Create"> > key="index.registration"/>
> >  > key="index.logon"/>
> > 
> >
> >  
> >  size="1">A
> > Walking Tour of the Example
> Application
> >
> > 
> >
> > 
> > 
> >
> > --- 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
> 


=
Pablo Estades Fernández ([EMAIL PROTECTED]).
OCTO Technology (www.octo.fr/es)

C/ Albacete, 5 - 7a Pl. 28027 Madrid
Tel : + 34 - 91 405 93 80

___
Do You Yahoo!?
Envía mensajes instantáneos y recibe alertas de correo con 
Yahoo! Messenger - http://messenger.yahoo.es



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

2001-02-27 Thread Maya Muchnik

I am using Tomcat.

Pablo Estades Fernández wrote:

> 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 Fernández 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 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
> > >
> > >
> >
> 
> > > Name: myConf.zip
> > >myConf.zip   Type: Zip Compressed Data
> > (application/x-zip-compressed)
> > > Encoding: base64
> > >  Description: myConf.zip
> >
>
> ___
> Do You Yahoo!?
> Envía mensajes instantáneos y recibe alertas de correo con
> Yahoo! Messenger - http://messenger.yahoo.es




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 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" %>
>
> 
> 
> 
> 
> 
> 
>
> 
>   
> ERROR:  User database not loaded -- check servlet
> container logs
> for error messages.
>   
>   
> 
>
>  name="org.apache.struts.action.MESSAGE"
> scope="application">
>   
> ERROR:  Application resources not loaded -- check
> servlet container
> logs for error messages.
>   
> 
>
> 
> 
>  page="/editRegistration.do?action=Create"> key="index.registration"/>
>  key="index.logon"/>
> 
>
>  
> A
> Walking Tour of the Example Application
>
> 
>
> 
> 
>
> --- 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




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

> > Name: myConf.zip
> >myConf.zip   Type: Zip Compressed Data
> (application/x-zip-compressed)
> > Encoding: base64
> >  Description: myConf.zip
> 


___
Do You Yahoo!?
Envía mensajes instantáneos y recibe alertas de correo con 
Yahoo! Messenger - http://messenger.yahoo.es



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"
prefix="logic" %>









  
ERROR:  User database not loaded -- check servlet
container logs
for error messages.
  
  



  
ERROR:  Application resources not loaded -- check
servlet container
logs for error messages.
  








 
A
Walking Tour of the Example Application







--- 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



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 Fernández 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 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
>
>   
> Name: myConf.zip
>myConf.zip   Type: Zip Compressed Data (application/x-zip-compressed)
> Encoding: base64
>  Description: myConf.zip




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, 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
 myConf.zip