• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: war deployment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: war deployment


  • Subject: Re: war deployment
  • From: Henrique Prange <email@hidden>
  • Date: Mon, 08 Sep 2008 15:27:43 -0300

Hi Mike,

Sorry. The documentation is very old and some WO information are difficult to find even with Google. Anyway, I really don't think you are the kind of guy that needs someone telling you to RTFM. :)

if the jars are in WEB-INF/lib, do they also need to be in the frameworks inside of WEB-INF/YourApp.woa?

Short answer. No, they don't.

Long answer. From what I understand, the documentation of SSDD propose the following structure:

WEB-INF
  |-classes/
  |-Extensions/ (1)
  |-Hello.woa/ (2)
  |-lib/ (3)
  |  |-JavaWOJSPServlet_client.jar
  |  `-log4j.jar
  |
  |-Library/ (4)
  |    `-Frameworks/
  |
  |-LICENSE
  |-tlds/
  |   `-WOtaglib_1_0.tld
  |
  `web.xml

(1) Contains JAR files from /Library/WebObjects/Extensions.
(2) App package *without* embedded Frameworks or external libraries.
(3) The App external dependencies (log4j and etc).
(4) All WO Frameworks the App depends upon.

Please, correct me if I am wrong.

IMHO, this structure is weird. Most cases I package and deploy an application as WAR I want to give it for someone that knows nothing about WO. So, that is why I prefer True WAR instead of SSDD. I don't like to "frighten" people. ;) But the thread is not about this subject.

Cheers,

Henrique

Mike Schrag wrote:
Have you seen this documentation about SSDD deployment [1]?
See ... You're missing the point of why I posted on wo-dev! RTFM isn't the answer I was hoping for :)

ms

_______________________________________________
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

_______________________________________________
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


  • Follow-Ups:
    • Re: war deployment
      • From: Dov Rosenberg <email@hidden>
References: 
 >war deployment (From: Mike Schrag <email@hidden>)
 >Re: war deployment (From: Henrique Prange <email@hidden>)
 >Re: war deployment (From: Mike Schrag <email@hidden>)

  • Prev by Date: Re: war deployment
  • Next by Date: Re: war deployment
  • Previous by thread: Re: war deployment
  • Next by thread: Re: war deployment
  • Index(es):
    • Date
    • Thread