Re: Reusing compiled JSPs on another machine

2000-11-27 Thread alexchud
Hi Dude, Compile your jsp page into a servlet, then make your servlet appear as a jsp page, by doing the following in your web.xml. The Servlet is made to look as a JSP page with the following web.xml: !DOCTYPE webapp SYSTEM "http://java.sun.com/j2ee/dtds/web-app_1_2.dtd" webapp servlet

JMS - JNDI - JMS - JNDI set up.

2000-11-26 Thread alexchud
Hi Folks, I am wondering, how is it possible to configure Orion server to use a different JMS server ?, has anyone attempted this ? had any luck ? I am thinking is it possible to configure Orions JNDI service to transparently use the different JMS servers JNDI service or to make them work as

Re: referencing Counter in counter.jar - how?

2000-09-27 Thread alexchud
HI, newId = CounterUtils.getNextID("java:comp/env/Counter","Photo"); should be newId = CounterUtils.getNextID("java:comp/env/ejb/Counter","Photo"); You have even defined it right in your descriptor :).. Alex. :) - Original Message - From: Stefan Arentz [EMAIL PROTECTED] Date:

Re: Orion Hosting Service

2000-09-18 Thread alexchud
Robert, To be honest, this is something that i havent tried :).. And probably wont for the time being heh.. As far as I know, your absolutly right it will take down the server but there again, perhaps the latest versions of orion have new functionality in this regard. Alex Try

Re: Orion Hosting Service

2000-09-17 Thread alexchud
Try www.netpike.com If you see no info on the site about orion, just email them and ask. I am hosting my web site there at the moment using orion. Alex. - Original Message - From: Guilherme Ceschiatti [EMAIL PROTECTED] Date: Monday, September 18, 2000 7:50 am Subject: Orion Hosting

Re: Looking for Fellow Programmers

2000-09-13 Thread alexchud
- Original Message - From: "Christian Sell" [EMAIL PROTECTED] Date: Thursday, September 14, 2000 2:22 am Subject: Re: Looking for Fellow Programmers hey, I dont think the initial offer is a problem (what better place to meet J2EE programmers), but why dont you carry on your dealings

Re: client factory problem!

2000-09-12 Thread alexchud
Dude, - orion.jar - ejb.jar - jndi.jar - jaxp.jar - parser.jar - jdbc.jar - mail.jar You need to include all of them believe it or not, but orions team is working on the client.jar at the moment which will make this task easier :).

referential integrity and ejb's

2000-09-09 Thread alexchud
To inforce referential integrity with ejb's are there any implications if i do a look up in the ejbcreate and throw a createException, or would this be better suited to using a session bean. Alex.

Re: Autoencoding URLs

2000-09-05 Thread alexchud
In your creating a dynamic url you have to use response.encodeURL("url in here") yourself, Orion will auto encode static urls, and it can even auto encode static absolute urls as far as i know if you set it right in the descriptors, but it does not auto encode dynamic ones, so that is your

Security Roles

2000-09-05 Thread alexchud
Could someone please explain to me how security roles work in orion. How can I specify my Jsp pages in a particular web application to take on a particular role ? I believe you need to use the UserManager for this, but is there any information available on the user Manager ?? I do have form

Re: list problems?

2000-09-05 Thread alexchud
Perhaps your seeing double :) ? heh - Original Message - From: "J.T. Wenting" [EMAIL PROTECTED] Date: Wednesday, September 6, 2000 3:23 am Subject: list problems? I am currently receiving 2 copies of each message... Jeroen T Wenting [EMAIL PROTECTED] ICQ UIN #9191966 It's the

Re: RE: Security Roles

2000-09-05 Thread alexchud
Is it possible for you to include any source code to show how its actually done, I have had a look through the api,but it all seems rather overwhelming :). Thanks alot in advance. Alex Chudnovsky - Original Message - From: Juan Pablo Lorandi [EMAIL PROTECTED] Date: Wednesday,