Gshell - unable to deploy modules with absolute path on windows
---------------------------------------------------------------
Key: GERONIMO-4106
URL: https://issues.apache.org/jira/browse/GERONIMO-4106
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: commands
Affects Versions: 2.1.1
Environment: winxp + sun jdk 1.5 14
Reporter: Lin Sun
Using gshell to deploy a war file with its absolute path resulting the failure
below -
[EMAIL PROTECTED]:/> deploy/deploy
C:\working\server\branches\samples\applications\jaxws-calculator\target\jaxws-calculator-axis2-2.1.0.0.war
ERROR TokenMgrError: Lexical error at line 1, column 18. Encountered: "w"
(119), after : "\\"
Workaround is to copy the war file to current dir so I don't have to specify a
path:
[EMAIL PROTECTED]:/> deploy/deploy jaxws-calculator-axis2-2.1.0.0.war
Connecting to Geronimo server: localhost:1099
Username: system
Password: *******
Connection established
Deployed org.apache.geronimo.samples.jws/Calculator/1.0/car @
/jaxws-calculator-1.0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.