RE: Setting up Multiple Domains with One IP address.

2001-07-15 Thread elephantwalker
There's a simple example on www.orionsupport.com, virtual hosts. The main site is down now, but the uk mirrow is up: http://uk.orionsupport.com/articles/vhosts.html Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vinay Kha

Setting up Multiple Domains with One IP address.

2001-07-15 Thread Vinay Khandelwal
I want to set up two domains (www.one.com and www.two.com) and have only one IP address. Does anyone have steps needed to setup orion server. how to define virtual hosts etc. Appreciate it. thanks Vinay __ Do You Yahoo!? Get personalized email ad

Code on entity bean being looked up from a session bean and transactionrollback

2001-07-15 Thread aby
Hi everyone, I have a problem with a sequence like this Stateless session bean (bit of sql in a function f1) and calls an entity bean. When the entity bean fails the changes done by sql are not rolled back. (But if sql fails the entity bean changes are rolled back). So I tried another method su

Re: Application Name

2001-07-15 Thread Kesav Kumar
Yes, the getServletContextName() is in servlet2.3. As of now Orion doesn't give support for this method. I usually get this information from request like request.getContextPath() otherwise for time being you can declare a in your web.xml and take from the context Init parameter. - Original

Re: Application Name

2001-07-15 Thread Greg Matthews
javax.naming.Context ctx = new InitialContext(); ApplicationAdministrator admin = (ApplicationAdministrator)ctx.lookup("java:comp/Administrator"); then print out admin.getDisplayName( ) might be what you're after ??? - Original Message - From: "Wayne Franklin" <[EMAIL PROTECTED]> To

RE: Does Orion root .jar files interfere with my web-app WEB-INF/libjar files?

2001-07-15 Thread elephantwalker
Kit, post 1.4.8, I don't think xerces is used by Orion, but crimson. So the current release, 1.5.2 uses crimson. Xerces is used by Xalan in the current release. So you can replace the Xerces.jar and Xalan.jar with whatever versions support the version you want. If you don't use xsl transformation

RE: Does Orion root .jar files interfere with my web-appWEB-INF/libjar files?

2001-07-15 Thread Kit Cragin
So is there an easy way to reverse or specify the order? xerces et.al. have a different release schedule and may or may not be picked up by Orion. I would rather it be under my control. - Kit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hani Suleiman

Re: Log Analysis

2001-07-15 Thread David Morton
I figured I'd update this archive message...I believe there was a minor mistake - the access-log format below reverses the agent and referer. No big deal, however, in some reporting packages it shows top referer's in top browsers...and vice - versa here is a nice monthly access

Re: SV: LDAP and EJBs

2001-07-15 Thread Magnus Rydin
Another try.. OK.. fourth try to get this posted on the OI list.. The LdapDelegate session bean proposed by Patrik would probably have to implement SessionSynchronization and take care of the rollback in the afterCompletion(boolean successfull) method. Just make sure that you keep track of if an

RE: Application Name

2001-07-15 Thread Wayne Franklin
Thanks Kesav, The pageContext.getServletContext().getServletContextName() is exactly what I'm looking for... however when I try to use it, I am told: *** Error: No method named "getServletContextName" was found in type "javax/servlet/ServletContext". It appears that this method is new to the

Re: Does Orion root .jar files interfere with my web-app WEB-INF/libjar files?

2001-07-15 Thread Hani Suleiman
Order of loading is: Entries explicitly in the root classloader (specified by Class-Path in orion.jar's MANIFEST.MF), which is most of what is in the orion/ directory. Next is orion/lib Next is application specific classes, and I think WEB-INF/lib has precedence over WEB-INF/classes Hani On S

Does Orion root .jar files interfere with my web-app WEB-INF/lib jar files?

2001-07-15 Thread Kevin Duffey
Hey all, I am wondering..Orion comes with xerces, parser, jaxp and so on in the dir. If I put the latest xerces (1.4.1) into my web-inf/lib dir, put the soap.jar in there, put parser.jar in there, jaxp.jar, etc..will Orion load my web-inf/lib versions, the root-dir versions, or both..and in what