I am trying to get my JSP/Bean data entry screen that runs in my Websphere
Test Environment to run under JRun 2.3.3
I get the following error:
The
jsp page is under c:\inetpub\wwwroot\fnol
The beans are under c:\JRun\classes which is in the jrun classpath with the correct package structure.
bean tag: <jsp:useBean id="AgentProfile" class="nautilus.beans.AgentProfile" scope="request"/>
Any ideas? I am aware then JRun 2.3.3 uses JSP 1.0 but the useBean tag was in that version I believe.
Thanks in advance.