The Artima Developer Community
Sponsored Link

Java Buzz Forum
Eclipse Server Definition Filesw-WTP SUN app server

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
Eclipse Server Definition Filesw-WTP SUN app server Posted: Aug 28, 2005 5:04 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Eclipse Server Definition Filesw-WTP SUN app server
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
Its taken some time to find the information on the personal edition of the Sun application server included in J2EE 1.4 sdk. While the admin guide does have some of the information, the start and stop class names are missing from that guide.

To get an idea of where to look for the class names of stop and start classes lets go into the architecture of SJSAS-PE. Both versions, SJSAS_PE and SJSAS, use the Jakarta Commons Launcher library to process it an platform independent way as far as launcher operations are completed.

Because the Jakarta Commons Launcher library has to read in a launcher.xml configuratio file; it stands to reason that if you find the launcher.xml file then you would be able to view what the start and stop class names might be named and other missing information required to define a server Definition File for the WTP portion of Eclipse 3.1.

The launcher.xml file is located in the lib sub folder. The start and stop class names happen to be the same class named:

com.sun.enterprise.server.PEMain

As soon as I have the Sun SJSAS_PE Server Defintion File and BuildFiles DF fully tested to make sure they work; I will post the files and direcitos in how to hack Eclipse WTP in order to add them to your installation of both Eclipse and WTP.

Read: Eclipse Server Definition Filesw-WTP SUN app server

Topic: Annotation-driven interceptors with EJB3 Previous Topic   Next Topic Topic: Intel’s Pentium 4 Overclocked to 7.1GHz, Japanese Sets World Record

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use