Pierre Beaudoin

Greenhorn
+ Follow
since May 26, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pierre Beaudoin

I have been able to install and run j2ee on my ME system after running into some problems.
I have a problem with Deploytool. When I execute Deploytool, the "command line" deploytool is executed. How can I execute the "GUI" deploytool?
Here is what I got:
C:\WINDOWS>deploytool
Syntax error
Syntax error
Syntax error
Syntax error
The deployment tool version is 1.3
Options
-ui Runs the tool with a UI (default mode)
-help Display this help message
-deploy myAppljar myServerName myAppClientCode.jar (The last parameter is optional)
-uninstall <application name> <server name>
-listApps <server name>
-deployConnector <rar filename> <server name>
-undeployConnector <rar filename> <server name>
-listConnectors <server name>
C:\WINDOWS>
Pierre