The Artima Developer Community
Sponsored Link

Java Buzz Forum
Special serverLaunches Eclipse-WTP

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
Special serverLaunches Eclipse-WTP Posted: Oct 12, 2005 2:56 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Special serverLaunches 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.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
First, let me say if you dig long enough you find the kernel of information needed to solve the problem and teach others about the problem and its solution. Part of the problem there are alot of people not reading the ServerTypeDefinitionSchema.xsd and than writing ServerDef files and wondering why it doesn't work or claiming its working when its not.

I should have compared the ServerTypeDefinitionSchema.xsd against Gorkem Ercan notes on the first try instead of much later. Bascially, it boils down to two launch configuration modes for start and stop.

You specify in the start and stop tags launchType=java or launchType=external with quotes. Java mode requires the workingDirectory, programArguments, mainClass, vmParameters, and classpathReference. External would be workingDirectory, programArguements, external, and debugPort.

If you pay attention of how the sequence and choice elements run in this xsd snippet, that is what it basically states:



Thus, I should have the final kinks in the plugin worked out tonight. I still have to figure out what to put in the programAguements tag, maybe the start-domain/stop-domain options like --terse? Of course I have to figure out what debugPort SJSAS 8.1 PE uses as well.

Read: Special serverLaunches Eclipse-WTP

Topic: 10-04-05_1616.jpg [Flickr] Previous Topic   Next Topic Topic: Identity 2.0 presentation with style.

Sponsored Links



Google
  Web Artima.com   

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