You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Warner (JIRA)" <ji...@apache.org> on 2008/06/12 18:50:46 UTC

[jira] Closed: (GERONIMO-4106) Gshell - unable to deploy modules with absolute path on windows

     [ https://issues.apache.org/jira/browse/GERONIMO-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner closed GERONIMO-4106.
----------------------------------

    Resolution: Duplicate

Duplicate of https://issues.apache.org/jira/browse/GSHELL-117

> 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 -
> Administrator@LinT60:/> 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:
> Administrator@LinT60:/> 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.