RE: Help me please in post method

2000-12-10 Thread Mike Cannon-Brookes
A tip to all: DO NOT SEND ORION SUPPORT REQUESTS TO INDIVIDUALS ON THE ORION-INTEREST LIST. Thank you. -mike -Original Message- From: waheed rahman [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 10, 2000 7:15 PM To: [EMAIL PROTECTED] Subject: Help me please in post method

How to use jikes compiler?

2000-12-10 Thread LouisVoo
Hi, I want to configure my orion to use jikes compiler to do some experiment, can anyone tell me how to do it? I modified the server.xml file, and did: compiler executable="jikes" classpath="../lib/rt.jar" / rt.jar is already in orion/lib directory, do I need to get jikes executable file?

Re: How to use jikes compiler?

2000-12-10 Thread Guilherme Ceschiatti
Em Sunday 10 December 2000 23:10, você escreveu: Hi, I want to configure my orion to use jikes compiler to do some experiment, can anyone tell me how to do it? I modified the server.xml file, and did: compiler executable="jikes" classpath="../lib/rt.jar" / rt.jar is already in orion/lib

Re: How to use jikes compiler?

2000-12-10 Thread Mike Clark
Download information for jikes is available at... http://alphaworks.ibm.com/tech/Jikes Make sure the jikes executable is in your PATH, or fully qualify it's location in the "executable" tag of the server.xml file. Mike LouisVoo wrote: Hi, I want to configure my orion to use jikes

RE: Lib entry and tools.jar placement

2000-12-10 Thread Scott Farquhar
From the docs, I gather that you place the library line in server.xml . I could be wrong, but putting library in an application file would not allow orion to see it. -- From: August Linnman[SMTP:[EMAIL PROTECTED]] Sent: Saturday, 9 December 2000 4:45

Server logs and virtual domains

2000-12-10 Thread ArnoX
I have multiple domains sharing the same IP. The websites are added to server.xml using web-site path="./X-web-site.xml"/. Each individual web-site.xml file contains its own access-log tag. When orion starts, all individual log files are created correctly, but all data is logged only into the

Re: RE: Help me please in post method

2000-12-10 Thread John Hogan
Have you switched your servlet to perform doPost instead of doGet? John Hogan _ Get your free E-mail at http://www.ireland.com

Re: Anyone heard from evermind?

2000-12-10 Thread Karl Avedal
Hello Jim (and everyone else), Thanks! The only change that is planned is the addition of a seperate support license for the ones demanding more support. There's no date set for when this will be available yet. We do not plan any changes to the normal license, neither in cost nor terms. And it

Re: Anyone heard from evermind?

2000-12-10 Thread Jim Archer
More great news, Karl! Thanks very much for your reply! Jim --On Monday, December 11, 2000 12:00 AM +0100 Karl Avedal [EMAIL PROTECTED] wrote: Hello Jim (and everyone else), Thanks! The only change that is planned is the addition of a seperate support license for the ones demanding

Anyone help me of Javamail ?

2000-12-10 Thread ureyurey
hi, i'm trying to send recieve mails using javamail api ejb. pls..., anyone help me out. write in details... thanks yoursUrey __ ==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä

Anyone help me of Javamail ?

2000-12-10 Thread ureyurey
hi, i'm trying to send recieve mails using javamail api ejb. on Orion pls..., anyone help me out. write in details... thanks yoursUrey __ ==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä

please help me, from yoursUrey

2000-12-10 Thread ureyurey
Dear Sir. Could you tell me how to use JavaMail to send or recv mails on Orion? What needs to use JavaMail to send and recv mails on Orion, did the Orion provide the service of the SMTP,POP3...£¿ and did i need to in stall a mail server to provide the service of SMTP,POP3 when i use

Re: DB2

2000-12-10 Thread Mikko Kurki-Suonio
On Thu, 7 Dec 2000, Cosmin P wrote: I have DB2 ver 7.1 and orion 1.3.8. Does anyone have an example of a DB2 Database schema? This is what I cooked up to test DB2. Seems to work ok, except for a couple of points: - No JDBC driver for DB2 that I'm aware of supports blobs (Which is why

URL Redirecting

2000-12-10 Thread Mark Bernardinis
When a user goes to a certain part of my application (Web-Site) I would like them to be redirected to the secure part of my site and vice versa. For example, when "/payment" is in the URL I would like the user to be redirected to the SSL part of the web site. When this URL does not exist, I