users@glassfish.java.net

Re: how to set classpath when you install the glassfish?

From: <glassfish_at_javadesktop.org>
Date: Thu, 30 Aug 2007 14:18:02 PDT

You create the classpath for a server. So, setting ClassPath is "Server Phenomenon" not an
install-time artifact.

So, you can start the server:
- asadmin start-domain after doing the "ant -f setup.xml".
- Logon to admin console (http://localhost:4848 --> admin/adminadmin).
- Search for Application Server -> JVM -> Settings and add your classpath, as an absolutely value
  to begin with (use ${path.separator} instead of ':' or ';').

Hope that helps.

- Kedar
[Message sent by forum member 'km' (km)]

http://forums.java.net/jive/thread.jspa?messageID=233384