Re: Monitoring web apps

2001-11-12 Thread Daniel López
Hi Eddie, Here it goes: .- Environment -> An apache web server configured with mod_proxy and SSI, running in port 80. Several orion instances with applications running in other ports. .- in httpd.conf -> ... ProxyVia On # Proxy configuration for the different applications # Applica

User exceptions from EJB

2001-11-12 Thread Sergey G. Aslanov
Hello All I try to throw business exception from finder method of my entity EJB: public Collection ejbFindByUniLinks(int obj2, int n2) throws FinderException, DocumentSecurityException ^ but it doesn't reach the client level. In home

Re[2]: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Sergey G. Aslanov
VHS> I think, I am also facing a similar problem. I have followed the steps you VHS> have mentioned below but when I try to deploy it, it gives the following VHS> error message: VHS> Error instantiating application: Error loading web-app 'war-ic' at VHS> D:\orion\applications\PhotonManagementCo

Unsubsribe

2001-11-12 Thread venkat
Even i tried to unsubscribe at the specifed address.It did not work.Please remove my name from the list.   Thanks in advance venkat

Re: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Vani H.S.
I think, I am also facing a similar problem. I have followed the steps you have mentioned below but when I try to deploy it, it gives the following error message: Error instantiating application: Error loading web-app 'war-ic' at D:\orion\applications\PhotonManagementConsoleApp\war-ic: Unknown

BodyTagSupport

2001-11-12 Thread Namor Taror
Has anybody had any problems with the iterative tag execution? Even my simplest 'test' tag does not execute its body. doStartTag and doEndTag are executing fine but the doIntBody and doAfterBody are not execiting at all. taglib.tld: getCalendarList com.taror.schedule.taglib.calendar.CalendarL

Re: Monitoring web apps

2001-11-12 Thread Eddie
Daniel, The way you do this with Apache sounds very nice. I like to know how you configure Apache to redirect to another page when something goes wrong. Could you submit a little example please ? Eddie - Original Message - From: "Daniel López" <[EMAIL PROTECTED]> To: "Orion-Interest" <[

RE: Several Error pages

2001-11-12 Thread Martin J. Wells
> Hi all, > > I'd like to set up more than one error page for a exception, depending > on the URL of the jsp/servlet where the exception has been throwned. > > As an example: > - If url=/app1/dir1/*.jsp -> Error page = /app1/dir1/error.jsp > - If url=/app1/dir2/*.jsp -> Error page = /app1/dir2/e

How to run an existing j2ee application on orion

2001-11-12 Thread Vani H.S.
Hi All, I have a J2EE application build using Sun's J2EE server. Now, I want to deploy it on Orion. But it gives me some errors. I realized that there is some Orion Specific Information that needs to be a part of the EAR. Please can anybody tell me how I should go about making the Orion Spec

Several Error pages

2001-11-12 Thread Juan Fuentes
Hi all, I'd like to set up more than one error page for a exception, depending on the URL of the jsp/servlet where the exception has been throwned. As an example: - If url=/app1/dir1/*.jsp -> Error page = /app1/dir1/error.jsp - If url=/app1/dir2/*.jsp -> Error page = /app1/dir2/error.jsp

AW: Login from client and retrieving info thru Ldap

2001-11-12 Thread Regele, Manfred
Ups, do not use System.getProperty("user.name"); This value can contain anything (java.exe -D user.name="dubidu" YourClient ). Manfred Regele ADIG Investment GmbH 22 Methoden&Tools Richard-Reitzner-Allee 2 85540 Haar Tel: 089/46268-308 mailto:[EMAIL PROTECTED] http://www.adig.de > -Ursprün

Re: ejb soap

2001-11-12 Thread Venkat
Refer the attachment for installing soap in orion.You need to download soap.zip from apache site venkat - Original Message - From: "Ramin Heidari" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 3:00 PM Subject: ejb soap > hi, > > how can i d

Re: Monitoring web apps

2001-11-12 Thread Daniel López
Hi David, We don't have a sophisticated system, but it works well for us. What we do is put an Apache web server, acting as a proxy, in front of the orion server. Then, in the proxy configuration you can specify a redirect page in case something goes wrong, and we use it to redirect to a SSI scri

Re: ejb soap

2001-11-12 Thread Scott Farquhar
Ramin, Don't forget to check out our knowledge base for these type of examples! http://kb.atlassian.com A simple search returns a few results that may be of interest to you: http://kb.atlassian.com/search.jsp?query=SOAP Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassi

Login from client and retrieving info thru Ldap

2001-11-12 Thread Thomas Saxtoft
I have worked for some time on the subj. To make it very clear I will start telling in a few words about the system. On the client side we are going to use Swing, connecting to a Orion server. We will just use simple authentication based on the System.getProperty("user.name"); The server should

Please remove me from the list

2001-11-12 Thread Niles Ho
I tried the "Unsubscribe" function at your site already. It doesn't work. Please remove me from the list. - Niles - Original Message - From: "Mike Cannon-Brookes" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, November 12, 2001 4:00 PM Subject: RE: How can I

RE: How can I start Orion Server as a service in Windows NT/2000 ?

2001-11-12 Thread Justin Crosbie
Hi Vu,   You need the JNT application from http://www.eworksmart.com/JNT/   Install this and type a command similar to the following, from where you installed Orion:     jnt "/InstallAsService:Orion Application Server" "/SD[ORION_HOME]" -jar orion.jar   where [ORION_HOME] is where you ins

Re: Urgent :: How to access JMS service from Servlet/JSP

2001-11-12 Thread Kesav Kumar
You don't need application-client.xml if you want to access JMS from servlets. You have to write your queueconnection and queues in web.xml. Add resoure-ref entries in web.xml jms/theQueueConnectionFactory javax.jms.QueueConnectionFactory Container jms/processQueue javax.jms.Queue Conta

ejb soap

2001-11-12 Thread Ramin Heidari
hi, how can i deploy ejb Apache soap hello sample in orion ? Thanks, Ramin __ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com

Ad: How can I start Orion Server as a service in Windows NT/2000 ?

2001-11-12 Thread tore-velle . nilsen
Download JVMI2 from this site : http://www.kcmultimedia.com/jvmi/ Copy the jvmi-folder to the hotspot directory of the installed JRE Set an environment variable (PATH) to point to the bin-folder: e.g. "C: \jdk1.3.1_01\jre\bin\hotspot\jvmi2\bin" detatch the service-description file (runAsServic

after create the bean the server was halt

2001-11-12 Thread Derek Lee
Hi All,     I am moving my weblogic6.1 EJBs to my orion 1.5.2 server. I can deploy those EJB in Orion1.5.2 server on NT platform. I use a test program to invoke that bean. It works fine at the first time. However, I lookup again. The orion was halt ever I use the control C. The se

RE: How can I start Orion Server as a service in Windows NT/2000 ?

2001-11-12 Thread Mike Cannon-Brookes
Vu, As always please check the knowledge base before asking questions such as this - it saves everyone time! A query for "NT service" http://kb.atlassian.com/search.jsp?query=NT+service yields http://kb.atlassian.com/content/orionsupport/articles/orserv.html which looks like