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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem running jsp,servlet and beans in IBM WebSpehere HTTP Server

Status
Not open for further replies.

prashk

Programmer
Dec 28, 2000
1
DE
Hello,
I have a small application running fine in Java Web server. I have to integrate this application with IBM Http Server and I am facing lot of problems.
1) Are the JSP Tags I should use same as that used with Java Web Server.
For eg <jsp:useBean id=&quot;example&quot; > .
I saw a jsp file in the IBM machine using bean like this <bean name=&quot;example&quot; >

2) Where do I place the beans and the servlets . <jsp:forward page=&quot;/servlet/servletname&quot; /> doesnt seem to work .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top