RE: logging
"Jackson, Stephen" <[email protected]>
| Newsgroups | gmane.comp.java.openamf.user |
|---|---|
| Message-ID | <3428D9627CC79A4ABF37A519431D981206A64726@nmr001oldmsx05.enterprisenet.org> |
You need to follow the instructions in the README.txt file that came with the download if you want to use openamf. Openamf's gateway is a servlet so, yes you need to do all that business. Actually you are missing some jars in your description. The README explains it all. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Greg Lindquist Sent: Tuesday, April 12, 2005 12:06 PM To: [email protected] Subject: [Openamf-user] logging I'm having trouble with this flash program... Where's the CATALINA_OPTS variable to add so I can get some logging done in this? Also, when I installed openAMF, all I did was place openAMF.war in the webapps directory, is that all I do? Or do I do all this business -- 1. Copy openamf.jar to your WEB-INF/lib directory 2. Copy /src/web/WEB-INF/openamf-config.xml to your WEB-INF directory 3. Copy /src/web/WEB-INF/build-webservice.xml to your WEB-INF directory 4. Add an entry to your WEB-INF/web.xml file. Here's an example: <servlet> <servlet-name>DefaultGateway</servlet-name> <display-name>DefaultGateway</display-name> <description>DefaultGateway</description> <servlet-class>org.openamf.DefaultGateway</servlet-class> <init-param> <param-name>OPENAMF_CONFIG</param-name> <param-value>/WEB-INF/openamf-config.xml</param-value> <description>Location of the OpenAMF config file.</description> </init-param> </servlet> <servlet-mapping> <servlet-name>DefaultGateway</servlet-name> <url-pattern>/gateway</url-pattern> </servlet-mapping> 5. External Dependencies - add the required jar's depending on your planned use - for more information please read the next section ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Openamf-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openamf-user ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click