Hello,
i'm newbie working with apache. i have configured the httpd.conf, added a
worker.properties to make it work with tomcat. I have the following
structure:

WebServerExtensions (this is mapguide folder)
  Apache2
  Tomcat
  www
    appfolder1
    appfolder2
    WEB-INF
       lib (here are my jars)
       web.xml

i have my app code inside www folder. (let's say appfolder1).
i wanted to add some jar configuration and struts. i have modify web.xml
mapping the tlds. I made a test with jstl and it works fine.  then i add a
struts-config.xml. my question is, in which folder should i put the .java
classes?? how do i map them? and the ApplicationResources.properties? where
should i put it? i place it in WEB-INF but the <bean:message> tag can't find
the file.

    <action-mappings>
                <action path="/sample"
                        type="action.SampleAction" ( i don't know where its 
location )
                        parameter="sample"
                        name="formSample">
                        <forward name="redirect" path="sample.jsp"/>
                </action>
    </action-mappings>
    
    <message-resources parameter="ApplicationResources" />
   ( where should i put the ApplicationResources.properties file? )

i'm confused because is the first time i used apache + tomcat.
help, please (:

thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Apache-%2B-Tomcat-%2B-Struts-tp20232252p20232252.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to