2 problems with orion: restart and pageContext variable

2001-02-26 Thread Matthias Buchhorn
I have two problems with the orionserver. 1. Orion takes not implicit the pageContext instance in the JSP-page. There are exist a solution for this problem ? 2. I want restart my orionserver: java -jar admin.jar ormi://localhost:8080 admin 123 -restart Error: javax.naming.NamingException:

Re: 2 problems with orion: restart and pageContext variable

2001-02-26 Thread colin harris
I think for part 2. the port number 8080 maybe wrong, i don't specify a port number when using admin.jar example : java -jar admin.jar ormi://localhost admin niloc -deploy -file H:\dev\soap\rel\soap.ear -deploymentName soap so i think it uses the default port number for ormi.. colin.