hi,
I'm still figuring out how to deploy a WO Application correctly as a servlet:
Szenario:
Wonder_WO_5_4_branche
Apache 2.2, mod-jk and JBoss 4
In the web.xml I set WOAppMode to "Deployment", but some of the WO Properties
are not initialized accordingly:
2010-11-01 12:56:31,477 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOIncludeCommentsInResponse=true
2010-11-01 12:56:31,478 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOContextClassName=com.webobjects.jspservlet.WOServletContext
2010-11-01 12:56:31,478 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
NSProjectSearchPath=("..")
2010-11-01 12:56:31,479 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOMissingResourceSearchEnabled=true
2010-11-01 12:56:31,480 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOCachingEnabled=false
2010-11-01 12:56:31,480 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOAdaptorURL=http://localhost//Hello/WebObjects
2010-11-01 12:56:31,481 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WODebuggingEnabled=true
2010-11-01 12:56:31,481 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOAllowRapidTurnaround=true
2010-11-01 12:56:31,481 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOSessionStoreClassName=com.webobjects.jspservlet.WOServletSessionStore
2010-11-01 12:56:31,482 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOAutoOpenInBrowser=true
2010-11-01 12:56:31,482 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WODisplayExceptionPages=true
2010-11-01 12:56:31,483 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WOAutoOpenClientApplication=true
2010-11-01 12:56:31,483 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
------------------------
2010-11-01 12:56:31,484 INFO [STDOUT] Nov 01 12:56:31 N/A[N/A] DEBUG NSLog -
WebObjects version = 5.4.2
On the other side, the urls to webserver resources are generated correctly
(/WebObjects/Hello.woa/Contents/WebServerResources/...)
In the mail archives I found a hint to define e.g. WOCachingEnabled in web.xml
like this:
<env-entry>
<env-entry-name>wo/WOCachingEnabled</env-entry-name>
<env-entry-value>true</env-entry-value>
<env-entry-type>java.lang.Boolean</env-entry-type>
</env-entry>
but again, this has no effect :-(
Has anybody an Idea, what else I can try? Or any hint to a more complete
Documentation on this topic?
thanks in advance.
regards,
René Bock
Software Engineering
--
Salient GmbH - the interactive advantage
http://www.salient.de http://www.openforms.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com
This email sent to [email protected]