RE: Future directions for orion support

2001-04-14 Thread Kemp Randy-W18971
There are many ways to handle support issues, and I can give some ideas. An interesting model is to see what commercial products like Resin (www.caucho.com) are doing. They offer several levels of support, based on different prices, and they have the source code available to customers.

Re: W3C Log Format

2001-04-14 Thread Markus Holmberg
On Fri, Apr 13, 2001 at 04:31:42PM -0400, Hani Suleiman wrote: does orion support W3C Extended Format (like IIS)? http://www.w3.org/TR/WD-logfile.html if not, what can I do to change it? Submit a RFE (Request For Enhancement) to http://www.orionserver.com/bugzilla/. Err,

pass param

2001-04-14 Thread Siling Zhang
Hi! Everyone, if I pass a param like this: APPLET code="MyApplet.class" height="407" width="125" param name="param1" value="value1" /APPLET How can I get the value of param1 in MyApplet.java? Siling

Security issues. (Ugh).

2001-04-14 Thread Chris Bergstresser
All right. Following up my previous post, I've managed to get everything working by (1) creating a copy of orion-ejb-app.jar, which I (2) tweak to my specifications (such as specifying the table name, although I still think Orion ought to be smart enough to swap out keywords in the database

Re: pass param

2001-04-14 Thread Hani Suleiman
Read the API, go to java.sun.com/tutorial, or even the applet faq at www.jguru.com. And whatever you do, for god's sake, don't post such basic questions to this list. Hani On Sat, 14 Apr 2001, Siling Zhang wrote: Hi! Everyone, if I pass a param like this: APPLET

RE: Security issues. (Ugh).

2001-04-14 Thread elephantwalker
Chris, See bug 193 in bugzilla. If you change the way you define the multiple roles, it will work. There are apparently two ways sanctioned by j2ee spec, but only one way works in orion. I was looking at this bug yesterday in preparation for doing exactly what you are trying to do. Regards,

RE: How to enable UserManager support for arbitrary user...

2001-04-14 Thread Alex Paransky
Here is the problem that I am not sure how to really fix. Our EJB application is wrapped with a number of "command" URL's which return XML results. For example: http://localhost/getAccountInformation.jsp?account=2234 would return an XML representation of an account. An

RE: Kawa 5.0 Ent and Orion 1.4.7

2001-04-14 Thread Dvornikov Victor
Kawa5.0, Orion1.4.7 amd jikes1.13 work perfectly together. Orion suuport list contains all necessary info how to do that -Original Message- From: Kemp Randy-W18971 [SMTP:[EMAIL PROTECTED]] Sent: 12 2001 14:35 To: Orion-Interest Subject: RE: Kawa 5.0 Ent and Orion 1.4.7 I