Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Deploying WARs to Silverstream

Status
Not open for further replies.

selimiles

Programmer
May 3, 2001
2
GB
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?
 
well try it out on the Xtend Workbench from silverstream.
I was also facing the similar problems but after deploying from workbench I could develop and deploy the JSPs and Servlets on the Server.

It is available on the Silverstream web site.
 
I had something like that before. It took me ages to work out but it finally was something really simple. What I did is I put my JSP in a folder which was exactly the same name as the SilverStream DB, which I found to be causing that Http Status Exception. Once I changed the folder name it worked fine.
Rob.
 
I can't reach jsp in subcatalogs...work on my local installation, but not on a Unix HP insta.

tga
 
I have now (and with the help Silverstream european support) cracked this one. I have no idea what caused the original problem. I made a few changes and it disappeared.

WARs now deploy effortlessly to Silverstream as part of my Ant ( build.
 
Write a server object and catch the httperror event exception .
This will give information as to why this happens .
It is clearly a mistake in the code that you are trying to deploy

There is no other way to find the error .

 
same error while deploying from Extend onto SS 3.7. But only on a particular SS server. Deplying onto a diff 3.7 server works just fine.....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top