Is anyone out there having any success deploying WAR files to SS using the 3.7 DeployWar command?
I have a simple WAR containing a JSP, Servlet etc. that deploys fine in TomCat. I am getting an odd Error 500 with SS during upload:
---
Extracting the WAR file...
Done.
Reading deployment descriptor...
Done.
Setting up compile environment...
ignoreErrors for JSP compile: false
classpath for JSP compile:
<snip>
Done.
Compiling any JSPs...
hello.jsp
Done.
Uploading files for deployment to server...
Uploading jars in WEB-INF/lib...
Uploading deployed object 'myapp.war' to server...
com.sssw.rt.util.AgoHTTPStatusException: Failure code 500 on ---
Has anyone seen anything similar?
I have a simple WAR containing a JSP, Servlet etc. that deploys fine in TomCat. I am getting an odd Error 500 with SS during upload:
---
Extracting the WAR file...
Done.
Reading deployment descriptor...
Done.
Setting up compile environment...
ignoreErrors for JSP compile: false
classpath for JSP compile:
<snip>
Done.
Compiling any JSPs...
hello.jsp
Done.
Uploading files for deployment to server...
Uploading jars in WEB-INF/lib...
Uploading deployed object 'myapp.war' to server...
com.sssw.rt.util.AgoHTTPStatusException: Failure code 500 on ---
Has anyone seen anything similar?