Re: WAR deployment as SSDD

2007-11-02 Thread Daniele Corti
2007/10/31, Dov Rosenberg <[EMAIL PROTECTED]>: > > If there is an error during startup the WOServletAdaptor is not deployed > and your app will not run. Check your WEB-INF/web.xml to make sure all of > the pieces referenced in the WOCLASSPATH node are available where expected. > If you are using a

Re: WAR deployment as SSDD

2007-10-31 Thread Dov Rosenberg
If there is an error during startup the WOServletAdaptor is not deployed and your app will not run. Check your WEB-INF/web.xml to make sure all of the pieces referenced in the WOCLASSPATH node are available where expected. If you are using an EOModel make sure the model is available in the framewor

WAR deployment as SSDD

2007-10-31 Thread Daniele Corti
Hi all, I'm attemping in the WAR deployment of a almost empty App, just to see if it is not too complicated using WOLips. After some digging in apple guides, I decide to look at the build.xml file and I found out the ssdd target. I've followed the step to enable this target and finally I've comp