This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: SJSAS and Eclipse WTP
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.
I am still haiving problems getting the external launch to work within the servdef file of Eclipse WTP. I think what I will do is switch and launch SJSAS by the java mode and wait on the external launch mode until WTP10.0 or WTP1.5. Here is what I had for the external launch, it should work according to the ServerTypeDefinitionSchema.xsd:
The java launch mode parameters are similar and I add some more directory locations for server context properties and more libs in the sjsas path. The publisher, jndiConnection, and modules stay the same.
The problem I see in using the java launch mode is that SJSAS 8.2 uses a different start class
com.sun.enterprise.server.PELaunch instead of com.sun.enterprise.serverPEMain. But, that can be handled by versioning the sunone.serverdef withthe platform mjaro and minor numbers in the file name.