Make sure your web.xml has the following entry for the action class:

  <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
      <param-name>application</param-name>
      <param-value>ApplicationResources</param-value>
    </init-param>

--- [EMAIL PROTECTED] wrote:
> 
> Matt,
> 
> Oops, I suppose I should have specified Webserver or Appserver.  I'm using
> iPlanet Webserver 6.0.  My classpath points to the directory containing
> ApplicationResources.properties which is: c:
>
\iPlanet\Servers\docs\webapps\struts\WEB-INF\classes\ApplicationResources.properties
> 
> This does not seem to work even after updating the server startup classpath
> in jvm12.conf.
> 
> Here is that entry in jvm12.conf:
> 
> jvm.classpath=c:
> \iPlanet\Servers\docs\webapps\struts\WEB-INF\lib\struts.jar;c:
> \iPlanet\Servers\docs\webapps\struts\WEB-INF\;c:
> \iPlanet\Servers\docs\webapps\struts\WEB-INF\lib;c:
> \iPlanet\Servers\docs\webapps\struts\WEB-INF\classes;c:
> \iPlanet\Servers\docs\WEB-INF\classes\beanutils.jar; c:
> \iPlanet\Servers\docs\WEB-INF\classes\collections.jar;c:
>
\iPlanet\Servers\docs\WEB-INF\classes\digester.jar;C:/iPlanet/Servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar
> 
> Thanks,
> Brian
> 
> 
> 
> 
>                                                                              
>                                      
>                     Matt Raible                                              
>                                      
>                     <matt_raible@        To:    
> [EMAIL PROTECTED]                                    
>                     yahoo.com>           cc:                                 
>                                      
>                                          Subject:     Re: iPlanet - Cannot
> find message resources u/key            
>                     07/23/2001                                               
>                                      
>                     02:08 PM                                                 
>                                      
>                     Please                                                   
>                                      
>                     respond to                                               
>                                      
>                     struts-user                                              
>                                      
>                                                                              
>                                      
>                                                                              
>                                      
> 
> 
> 
> 
> iPlanet Web Server or App Server?  The fix on the appserver is a classpath
> thing - probably the same on Web Server.
> 
> --- [EMAIL PROTECTED] wrote:
> > All,
> >
> > Can someone please post their iPlanet 6x configuration files for the
> > struts_example.war web application?  I'm sure the answer to my problem is
> > entering the descriptor xml to point to the location of the resources
> file,
> > but since iPlanet does not support Webapps and WAR files, this is not a
> > straightforward process.
> > Any hints appreciated...
> >
> > Thanks,
> > Brian
> >
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to