load balancing load

2001-12-20 Thread Peter T. Brown
what might be causing this behavior and how I can fix it? Thanks, Peter T. Brown

orion/lib

2001-02-26 Thread Peter T. Brown
I am using Castor, Xerces and several other third party java packages. I have installed these in /usr/local/java/appname, and added these directories to my classpath. My env setup is: CLASSPATH=/usr/local/java/jdk1.3:/usr/local/java/j2sdkee1.2.1:/usr/local/jav a/castor0.9:/usr/local/java/bhawk4j

NOVICE Q

2001-02-13 Thread Peter T. Brown
I cannot seem to find where general errors are reported. Sometime I get useful errors output to the console where I ran java -jar orion.jar and sometimes I get useful errors reported to the browser. But whenever there is an error 500 produced, I cannot find anything meaningful. I have looked in

Orion Default Header

2001-02-01 Thread Peter T. Brown
-Control: private Connection: Close Content-Type: text/html Is this Server: tag pre-pended by the Orion server causing my cookies to not work in IE? And if so, how can I turn it off? Thanks. Peter T. Brown Director of Technology Memetic Systems "Intelligent. Customer Acquisition Rete

embedded servlet tag

2001-02-01 Thread Peter T. Brown
Title: RE: Oracle database and connection pooling Does anyone know if there is plan to support the server-side include syntax for servlets? For example HTML such as this in a JSP page: SERVLET NAME=ApMaker PARAM NAME=pageTitle VALUE=asdf /SERVLET Peter T. Brown

novice question

2001-01-24 Thread Peter T. Brown
How do I deploy .war files in orion?

httpsessions

2001-01-19 Thread Peter T. Brown
Hi. Whether in a servlet or JSP page, whenever I try to start a session, nothing happens. No cookie is set and the URL is not GET appended with anything. Is there something special that needs to happen in order to make session tracking work? Thanks