You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Richard Wagner <Ri...@gmx.net> on 2002/10/15 15:13:09 UTC

Solaris/iPlanet problem with reading from WEB-INF/classes

Hi,

i'm using struts 1.0.2 and iPlanet 6.5.

I've the problem that my apps (powered by struts) and the struts-example,
works
on NT but not on Solaris. I deploy the same ear-file first on NT and than on
solaris.

On Solaris there's always something that can not be found. 

For example messages from the ApplicationResources.properties as :
'javax.servlet.jsp.JspException: Missing message for key index.title'.

When I don't use messages then he can not found my Action or Form classes.

Is there a known issue on Solaris/iPlanet on reading files from
WEB-INF/classes with struts?

Regards

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Solaris/iPlanet problem with reading from WEB-INF/classes

Posted by Richard Wagner <Ri...@gmx.net>.
Here are some more informations of my further investigations.

> Hi,
> 
> i'm using struts 1.0.2 and iPlanet 6.5.
> 
> I've the problem that my apps (powered by struts) and the struts-example,
> works
> on NT but not on Solaris. I deploy the same ear-file first on NT and than
> on
> solaris.
> 
> On Solaris there's always something that can not be found. 
> 

The problem with the ApplicationResources.properties is solved. It has
nothing todo with that.

> For example messages from the ApplicationResources.properties as :
> 'javax.servlet.jsp.JspException: Missing message for key index.title'.
> 
> When I don't use messages then he can not found my Action or Form classes.
> 

When i copy my classes into an ejb part and add this path to the system
classpath, it worked.
When i add instead of that, the path to WEB-INF/classes into the system
classpath, then it does not work.
There must be a problem with struts,iplanet and the WEB-INF/classes
directory.


> Is there a known issue on Solaris/iPlanet on reading files from
> WEB-INF/classes with struts?
> 
> Regards
> 
> -- 
> +++ GMX - Mail, Messaging & more  http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>