RE: where should I place the image files

2001-02-08 Thread Randahl Fink Isaksen
Title: where should I place the image files



It is 
probably not just his image URLs - I have experienced the exact same problem, 
and I feel confident that it is not caused by wrong URLs. For some reason Orion 
does not copy the image files from the .ear archive when I publish it, but if I 
do a manual copy of the image files to the right location everything works 
fine.
 
I too 
would like to hear from somebody who has made this work.
 
R.

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus 
  RydinSent: 8. februar 2001 08:25To: 
  Orion-InterestSubject: SV: where should I place the image 
  files
  your 
  image files normaly goes with the rest of your web-content, that is, next to 
  your html files etc.
  An 
  idea would be to check the image URL:s.
  WR
  
-Ursprungligt meddelande-Från: Guan, Thomas 
[mailto:[EMAIL PROTECTED]]Skickat: den 7 februari 2001 
11:59Till: Orion-InterestÄmne: where should I place 
the image files
Hi: 
 I have deployed a ear 
file which includes image files on orion server.  However, I did not 
see the image files on the web pages.  Can someone tell me where I 
should place my image files?  thanks.
 Tom  Guan  (Shaohua) 856-857-1324 X 2525 Senior Java 
Developer NFI Interactive 
Logistics <<...>> 


Problem with two Orions on same box!!!

2001-02-08 Thread Mohit Palhan

I do not have access to two servers, and have installed 2 Orions on the same
box, how do I make sure that they do not use the same ports for the RMI server
and for the HTTP server??
Please help
Mohit
Have a nice day :-)

> > ***
> >
> > The information contained in this message (including any attachments) is
> > confidential and may be legally privileged.
> > If you are not the intended recipient, please delete it from your system
> > immediately - any disclosure, copying or distribution thereof or any
> > action taken or omitted to be taken in reliance thereon is prohibited
> > and may be unlawful.AITPL makes no warranty as to the accuracy or
> > completeness of any information contained in this message and hereby
> > excludes any liability of any kind for the information contained herein
> > or for the transmission, reception, storage or use of such information
> > in any way whatsoever.  Any opinions expressed in this message are those
> > of the author and do not necessarily reflect the opinions of AITPL.
> > **
> > ***
> >
> >
> >

--
*

The information contained in this message (including any attachments) is
confidential and may be legally privileged.
If you are not the intended recipient, please delete it from your system
immediately - any disclosure, copying or distribution thereof or any action
taken or omitted to be taken in reliance thereon is prohibited and may be
unlawful.AITPL makes no warranty as to the accuracy or completeness of any
information contained in this message and hereby excludes any liability of any
kind for the information contained herein or for the transmission, reception,
storage or use of such information in any way whatsoever.  Any opinions
expressed in this message are those of the author and do not necessarily reflect
the opinions of AITPL.
*







Re: Any tutorials on form based authentication

2001-02-08 Thread Dominic Hanlan

This is a good looking start .

My next question is, if I didn't want to use principles.xml as my user list, 
and wanted to use and add to, a data base such as postgres, what API would I 
use from within my application, i.e. how do I overide principles.xml.

Regards
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.





Advanced OR-Mapping

2001-02-08 Thread Ott, Thomas

Hello,
I've a problem with orion and the advanced O-R mapping. I use Orion V1.43
with MS ACCESS and the sun.jdbc.odbc.JdbcOdbcDriver. 
When I try to map a customer EntityBean(CMP) to an AddressBean (PK =
Integer) (one to one) the database tables will create correctly (an integer
field name in the customer table). 
When I try to create a Customer Bean with create(primaryKey), the jdbc-odbc
Driver throws an exception: MSACCESS ODBDriver: Optional Feature not
supported!

What can I do? Does MSAccess not support the advanced OR-Mapping with Orion?