a follow-up to my earlier question on using the -shutdown command to the
admin.jar program:
assuming that localhost:8080 is not the port the admin server is listening
on (since its the HTTP port), I roamed through the few docs that exist and
came across RMI.XML, where the default RMI server port is listed as 23791.
Now, when trying that one (or leaving the port number empty, for that
matter), I get this:
command: "java -jar admin.jar ormi://localhost:23791 admin logos -shutdown"
Error: com.evermind.reflect.UndeclaredExceptionTypeException:
java.lang.ClassNotFoundException
The contents of the log files are not of much help. Most log only contain
stuff like:
28.06.00 11:32 Stopped
28.06.00 11:34 Started
-----Original Message-----
From: Christian Sell <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Date: Mittwoch, 28. Juni 2000 01:42
Subject: JSP page compilation classpath?
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?