Hi
iam using Silver stream server3.7.1 and new to Silver environament.Can anyone help me to run my Jsp page on the silver stream server.
Thanx in advance
vinay
-
Jsp on silver stream (2 messages)
- Posted by: vinay swamy
- Posted on: March 09 2001 10:20 EST
Threaded Messages (2)
- Jsp on silver stream by Srinivas Janakiraman on March 09 2001 16:24 EST
- Jsp on silver stream by JT Wenting on March 14 2001 08:29 EST
-
Jsp on silver stream[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: March 09 2001 16:24 EST
- in response to vinay swamy
I dont know how to run JSPs in silver stream witbout war.
To deploy the JSPs you have to create war file and use "silvercmd -deploywar" command to deploy and use it. I am not sure about the syntax of the command. try the help for it.
Srinivas.J -
Jsp on silver stream[ Go to top ]
- Posted by: JT Wenting
- Posted on: March 14 2001 08:29 EST
- in response to vinay swamy
As said, the best way is to package everything (page, graphics, beans, supportlibs) in a war-file and deploy that using SilverCmd. If you have only a plain old page without beans and graphics, uploading it through SilverDesigner is also possible.