Re: SSDD + Tomcat
Re: SSDD + Tomcat
- Subject: Re: SSDD + Tomcat
- From: Hsu <email@hidden>
- Date: Fri, 2 Jul 2004 06:58:49 -0700
On Jul 2, 2004, at 4:50 AM, Dov Rosenberg wrote:
You do need to include the base WOFrameworks for a SSDD when you
deploy to a
clean machine or else nothing works.
No, you do not need to copy the base WOFrameworks. I wrote the SSDD
code; if it does not allow you to simply deploy the SSDD directly to a
clean machine + Tomcat, it's a bug, and a really major bug, since the
_entire point_ of the SSDD (compared to the original "stub" WAR) is
that it doesn't need WO installed.
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.
This is true; if you create the project as a servlet deployment
initially, there will be a checkbox asking "copy jars".
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 WOTaglib is always registered, unless you manually disable it.
<!-- This tag library allows the use of WOComponents within JSPs. -->
<taglib>
<taglib-uri>/WOtaglib</taglib-uri>
<taglib-location>/WEB-INF/tlds/WOtaglib_1_0.tld</taglib-location>
</taglib>
Karl
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)
--
Cytosine, adenine, guanine, thymine
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.