[ https://issues.apache.org/jira/browse/GERONIMO-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604021#action_12604021 ]
Jason Warner commented on GERONIMO-4106: ---------------------------------------- An alternate workaround would be to use a forward slash instead of a back slash in the path (C:/working/server/branches/samples/applications/jaxws-calculator/target/jaxws-calculator-axis2-2.1.0.0.war). The issue comes from the parser in gshell not being able to handle a back slash and not from the commands themselves. This issue is a duplicate of https://issues.apache.org/jira/browse/GSHELL-117 . According to this issue, a double backslash (C:\\working\\...) can be used as well. > 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.