I have an application with a JSP page which uses a tag from a taglibrary. The taglib classes are under WEB-INF/classes as usual. However, when invoking the JSP page, I get an error saying:
 
Error parsing JSP page /jsp/JSPTestTag.jsp line 32
Tag class com.itsit.wcf.adaptor.jsp.GetComponentTag not found: com.itsit.wcf.adaptor.jsp.GetComponentTag
 
where does Orion look for classes during page compilation??
 
Also, I will take another try at the following problem. This has been posted by several people a couple of times, but to my knowledge without an answer to date:
 
When trying to shutdown the server with the comand "admin.jar ormi://localhost:8080 admin pwd -shutdown" I get another error message:

Error: javax.naming.NamingException: Lookup error: java.io.StreamCorruptedExcept
ion: Caught EOFException while reading the stream header; nested exception is:
        java.io.StreamCorruptedException: Caught EOFException while reading the
stream header
 
why?
 

Reply via email to