3177 cant deploy to tomcat
I am using the latest EAP build (Irida #3177) and I am trying to deploy a webapp to a Tomcat 5.5.4 server on the same system (windows xp). When IDEA tries to run the startup bat file it is having problems because there is a space in the path to the Tomcat bin directory.
I get the following error:
cmd /c "C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\catalina.bat" run
'C:\Program' is not recognized as an internal or external command, operable program or batch file.
Is there a work around? Thanks -
Noah
请先登录再写评论。
Yes, install Tomcat in a directory without spaces... :)
--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com
Funny guy...I was wondering how long it would take for someone to say this....Homey don't play that no spaces game when it comes to windows.
If it wasn't clear from my original post then I should say explicitly that the problem is with IDEA, not with the catalina bat file. The bat file on its own works for with/or without spaces in the path.