Re: SSL key generation, yet again

2000-07-10 Thread Michael Peacock
I had something very similar with Windows98 and JDK1.2.2. I had to install JSSE 1.0.1 to get the RSA algorithm (and configure a new security provider in jre/lib/security/java/security). Rgds, Mick - Original Message - From: "Joseph B. Ottinger" [EMAIL PROTECTED] To: "Orion-Interest"

RE: Servlet handling both *.html and /

2000-07-10 Thread Joe Walnes
I have a servlet that I want to handle all the URLs. It acts as a super servlet and allows us to parse the URLs we receive and act accordingly. Right now I have it set up to handle .html. However, when someone makes a request to a directory such as: http://www.domain.com/whatever/ You need

Orion 1.1.12 to 1.1.16 big problems

2000-07-10 Thread Dave Smith
Can anybody tell me what has changed in Orion 1.1.12 to 1.1.16 over 1.1.8? I have just tried it and my JSP/servlet based app stopped working big-time. I have a servlet that is used to provide access to individual functions each time they are accessed, recording the source and target URLs. These

RE: XML / XSL

2000-07-10 Thread David Middleton
I can get all the XSL transforms working with XML - HTML, but it doesn't work with XML - WML. The phone rejects the page, since the MIME type is always set to TEXT/HTML by the XSLServlet. (ie. the defaultContentType parameter in the global-web-application.xml file.) Is there a way to

RE: HOWTO Sun's Java Pet Store Orion 1.0 Cloudscape JDBMS win98

2000-07-10 Thread Rob Lapensee
Kirk, I just sent an e-mail to [EMAIL PROTECTED] with a normal e-mail attachment (I am using outlook) and it seemed to work, the stuff even showed up in the e-mail archives on the Orion servers. Hope this helps. Regards, Rob Lapensee Director of Technology Delfour Corporation

Debugging servlets with Orion

2000-07-10 Thread Robert Nicholson
How can I debug a servlet if Orion is my servlet engine?

help:file aliase setting in orion server.

2000-07-10 Thread Satish Musale
Hi, How can we set up file aliase in orion webserver1.0 . Regards, Umesh Dengale. Cyberware Labs India. __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/

No Subject

2000-07-10 Thread Aleksi Kallio
I have a shared partition for Java source and class files (directory is a shared Samba directory, which is mapped to a partition under NT). Compiling and running Java programs with JDK (javac and java) works fine. But Orionserver has problems running Java classes which reside on that shared

Problem with deploying struts-documentation.war AND any way to search archives?

2000-07-10 Thread Megan Ray
Hi Mike and Malcolm! (And Orion-Interest list - moved from jakarta-struts list.) Thanks for the information. Mike, I revised my Orion.xml files as you suggested - but still having problems. (I think there is a "hole" in my understanding of this whole setup issue.) Here is my current setup:

EJB's JMS

2000-07-10 Thread Tom Wnuk
Is anyone using JMS via EJB's with Orion? I haven't gotten any responses; therefore, I'm assuming no one is doing this or just hasn't come across the similar problems. Thanks Tom Tom Wnuk [EMAIL PROTECTED] [EMAIL PROTECTED] winmail.dat

HELP: Session time out TOOOO early!

2000-07-10 Thread Steven Punte
Help: I'm having serious problem with the servlet session timing-out way before it should. I'm running Orion on Solaris, and typically only see the problem when development is active (i.e. team members changing server side java bean files). I have set the session time-out to 6

Hypersonic SQL and autocreating tables

2000-07-10 Thread Vidur Dhanda
Hello, How do I create cached tables in Hypersonic SQL when Orion autocreates tables? I believe, issuing a "create table" in HSQL creates an in-memory table only. Thanks, Vidur

RE: Problem with deploying struts-documentation.war AND any way to search archives?

2000-07-10 Thread Kevin Duffey
Here is what I have that works: in server.xml I have: ?xml version="1.0"? !DOCTYPE application-server PUBLIC "Orion Application Server Config" "http://www.orionserver.com/dtds/application-server.dtd" application-server library path="../lib" / rmi-config path="./rmi.xml" /

Session time-out when any class is reloaded

2000-07-10 Thread Steven Punte
Dear Orion Community: I have figured out that any time a server side java bean (not EJB) is recompiled and reloaded, all active user sessions are deleted. Are there any configuration parameters associated with this? STeve Puntee-Business Software ArchitectTechnologent Inc[EMAIL

EJB 2.0 Depend Objects

2000-07-10 Thread Jen Hsien Huang
How Orion works in OR Mapping of dependent objects? Can someone give me a example. I can't make it work, even a simple one-to-one relation Regards., Jen Hsien Huang

Web Stats

2000-07-10 Thread Dale Bronk
Can I use WebTrends or any other standard package for web traffic analysis with Orion? If so, how to I turn on full logging of data needed by these applications? Dale Bronk[EMAIL PROTECTED]Windscape Consulting, Inc.http://www.windscape.com

Re: HELP: Session time out TOOOO early!

2000-07-10 Thread Joel Shellman
Steven Punte wrote: Help: I'm having serious problem with the servlet session timing-out way before it should. I'm running Orion on Solaris, and typically only see the problem when development is active (i.e. team members changing server side java bean files).