Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

How to execute a jsp program in WebLogic

  Asked By: Elliott    Date: Feb 20    Category: Java    Views: 1645
  

Could any one tell how to execute a jsp program in WebLogic.I have been trying
this but i am doing somewhere wrong.So plz tell me the steps from
Deploying to executing.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Faeezah Khan     Answered On: Feb 20

your question is very general.
for executing  the jsp  page form weblogic  , u should know about the
web application and how to deploy web application on web logic.

While deploying the web application on WEblogic it will ask u about
the context root and some othet fields


if u need some reference on that , let me know or u can refer to
www.weblogic.com/docs51/classdocs/API_jsp.html

 
Answer #2    Answered By: Kanya Jainukul     Answered On: Feb 20

By the way i am not in touch with jsp. I have done a
work in jsp  a long time ago.

if you still have this problem after too many replies
from stephen. try one more thing.

Replace this code
<% String strName = request.getParameter( "Name" )%>

with
<% String strName = request.getParameter( "name"
)%>

 
Didn't find what you were looking for? Find more on How to execute a jsp program in WebLogic Or get search suggestion and latest updates.




Tagged: