Erinevus lehekülje "FreeBSD Glassfish" redaktsioonide vahel

Allikas: Kuutõrvaja
32. rida: 32. rida:
 
   
 
   
 
  maven configure-runtime
 
  maven configure-runtime
 +
 +
/usr/local/glassfish/bin/asadmin start-domain
 +
Starting Domain domain1, please wait.
 +
Default Log location is /usr/local/glassfish/domains/domain1/logs/server.log.
 +
Redirecting output to /usr/local/glassfish/domains/domain1/logs/server.log
 +
Domain domain1 is ready to receive client requests. Additional services are being started in background.
 +
Domain [domain1] is running [Sun GlassFish Enterprise Server v2.1 (9.1.1) (build b61-fcs)] with its configuration and logs at: [/usr/local/glassfish/ domains].
 +
Admin Con sole is available at [http://localhost:4848].
 +
Use the same port [4848] for "asadmin" commands.
 +
User web applications are available at these URLs:
 +
[http://localhost:8080 https://localhost:8181 ].
 +
Following web-contexts are available:
 +
[/web1  /__wstx-services ].
 +
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
 +
[service:jmx:rmi:///jndi/rmi://koolitaja.eenet.ee:8686/jmxrmi] for domain management purposes.
 +
Domain listens on at least following ports for connections:
 +
[8080 8181 4848 3700 3820 3920 8686 ].
 +
Domain does not support application server clusters and other standalone instances.
  
  
 
https://glassfish.dev.java.net/public/downloadsindex.html
 
https://glassfish.dev.java.net/public/downloadsindex.html

Redaktsioon: 18. juuni 2009, kell 16:57

For installation of JDK -

For installation of Apache Maven -

 cd  /usr/ports/devel/maven
 make install clean
 

For installation of Apache ANT -

 cd /usr/ports/devel/apache-ant
 make install clean

For installation of ported NSS -

 cd /usr/ports/security/nss
 make install clean

For installation of ported NSPR -

 cd /usr/ports/devel/nspr
 make install clean


cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout -r SJSAS91_FCS_BRANCH glassfish/bootstrap

/workspace/glassfish/bootstrap/build.properties

glassfish.home=/usr/local/glassfish
cd glassfish/bootstrap
maven checkout

Bootstrap option: Build your own module using pre-built server

maven -Dmodules=mail,activation bootstrap build

maven configure-runtime
/usr/local/glassfish/bin/asadmin start-domain
Starting Domain domain1, please wait.
Default Log location is /usr/local/glassfish/domains/domain1/logs/server.log.
Redirecting output to /usr/local/glassfish/domains/domain1/logs/server.log
Domain domain1 is ready to receive client requests. Additional services are being started in background.
Domain [domain1] is running [Sun GlassFish Enterprise Server v2.1 (9.1.1) (build b61-fcs)] with its configuration and logs at: [/usr/local/glassfish/ domains].
Admin Con sole is available at [1].
Use the same port [4848] for "asadmin" commands.
User web applications are available at these URLs:
https://localhost:8181 .
Following web-contexts are available:
[/web1  /__wstx-services ].
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
[service:jmx:rmi:///jndi/rmi://koolitaja.eenet.ee:8686/jmxrmi] for domain management purposes.
Domain listens on at least following ports for connections:
[8080 8181 4848 3700 3820 3920 8686 ].
Domain does not support application server clusters and other standalone instances.


https://glassfish.dev.java.net/public/downloadsindex.html