Presumably, if you point your browser to a URL for the servlet container + the application path + the action path, the associated action will be invoked and if it forwards to a page (it should), that page will appear.
For example: http://localhost:7001/myApplication/actions/myFirstAction If it works, then Struts is working. If Struts isn't working, you'll get an error (probably a 404). Cheers, David -----Original Message----- From: K J [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 10:53 AM To: [EMAIL PROTECTED] Subject: How do I know my app is using sturts properly? after adding everything to your classpath, etc. how do you know your app is actualy using struts(ActionServlet in particular)? Thanks. __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings.yahoo.com/ -- 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]>

