Re: automatic invocation of servlet as the root-service

2002-02-01 Thread Maximilian Eberl
If Your server allows FollowSymLinks just set a symbolic link /usr/httpd/htdocs/index.html - /usr/orion/web-app/WEB-INF/classes/indexservlet Or use the HTML-way: meta http-equiv=refresh value=0, url:http://www.maycompany.com/servlets/indexservlet; Please look the docs for correct syntax Max

Re: servlet-mapping (again)

2002-02-01 Thread Robert Virkus
Hallo Dan, Thursday, January 31, 2002, 10:27:28 PM, you wrote: DA Ok, DA I've tried to add a servlet-mapping with a DA url-pattern/test/url-pattern to web.xml for all my servlets, but I DA cannot get it to work - how do you specify a different URL for your servlets DA to be accessed?!?!

Re[2]: automatic invocation of servlet as the root-service

2002-02-01 Thread Robert Virkus
Hello Igor, Brent Jeff (and everyone else ;-), thanks again for your quick reply! - and thanks for your http-redirect help! Now I found another simple solution for setting up a servlet as a root of a web-application. I just define my servlet in the web.xml and map it to the url-pattern *:

Scheduler for Orion

2002-02-01 Thread Miosz Witkowski
Hi Does anybody knows something about some scheduler for Orion, or some other solution for invoking classes every ... sometimes. Other application servers like ATG have such Scheduler best regards Milosz

Re: automatic invocation of servlet as the root-service

2002-02-01 Thread Curt Smith
The drawback of this method is, that now _only_ the servlet can be invoked within this instance of orion - nothing else! But for our purposes this is just fine. It would be great if the J2EE /web.xml specs supported virtual hosting. I.E. URL based routing at the web container level to an

jsp:forward problem on Mac IE.

2002-02-01 Thread Fredrik Lundin
Hi all! We're encountering a problem when using Mac and IE 4.5+ with our application. We have a jsp that uses jsp:forward to a servlet (tried the usual RequestDispatcher aswell), the problem is that the servlet gets requested twice, and request loses all parameters the second time, wich causes

RE: Scheduler for Orion

2002-02-01 Thread Smith Jason
http://www.mail-archive.com/orion-interest%40orionserver.com/ -Original Message-From: Milosz Witkowski [mailto:[EMAIL PROTECTED]]Sent: Friday, February 01, 2002 11:55 AMTo: Orion-InterestSubject: Scheduler for Orion Hi Does anybody knows something about some

Sharing session across web apps

2002-02-01 Thread Nimmons, Buster
I have one web-app which gathers a users information and place a userInfo object in the session. I set the sharing attribute for this and all other apps to true yet when I go to another webapp from this one the objects in the session are no longer there. the session ID between apps is the same

Re: jsp:forward problem on Mac IE.

2002-02-01 Thread Rafael Alvarez
Hello Fredrik, Congrats! You have encounter an error that is not your's nor orion's. The problems is in the way IE4.5 for Mac parse the http header. I posted and issue at www.elephantwalker.com. Check it out at http://www.elephantwalker.com/searchresult?id=162 (Note: elephantwalker registration

clustering

2002-02-01 Thread John Creaner
hi, I was wondering if anyone out there has any solid information on clustering orion server thanks

Re: clustering

2002-02-01 Thread Robert Virkus
Hello John, no, but there's http://kb.atlassian.com/content/orion/docs/http-clustering.html - it might help you... greetings Rob Friday, February 01, 2002, 5:35:53 PM, you wrote: JC hi, JC I was wondering if anyone out there has any solid information on clustering JC orion server JC

Re: Scheduler for Orion

2002-02-01 Thread Jorge De Flon
schedulers: I like simscomputing flux enterprise scheduler, but I know that there is a indus Kronos - Original Message - From: Smith Jason To: Orion-Interest Sent: Friday, February 01, 2002 7:46 AM Subject: RE: Scheduler for Orion

MIME-type extension?

2002-02-01 Thread Jonas Auken
Hi all I need to extend the mime-types of Orion with the type .xul (XML-based User Interface Language), but I cant seem to find the magic word that unlocks this secret. Ive tried adding this line to config/mime.types: application/vnd.mozilla.xul+xml xul And Ive tried adding a new

Deploy Existing EJB's on Orion?

2002-02-01 Thread Billy Rutledge
Hi All...I am setting up Orion as an alternative to WebLogic and need help gettingstarted. Currently we run WebLogic 5.1 and it allows you deploy EJBsseparately from your web apps. So typically, we deploy the beans once andthen deploy many web apps that reference the deployed beans.Looking

RE: clustering

2002-02-01 Thread Mike Moulton
My experience is that it is broken in 1.5.2 and 1.5.3 under heavy load; see bug number 687 at http://bugzilla.orionserver.com/bugzilla/. I have been working with Magnus Rydin to get the problem resolved but we haven't gotten vary far, hopefully they will find time to fix this problem soon. -Mike

RE: clustering

2002-02-01 Thread Aaron Tavistock
We have seen this behavior in earlier releases, 1.4.5 and 1.4.7, as well and reported it to Karl and Magnus at JavaONE 2001 (v1.5.2 came out right around then). We found that it always worked fine in low load environments and didn't discover this problem until we pushed clustering to our

RE: MIME-type extension?

2002-02-01 Thread Jonas Auken
Hi again.. It seems that the line application/vnd.mozilla.xul+xml xul in mime.types works after all dunno what went wrong the first time ;) /jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jonas Auken Sent: 1. februar 2002 20:14