Thank you very much, for your help. it works!
but I cannot still visualize the admin pages, because of this error:

javax.servlet.ServletException: Cannot find message resources under key 
org.apache.struts.action.MESSAGE
         at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:471)
         at org.apache.jsp.index$jsp._jspService(index$jsp.java:497)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

is it a problem of struts configuration?
Thank you again.

At 11.25 02/09/2002 +0200, you wrote:
>Luca Zago wrote:
>>HI,
>>I tried to put this file everywhere.
>>- tomcat/bin
>>- tomcat
>>- tomcat/conf
>>but always the same error
>>javax.servlet.ServletException: Domain initialization error : Domain.xml
>>impossible to find file.
>>when I tried to access the slide-admin we app.
>>is there some attribute or tag where I can specified the path of this file?
>>My problem is that I have the web applications slide and slide-admin.
>>The first one works fine, the second application doesn't find the file.
>>Can somebody help me?
>>Thanks.
>
>First, make sure the slide-kernel.jar and everything it depends on (not 
>the other way around, so: slide-stores.jar, jta.jar, etc) is in the 
>tomcat/shared/lib directory (or just tomcat/lib if tomcat/shared/lib 
>doesn't exist).
>
>Next, in tomcat/shared/classes, create the file 
>org/apache/slide/slide.properties, with the content:
>
>org.apache.slide.domain=[absolute path to the Domain.xml file]
>
>(If that doesn't work, try putting the properties file in the 
>WEB-INF/classes directory of both slide and slide-admin)
>
>--
>Christopher Lenz
>/=/ cmlenz at gmx.de
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to