Re: SSDD + Tomcat
Re: SSDD + Tomcat
- Subject: Re: SSDD + Tomcat
- From: Dov Rosenberg <email@hidden>
- Date: Fri, 02 Jul 2004 08:09:10 -0400
Actually I took another look through my servlet deployments and it DOES look
like the WOComponents and EOModel are copied into your apps .woa folder. You
still need to deploy your own frameworks and the relevant WO JAR files that
your app uses though. I am going to investigate further.
Dov Rosenberg
On 7/2/04 7:50 AM, "Dov Rosenberg" <email@hidden> wrote:
> You do need to include the base WOFrameworks for a SSDD when you deploy to a
> clean machine or else nothing works. At a minimum you probably need
>
> JavaEOAccess.framework
> JavaEOControl.framework
> JavaEOProject.framework
> JavaFoundation.framework
> JavaJDBCAdaptor.framework
> JavaWebObjects.framework
> JavaWOExtensions.framework
> JavaWOJSPServlet.framework
>
> You also need to get the jar files from the frameworks copied into the
> WEB-INF/lib directory if you want to be able to use any of the WO APIs like
> NSArray in your JSP pages.
>
> If you are using WOComponents on your JSP pages you need the WO taglibrary
> registered in your WEB-INF/web.xml file as well.
>
> The license key gets deployed to the
> JavaWebObjects.framework/Resources/License.key file
>
>
>
> On 7/2/04 1:02 AM, "Hsu" <email@hidden> wrote:
>
>> Actually, the entire point of an SSDD deployment is that it is
>> completely standalone - you do not need WO installed on the machine.
>> However, it is imperative that you have a correct deployment license in
>> JavaWebObjects.framework. Note that the prompt from Xcode ("please
>> enter a valid deployment license") doesn't actually check the validity
>> of the license, so you may not have typed it in correctly - Xcode
>> allows any non-empty string.
>>
>> Karl
>>
>> On Jul 1, 2004, at 7:51 AM, Dov Rosenberg wrote:
>>
>>> Usually the problem is the web.xml file is doesn't have the correct
>>> path
>>> information in it. If you are deploying to a clean server, you need to
>>> include all of the WO frameworks in your WAR/deployment files. The
>>> regular
>>> SSDD deployment doesn't seem to include the WO Frameworks. Make sure
>>> you
>>> have a deployment key incorporated in the JavaWebObjects.framework
>>> otherwise
>>> your app will not run.
>>>
>>> HTH
>>>
>>> On 7/1/04 10:30 AM, "Ricardo Cortes" <email@hidden> wrote:
>>>
>>>> Hi there,
>>>>
>>>> I saw some posts awhile back about folks having problems with various
>>>> versions
>>>> of Tomcat and their Servlet Single Directory Deployments. Can anyone
>>>> tell me
>>>> if there is a specific version of Tomcat that is validated against
>>>> SSDD? I
>>>> have been able to successfully deploy on my Tomcat instance at home
>>>> (4.x) but
>>>> my application provider is running Tomcat 4.1.29. When he starts the
>>>> application, I get the following error. Anyone have a clue?
>>>>
>>>> Thanks,
>>>> Ricardo
>>>>
>>>>
>>>> HTTP Status 503 - Servlet WOServletAdaptor is currently unavailable
>>>>
>>>> type Status report
>>>>
>>>> message Servlet WOServletAdaptor is currently unavailable
>>>>
>>>> description The requested service (Servlet WOServletAdaptor is
>>>> currently unavailable) is not currently available.
>>>> _______________________________________________
>>>> webobjects-dev mailing list | email@hidden
>>>> Help/Unsubscribe/Archives:
>>>> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>>>> Do not post admin requests to the list. They will be ignored.
>>>>
>>>
>>> --
>>> Dov Rosenberg
>>> Conviveon Corporation
>>> 370 Centerpointe Circle, suite 1178
>>> Altamonte Springs, FL 32701
>>> http://www.conviveon.com
>>> email@hidden
>>> AOL IM: dovrosenberg
>>> (407) 339-1177 x102
>>> (407) 339-6704 (fax)
>>> (800) 475-9890
>>> (407) 310-8316 (cell)
>>> _______________________________________________
>>> webobjects-dev mailing list | email@hidden
>>> Help/Unsubscribe/Archives:
>>> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>>> Do not post admin requests to the list. They will be ignored.
>>>
>>>
>> --
>>
>> It is better to copulate than never.
>>
>> Homepage:
>> http://homepage.mac.com/khsu/index.html
>> _______________________________________________
>> webobjects-dev mailing list | email@hidden
>> Help/Unsubscribe/Archives:
>> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>> Do not post admin requests to the list. They will be ignored.
>>
--
Dov Rosenberg
Conviveon Corporation
370 Centerpointe Circle, suite 1178
Altamonte Springs, FL 32701
http://www.conviveon.com
email@hidden
AOL IM: dovrosenberg
(407) 339-1177 x102
(407) 339-6704 (fax)
(800) 475-9890
(407) 310-8316 (cell)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.