Re: Orion and WARs

2001-03-22 Thread Lawrence Sewell
Question: How do you use a WAR with Orion? I used the info in http://www.orionserver.com/tutorials/taglibs/lesson9/ to deploy war files with Orion.

Re: getServletContext() in JSP

2001-02-02 Thread Lawrence Sewell
javax.servlet.ServletContext is a JSP implicit object and is exposed (e.g. automatically available in a JSP page) as "application". For example (in Orion 1.4.4): %= application.getServerInfo() % Sure it does. % ServletContext context=request.getServletContext(); % works fine. On Mon, 29

Re: Shutting down orion

2000-11-08 Thread Lawrence Sewell
I faced this problem on Solaris (jdk1.3) and "force" method does not work either. java -jar admin.jar ... -shutdown force just hangs... I have had no problem with shutting down Orion 1.3.8 nor Orion 1.4.3 under Solaris 8 with JDK 1.3.0. As a nonroot id "orion" (I have changed the default port

Failed to initialize chaining servlet for contenttype text/xml (xsl)

2000-11-02 Thread Lawrence Sewell
I am able to view the file examples/xsl/data.xml via the servlet-chaining definition in config/global-web-application.xml file that performs a XSLT using examples/xsl/data.xsl - no problems, no errors, no log file entries. All other xml files in this directory (I also duplicated this file to