RE: default.jsp bug (duplicate requests)

2002-04-01 Thread Manuel De Jesus
If I were to guess your problem is not with orion, but rather with your settings for cache expiration in the JSP pages. response.setDateHeader (Expires, 1); //prevents caching at the proxy Try replacing your cache prevention section with: % response.setHeader(Pragma, No-cache);

Re: Client program for simple EJB tutorial

2002-04-01 Thread Ray Harrison
Hi Ken - Here's a sample client program. Cheers Ray = import java.util.Hashtable; import javax.naming.Context; import javax.naming.InitialContext; import mypackage.MyEntityEJB; import

WG: Q: How can i turn the automatic reload of the config files off?

2002-04-01 Thread Jan Heise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, i'd like to turn of the automatic reload of the following config files: - - config/server.xml - - config/application.xml I'm using orion 1.5.2 under debian-linux and every time i reconfigure/add webapps in one of the above files, orion

RE: Client program for simple EJB tutorial

2002-04-01 Thread Eric Hodges
I don't think -cp and -jar can be used together like that. Try just using -cp and place the .jar on the classpath. -Original Message- From: John D. Ware [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 3:10 PM To: Orion-Interest Subject: Re: Client program for simple EJB

Newbie Orion question - webapp problem

2002-04-01 Thread Ken Delong
I'm trying to get Orion to run a web app that's part of an ear. I made the following changes: IN SERVER.XML application name=Majordomo path=C:\orion\autodeploy\Majordomo.ear auto-start=true / IN DEFAULT-WEB-SITE.XML web-app application=Majordomo name=MajordomoWeb.war root=/MajordomoWeb / IN

Re: Java IDE?

2002-04-01 Thread @Basebeans.com
Subject: Re: Java IDE? From: Vic Cekvenich [EMAIL PROTECTED] === CodeGuide v4 of Omnicore.com does the same thing and is cheaper and I think nicer. (I used Netbeans as well) VIc Robert S. Sfeir wrote: (Sorry my last message got sent before I could finish it) Ok there was a lot of talk