(please read entire message as there are two possible issues)

Firstly, it could be the license but when I had problems with it I would get a compiler error stating that the license was not valid.

If it is indeed the license then google for "webobjects servlet 5.3 5.2 deployment" and pick the first non-apple result. It will explain how to get it working in this situation. It has worked for me. I've gotten it to work with both Tomcat 4.0.x and 5.5.x running on Windows 2000 Server.

With this said, Apple SPECIFICALLY recommends against deploying to a different version of the deployment tools than what the application is developed on which is what you are doing unless you have the 5.3 deployment tools (only available with OS X Server) installed in addition to the developer tools (available with OS X Client & Xcode 2).

With that said, I have not yet had any problems, but I have only tested a couple small, Direct-To-Java applications so Your Milage May Vary.

Secondly, I believe that I have also seen the "Servlet WOServletAdaptor is currently unavailable" error and it was caused by not all the frameworks being present in the deployed "WEB-INF/Library/ Frameworks" directory. I'm not sure which are missing. There are thousands within several sub-directories so I copied from a working deployment. I'm not sure why my explicit command-line build instructions of:

"xcodebuild -target Appname -configuration deployment SERVLET_COPY_JARS=YES SERVLET_SINGLE_DIR_DEPLOY=YES SERVLET_SINGLE_DIR_DEPLOY_LICENSE=B-123-ABC-456-DEF-789-GHI-012- JKL-345" (fake deployment key)

is NOT copying all the frameworks. Maybe I'm missing something??

I am only in the initial development stages deploying for initial testing only. At the time we are ready to deploy for in-depth testing, I will purchase a 10-client OS X Server license to get the proper 5.3 deployment tools.

(Interesting how WebObjects 5.3 still costs about the same as 5.2, but you get free copies of OS X Client and OS X Server (10 client) along with it. At least that's how I look at it...)

Dave

On Oct 27, 2005, at 4:34 AM, Chuck Hill wrote:

I can't advise you on Tomcat, but I'm pretty sure that 5.3 won't run with a 5.2 license.

Chuck

On Oct 26, 2005, at 8:10 PM, Johan Henselmans wrote:


I am trying to deploy an application on a machine from a customer. No option to install WebObjects deployment, so I tried to deploy as a servlet. First I ran into the problem that the machine could not load the EOModel file, because NSPathUtilities failed to load the eomodel directory.

I have used a fixed NSPathUtilities.class to work around a bug in the JavaFoundation.jar that Apple supplies. That works fine on Tomcat 4.1.29-LE on a a10.3.9 machine, but on a FreeBSD machine running tomcat 4.1.30 I am getting the following error:


    type Status report

   message Servlet WOServletAdaptor is currently unavailable

description The requested service (Servlet WOServletAdaptor is currently unavailable) is not currently available.

I have also tried it on a 4.1.31 Tomcat with Java 1.5_05 Linux machine. Same error message...

Does anybody what this means, and if there is some kind of workaround? Could it have something to do with a license? (I used a 5.2 license as I started this project in a 5.2 environment but progressed into 5.3 for other reasons)


Best Regards,

Johan Henselmans
http://www.netsense.nl
Tel: +31-20-6267538
Fax: +31-20-6273852


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects- [EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/chill% 40global-village.net

This email sent to [EMAIL PROTECTED]


--
Coming in 2006 - an introduction to web applications using WebObjects and Xcode http://www.global-village.net/wointro

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/ practical_webobjects




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list (Webobjects- [EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-deploy/webobjects% 40avendasora.com

This email sent to [EMAIL PROTECTED]




_______________________________________________
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]

Reply via email to