Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
- Subject: Re: WebObjects apps in war; maven; where is ERXServletAdaptor; etc.
- From: Henrique Prange <email@hidden>
- Date: Fri, 24 Jul 2009 11:40:37 -0300
Hi Greg,
On 7/22/09 8:49 PM, Greg Brown wrote:
Q 1. Should http://maven.wocommunity.org/content/groups/public have this
jar, or am I missing where it is?
You are right. The erxservlet.jar should be there (issue WONDER-291). I
have deployed the artifact to the WOCommunity repository right now. You
can now add the following dependency to your pom.xml:
<dependency>
<groupId>wonder.core</groupId>
<artifactId>ERServlet</artifactId>
<version>1.0</version>
</dependency>
There is still the issue WOL-1011 related with this subject. I'll fix it
during the weekend.
Q 3. Info.plist Doctype? Do I have to remove that? Here it says to:
http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Deployment-Tomcat+Deployment
I don't remember of any issue deploying applications with the generated
Info.plist.
Q 4. Perhaps it is WO 5.3.3? They have the WOServletAdaptor in two jars
JavaWOJSPServlet and a JavaWOJSPServlet_client ; which one? both? or is
it the classpath order?
Are you sure? AFAIR, the WOServletAdaptor is only available in the
JavaWOJSPServlet_client library on WO 5.3.x and later. That is why you
need to add both libraries for old versions of WO.
Cheers,
Henrique
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden