Re: question about ip allocation

2002-01-10 Thread Dmitriy Serebryakov
:51 AM Subject: Re: question about ip allocation Hi all Thanks for all your informative responses! Sorry but that is just not true. You can have two processes each with their own address listening on the same port. In fact you can have a process per address since the unique combination

Re: question about ip allocation

2002-01-09 Thread Morten Raahede Knudsen
Hi Thanks for your answers! try adding a host=x.x.x.x attribute to the web-site tag in default-web-site.xml I have tried that, it only oanswers on the given address, but it still seems to block for other servers on other ip addresses. Try changing the port number that Orion accepts requests

Re: question about ip allocation

2002-01-09 Thread Maximilian Eberl
Your machine has 2 IP-adresses but only one port 80 ! No 2 servers can listen on 1 port - no matter how many network cards You pull in. You have to bind the IPs to different ports. I am doing this on Linux but don't know how this is done on Windows. Max -- Maximilian Eberl - developer -

RE: question about ip allocation

2002-01-09 Thread Justin Crosbie
to IIS. What you can do then is map an external address to the Orion ip/port to cater for people outside your firewall. HTH, Justin -Original Message- From: Morten Raahede Knudsen [mailto:[EMAIL PROTECTED]] Sent: 09 January 2002 07:52 To: Orion-Interest Subject: Re: question about ip

Re: question about ip allocation

2002-01-09 Thread Jon White
. - Original Message - From: Maximilian Eberl [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 5:27 AM Subject: Re: question about ip allocation Your machine has 2 IP-adresses but only one port 80 ! No 2 servers can listen on 1 port - no matter

Re: question about ip allocation

2002-01-09 Thread Tim Endres
That is not true. Every ethernet interface can listen on its own port 80. This can even be done with virtual interfaces which share the same physical network card. Ports are a abstraction implemented at the driver level and based on header information in each packet. tim. Your machine has 2

RE: question about ip allocation

2002-01-09 Thread Jarrod Roberson
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Maximilian Eberl Sent: Wednesday, January 09, 2002 5:27 AM To: Orion-Interest Subject: Re: question about ip allocation Your machine has 2 IP-adresses but only one port 80 ! No 2 servers can

RE: question about ip allocation

2002-01-09 Thread john_haasbeek
[EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc: Subject: RE: question about ip allocation this is incorrect, they is a port 80 for each IP address. As long as the clients can access each IP address, they can get to either port 80. Now Orion may

Re: question about ip allocation

2002-01-08 Thread Graham Bennett
On Tue, Jan 08, 2002 at 04:36:28PM +0100, Morten Raahede Knudsen wrote: I'm sorry if this is a newbie question, but I haven't found the answer in the archive. My machine has two IP addresses. In my web-site.xml I have specifically set Orion to use one of those ip addresses. try adding a

Re: question about ip allocation

2002-01-08 Thread Jaikoo
Try changing the port number that Orion accepts requests from 80 to a different unused value e.g 2002. So that the url will look something like http://127.0.0.1:2002 Hope this helps... Jaikoo - Original Message - From: Morten Raahede Knudsen [EMAIL PROTECTED] To: Orion-Interest [EMAIL

Re: question about object pool

2001-09-28 Thread Boris Erukhimov
Looks like what you really need is to make these methods static and not bother with object instance at all. Jirka Vorac wrote: Hi, this question is not about Orion. I hope you'll answer it. I don't know when to use object pool. Following scenario is what I need, but I'll be hapy to

Re: Question about filestoring.

2001-07-26 Thread Johan Fredriksson
It will normally store your files relative to your application root. Johan - Original Message - From: Jens Frank To: Orion-Interest Sent: Wednesday, July 25, 2001 8:10 PM Subject: Question about filestoring. I have this servlet which works with a database.

RE: Question on ACLS

2001-07-26 Thread The elephantwalker
usermanager, schmosermanager, its all the same. The usermanagers are really for the backend security datastore. The two usermanagers have a parent-child relationship built in... XMLUserManager ... the mother of all usermanager's is the parent. It uses a file called principals.xml to store

RE: Question about port listener

2001-07-01 Thread Alex Paransky
a single point of failure, but you need to decide if this is acceptable to your implementation. -AP_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews Sent: Sunday, July 01, 2001 3:54 PM To: Orion-Interest Subject: Re: Question about port listener

Re: Question about DataSourceUserManager

2001-06-19 Thread Michael Jara
I had the same problem with the DataSourceUserManager. Judging by messages in the mailing-list archive, it looks like some people have gotten it working, but I have no idea how. I ended up writing my own user manager, which didn't take very long. (I spent more time trying to get the

Re: Question about DataSourceUserManager

2001-06-19 Thread Eric Hodges
: Michael Jara [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 10:43 AM Subject: Re: Question about DataSourceUserManager I had the same problem with the DataSourceUserManager. Judging by messages in the mailing-list archive, it looks like some people have

Re: Question about DataSourceUserManager

2001-06-19 Thread Eric Hodges
PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, June 19, 2001 12:45 PM Subject: Re: Question about DataSourceUserManager Even if I write my own user manager, I'm not sure what I should make it do to fix the problem. The one from Orion seems to be doing everything correctly. It just

RE: Question About Clustering EJB's

2001-06-16 Thread elephantwalker
Oisin Kim, Look at the attached email ... its the last discussion on this. It looks like there is clustering, but not loadbalancing available for rmi from the rmi.xml configuration. The application will treat any ejbs on the cluster as one-to-one look-ups. Orion will go out and get the first

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. I

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. I

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. I

Re: Question on Deploying an Enterprise App

2001-04-06 Thread Marcel Schutte
- Original Message - From: "Abhilash Koneri" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, April 06, 2001 4:41 AM Subject: Re: Question on Deploying an Enterprise App Thanks a lot for the reply, I have some more questions : 1. I

RE: Question on Deploying an Enterprise App

2001-04-05 Thread Marcel Schutte
I have an application which consists on several enterprise beans. All the beans access several helper class (Data access objects, etc). I need to now what is the best way of deploying the application in the Orion server. My first attempts at this were 1. Compile the ejbs into ejb jars

Re: Question on Deploying an Enterprise App

2001-04-05 Thread Abhilash Koneri
Thanks a lot for the reply, I have some more questions : 1. If the helper classes are accessed by my servelets as well as EJBs whould the suggested Configuration still work? 2. Where do I put the class which are clients to my EJBs ? For example : Servlet A Class B EJB C. Where do

RE: Question regarding servers as clients to other servers...

2001-03-22 Thread Alex Paransky
Hi Claudio, what makes Orion look into WEB-INF/classes? To find the META-INF? Thanks -AP_ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Claudio Cordova Sent: Thursday, March 22, 2001 4:30 PM To: Orion-Interest Subject: RE: Question regarding servers

RE: Question regarding servers as clients to other servers...

2001-03-22 Thread Alex Paransky
]On Behalf Of Claudio Cordova Sent: Thursday, March 22, 2001 4:30 PM To: Orion-Interest Subject: RE: Question regarding servers as clients to other servers... Hey Alex...How are you Have you tried in WEB-INF/classes/META-INF/application-client.xml Claudio -Original Message- From: [EMAIL

RE: Question regarding servers as clients to other servers...

2001-03-22 Thread Claudio Cordova
META-INF is should be at the root of your client classes in the classpath. claudio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky Sent: Thursday, March 22, 2001 5:25 PM To: Orion-Interest Subject: RE: Question regarding servers

RE: Question regarding servers as clients to other servers...

2001-03-22 Thread Alex Paransky
Of Claudio Cordova Sent: Thursday, March 22, 2001 5:54 PM To: Orion-Interest Subject: RE: Question regarding servers as clients to other servers... META-INF is should be at the root of your client classes in the classpath. claudio -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Question on EJB Finder

2001-03-13 Thread Jeff Hubbach
One approach you could take would be to change the array to a list with the java.util.Arrays.asList() call. Then in your select query you would have a list that you could use in your where clause as follows: select * from table where ownerid in ($1); so your call to findByOwner would look

RE: Question recursive data structure - how on earth does this work?

2001-01-22 Thread Petrica GHIURCA
Hello, Try assign to each NewsItemEJB an id and add a finder method in your ejb home interface. Somethink like: public class NewsItemEJB { public int newsItemId; // unique public int newsItemParentId; // unique public String text;

RE: Question about automated testing with Orion

2001-01-05 Thread Tony Wilson
On top of that, I am looking for a way to automate the compilation of JSP files offline (i.e. not through a web browser, or even hitting the web page). JRun and TomCat each exposed their JSP compiler interfaces so that you can run them offline and capture the errors/warnings. I cannot seem to

RE: Question about automated testing with Orion

2001-01-05 Thread Jeff Schnitzer
Out of curiosity, why do you have so much logic in servlets that you need to test them? Is your page transition logic that complicated? I have found that by keeping all my business logic in session beans (which are tested with JUnitEE, http://www.infohazard.org/junitee), my servlets/JSPs stay

RE: Question about use default-charset=gb2312

2000-11-14 Thread J.T. Wenting
and please set your mailclient to send plain-text and not to use Chinese encoding. Most people do not have Chinese encoding installed and get annoying popups :) Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway -Original Message- From: [EMAIL

Re: Question

2000-10-19 Thread Ismael Blesa Part
System.out and System.err are sent to the console from where the server has been launched. [EMAIL PROTECTED] wrote: What is the default error log on Orion. For example, if I user 'System.err.println', where is this going to. Do I need to initialize this through the System class or does

Re: Question

2000-10-19 Thread APapada
Thank you very much for the reply. If I were to start orion as an nt service though, where there would be no console, would it go to a specific log? Thanks, Andy

Re: Question

2000-10-19 Thread Porfiriev Sergey
| grep -v minor_info for debugging / etc - Original Message - From: "Sarathy Mattaparti" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, October 19, 2000 1:49 PM Subject: Re: Question It'll print on console Sarathy What is the default error log on