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


 Hi,

 This is waheed from dubai and i am newbie to orion
 server.

 I developed a project for my academic with all the
 method in get, after that i converted all the form
 into post and its working properly.

 Now,i like to make it online  here comes the problem,

 the form with get is working properly and the project
 form with post method is not working properly.
 ie. it is compiling partialy, and giving partial
 output and some times blank screen,with status bar
 "Done".


 Some peoples suggest that post content length has to
 increased will you please help me in this.But they
 dont aware of orion.

 What to do please help me in this regard

 Advance thankings for your help.

 Regards
 Waheed Rahuman







 __
 Do You Yahoo!?
 Yahoo! Shopping - Thousands of Stores. Millions of Products.
 http://shopping.yahoo.com/






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?  where can I get it? And after that what to do?

Thanks





Regards,

Louis
ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø

- Original Message -
From: "Santosh Kumar" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Friday, December 01, 2000 3:44 AM
Subject: Re: class cast exception



 Try:
 PhoneEntryHome home = (PhoneEntryHome)
 PortableRemoteObject.narrow(boundObject,PhoneEntryHome.class);
 It should work fine.

 Regards,
 Santosh.

 - Original Message -
 From: Marcus Lankenau [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Friday, December 01, 2000 3:51 PM
 Subject: class cast exception


  Hi!
 
  I've started developing a very simple phonebook application for
  learining purpose. The app consists of an ejb and a servlet adding and
  showing the phone entries. The servlet is running quite well at home,
  but in office I get
  this exception:
  Exception caught: java.lang.ClassCastException:
  PhoneEntryHome_EntityHomeWrapper14
  while casting the homeinterface:
 Object boundObject = context.lookup("java:comp/env/ejb/PhoneEntry");
   PhoneEntryHome home = (PhoneEntryHome) boundObject;
 
  Any idears what is going wrong?
 
 
  thx in regards
  Marcus Lankenau
 
 
 
 







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 directory, do I need to get jikes executable
 file?  where can I get it? And after that what to do?

Yes, you need to get it before use. Jikes is from IBM, so you probably will 
get a link for it in: http://www.ibm.com/java

Then, you have to make sure the jikes is in the PATH or put the complete name 
of it in the server.xml file. 


-- 
[]s

¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø
Guilherme Ceschiatti
http://listando.net
[EMAIL PROTECTED]
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø





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 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?  where can I get it? And after that what to do?
 
 Thanks
 
 
 
 
 
 Regards,
 
 Louis
 ø¤°`°¤ø,¸¸¸,ø¤°`°¤ø,¸¸»«¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø
 
 - Original Message -
 From: "Santosh Kumar" [EMAIL PROTECTED]
 To: "Orion-Interest" [EMAIL PROTECTED]
 Sent: Friday, December 01, 2000 3:44 AM
 Subject: Re: class cast exception
 
 
 Try:
 PhoneEntryHome home = (PhoneEntryHome)
 PortableRemoteObject.narrow(boundObject,PhoneEntryHome.class);
 It should work fine.
 
 Regards,
 Santosh.
 
 - Original Message -
 From: Marcus Lankenau [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Friday, December 01, 2000 3:51 PM
 Subject: class cast exception
 
 
 Hi!
 
 I've started developing a very simple phonebook application for
 learining purpose. The app consists of an ejb and a servlet adding and
 showing the phone entries. The servlet is running quite well at home,
 but in office I get
 this exception:
 Exception caught: java.lang.ClassCastException:
 PhoneEntryHome_EntityHomeWrapper14
 while casting the homeinterface:
Object boundObject = context.lookup("java:comp/env/ejb/PhoneEntry");
 
 PhoneEntryHome home = (PhoneEntryHome) boundObject;
 
 Any idears what is going wrong?
 
 
 thx in regards
 Marcus Lankenau
 
 
 
 

-- 
Mike Clark
Clarkware Consulting
Enterprise Java Architecture, Design, Development
http://www.clarkware.com 





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
To:  Orion-Interest
Subject:  Lib entry and tools.jar placement

Hello everybody,

The need of a java compiler for JSP is probably well known, as well
as the trick to copy the "tools.jar" to the Orion root directory. And
failing to do this results in the following error message:

Compiler error: Javac not installed, copy tools.jar from your sun
JDK dir's lib dir to the orion dir or add a library
path="the/path/to/tools.jar" / and restart

I would like to try the second alternative, by adding this "library"
element to some XML file, which i assume is config/application.xml. However,
after a lot of trial-and-horror I have not been able to make this technique
working. Anyone knowns of any tricks, or better, can describe the loading
mechanisms involved using the "library" statement. 
I use Orion 1.3.8 on a Windows NT / Windows 2000 configuration. 

Best regards
/August







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 web-site log file that was
declared first in the server.xml (can't believe I actually managed
to fit this into one sentence).

Did anybody experience this problem, or is there something else
that I should be doing?

Thanks,
-arnox





___
Send a cool gift with your E-Card






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 will still be free for developers and for non-commercial use.

Regards,
Karl Avedal

Jim Archer wrote:

 Karl, sounds like great news. Congrats!

 I'm wondering if any major changes in licensing or pricing policy are
 coming within the next several or six months?

 Thanks...

 Jim

 --On Thursday, December 07, 2000 1:20 PM +0100 Karl Avedal
 [EMAIL PROTECTED] wrote:

  Hello,
 
  I thought it was time for some explanation on our silence.
 
  Alot of things are happening structually right now to the company. The
  biggest news is probably that the company is no longer Evermind, but is
  now called Ironflare AB, which is a new limited corporation. The owners
  are the same so it is not a takeover or anything like that, but the new
  company form will enable us to expand faster than the old company. We
  will announce this officially within a few weeks.
 
  This will lead to a few things:
 
  1. The company will become more visible, with a company website and
  information and not just a product website with product information.
 
  2. The resources of the company will increase. The problem lately has
  been that non-development takes more and more time as we get more
  customers. As other resources get available that do more of the business,
  the core team will be able to focus more on development and bug-fixing.
 
  3. There might still be some time of confusion left. The company
  structure is not the only change we're going through. The expansion is
  just starting and as it goes on, resources will initially be spent more
  on building the organization and hiring the right people than would be
  necessary if we didn't make the expansion. Without the expansion we would
  however be lost eventually as we would hit a brick wall without the
  necessary resources.
 
  I will try to keep you posted on these developments and I want to
  reassure you that we are not gone, but quite the opposite, we are making
  a move to become more aggressive in the future, but it has made us less
  visible for some time and has hurt the product development and release
  cycle, and it is likely to do so from time to time as we go ahead. A new
  release with a few fixes shouldn't be far away now though.
 
  Regards,
  Karl Avedal
 





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 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 will still be free for developers and for non-commercial
 use.

 Regards,
 Karl Avedal

 Jim Archer wrote:

 Karl, sounds like great news. Congrats!

 I'm wondering if any major changes in licensing or pricing policy are
 coming within the next several or six months?

 Thanks...

 Jim

 --On Thursday, December 07, 2000 1:20 PM +0100 Karl Avedal
 [EMAIL PROTECTED] wrote:

  Hello,
 
  I thought it was time for some explanation on our silence.
 
  Alot of things are happening structually right now to the company. The
  biggest news is probably that the company is no longer Evermind, but is
  now called Ironflare AB, which is a new limited corporation. The owners
  are the same so it is not a takeover or anything like that, but the new
  company form will enable us to expand faster than the old company. We
  will announce this officially within a few weeks.
 
  This will lead to a few things:
 
  1. The company will become more visible, with a company website and
  information and not just a product website with product information.
 
  2. The resources of the company will increase. The problem lately has
  been that non-development takes more and more time as we get more
  customers. As other resources get available that do more of the
  business, the core team will be able to focus more on development and
  bug-fixing.
 
  3. There might still be some time of confusion left. The company
  structure is not the only change we're going through. The expansion is
  just starting and as it goes on, resources will initially be spent more
  on building the organization and hiring the right people than would be
  necessary if we didn't make the expansion. Without the expansion we
  would however be lost eventually as we would hit a brick wall without
  the necessary resources.
 
  I will try to keep you posted on these developments and I want to
  reassure you that we are not gone, but quite the opposite, we are
  making a move to become more aggressive in the future, but it has made
  us less visible for some time and has hurt the product development and
  release cycle, and it is likely to do so from time to time as we go
  ahead. A new release with a few fixes shouldn't be far away now though.
 
  Regards,
  Karl Avedal
 









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



__

==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä 
http://mail.sina.com.cn
ÐÂÀËÍƳö°ÂÔ˶ÌÐÅÏ¢ÊÖ»úµã²¥·þÎñ
http://sms.sina.com.cn/




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



__

==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä 
http://mail.sina.com.cn
ÐÂÀËÍƳö°ÂÔ˶ÌÐÅÏ¢ÊÖ»úµã²¥·þÎñ
http://sms.sina.com.cn/




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 JavaMail API to send or recv mails on  Orion£¿

Thanks a lot,

yoursUrey

__

==ÐÂÀËÃâ·Ñµç×ÓÓÊÏä 
http://mail.sina.com.cn
ÐÂÀËÍƳö°ÂÔ˶ÌÐÅÏ¢ÊÖ»úµã²¥·þÎñ
http://sms.sina.com.cn/




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 we decided against it)
 - DB2 datatype "double" can not _quite_ store Double.MAX_VALUE,
   it falls a few decimals short

?xml version="1.0"?
!DOCTYPE database-schema PUBLIC "-//Evermind//- Database schema" 
"http://www.orionserver.com/dtds/database-schemas.dtd"

database-scheme name="DB2" not-null="not null" null="default null" 
primary-key="primary key"
type-mapping type="java.lang.String" name="varchar(255)" /
type-mapping type="int" name="integer" /
type-mapping type="long" name="bigint" /
type-mapping type="float" name="double" /
type-mapping type="double" name="double" /
type-mapping type="byte" name="smallint" /
type-mapping type="char" name="smallint" /
type-mapping type="short" name="smallint" /
type-mapping type="boolean" name="char(1)" /
type-mapping type="java.util.Date" name="timestamp" /
type-mapping type="java.io.Serializable" name="blob(1 M)" /

disallowed-field name="add" /
disallowed-field name="admin" /
disallowed-field name="after" /
disallowed-field name="all" /
disallowed-field name="alter" /
disallowed-field name="and" / 
disallowed-field name="any" / 
disallowed-field name="append" /  
disallowed-field name="as" /  
disallowed-field name="asc" / 
disallowed-field name="async" /   
disallowed-field name="authorization" /   
disallowed-field name="before" /  
disallowed-field name="begin" /   
disallowed-field name="between" / 
disallowed-field name="binary" /  
disallowed-field name="bookmark" /
disallowed-field name="by" /  
disallowed-field name="call" /
disallowed-field name="cascade" / 
disallowed-field name="cascaded" /
disallowed-field name="case" /
disallowed-field name="cast" /
disallowed-field name="catalog" / 
disallowed-field name="char" /
disallowed-field name="check" /   
disallowed-field name="close" /   
disallowed-field name="coalesce" /
disallowed-field name="column" /  
disallowed-field name="commit" /  
disallowed-field name="commitblock" / 
disallowed-field name="committed" /   
disallowed-field name="constraint" /  
disallowed-field name="corresponding" /   
disallowed-field name="create" /  
disallowed-field name="cross" /   
disallowed-field name="current" / 
disallowed-field name="cursor" /  
disallowed-field name="data" /
disallowed-field name="date" /
disallowed-field name="dec" / 
disallowed-field name="decimal" / 
disallowed-field name="declare" / 
disallowed-field name="default" / 
disallowed-field name="delete" /  
disallowed-field name="dense" /   
disallowed-field name="desc" /
disallowed-field name="distinct" /
disallowed-field name="domain" /  
disallowed-field name="double" /  
disallowed-field name="drop" /
disallowed-field name="else" /
disallowed-field name="elseif" /  
disallowed-field name="enable" /  
disallowed-field name="end" / 
disallowed-field name="escape" /  
disallowed-field name="event" /   
disallowed-field name="except" /  
disallowed-field name="exec" /
disallowed-field name="execute" / 
disallowed-field name="exists" /  
disallowed-field name="explain" / 
disallowed-field name="export" /  
disallowed-field name="external" /
disallowed-field name="extract" / 
disallowed-field name="fetch" /   
disallowed-field name="fixed" /   
disallowed-field name="float" /   
disallowed-field name="for" / 
disallowed-field name="foreign" / 
disallowed-field name="forever" / 
disallowed-field name="forward" / 
disallowed-field name="from" /
disallowed-field name="fromfixed" /   
disallowed-field name="full" /
disallowed-field name="get" / 
disallowed-field name="grant" /   
disallowed-field name="group" /   
disallowed-field name="having" /  
disallowed-field name="hint" /
disallowed-field name="identified" /  
disallowed-field 

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 would like them to be transferred out of the SSL encryption and
to the normal part of the site.

Is this possible? I know it is possible with Apache but I prefer not to
use it at all if I can help it.

Regards,

Mark
Westfield


begin:vcard 
n:Bernardinis;Mark
x-mozilla-html:FALSE
org:Westfield;eCommerce Development
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;0
fn:Mark Bernardinis
end:vcard