Hi John, John Huss wrote:
I know you can deploy a WO app into a Servlet container, but can you develop with it too?
Yes, you can. But I think rapid development mode will not work.
I mean, can I run and debug my WO app through a local instance of Tomcat (or something else)?
We use maven-jetty-plugin when we have to test or check if everything is fine with the WAR package. This way we can quickly verify application behaviors without having to deploy it into a production or development server. AFAIK, you can also configure the Jetty instance to debug code using Eclipse. I have never tried this kind of configuration, though.
Cheers, Henrique
John ------------------------------------------------------------------------ _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/hprange%40gmail.com This email sent to [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
