I am having problems using JSP with Websphere.

I am trying to run the sample file, HitCount.jsp that comes with Websphere.
When it type in http://localhost/HitCount.jsp  I get the following error

Error getting compiled page
Servlet generated by page compilation reported
com.ibm.servlet.engine.SEInvokerException exception with the message :
pagecompile._HitCount_xjsp: Wrong name

Then when I tyoe in http://localhost/hitcount.jsp (note all lower case) it
works fine except that when I try and use the JSP file I get the same error
as above.  The servlet is loaded.

Is it looking for _HitCount_xjsp becuase the servlet is called HitCount.java
and the class file s HitCount.class?

I am running WinNT Workstation 4.0 with Personal Web Server and WebSphere
2.02 Standard Edition.

Any help would be appreciated.


Eytan

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to