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="example" > .
I saw a jsp file in the IBM machine using bean like this <bean name="example" >
2) Where do I place the beans and the servlets . <jsp:forward page="/servlet/servletname" /> doesnt seem to work .
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="example" > .
I saw a jsp file in the IBM machine using bean like this <bean name="example" >
2) Where do I place the beans and the servlets . <jsp:forward page="/servlet/servletname" /> doesnt seem to work .