RE: Newbie - using EJB and databases

2001-06-21 Thread Manne Fagerlind
Does the "location" datasource offer pooling as well? In the documentation, I think it only says that the "ejb-location" datasource does. In my apps (no production apps, mind you) I have always used the ejb-location, even from the web tier. Works fine. Is there any reason for not using it? /Man

Orion filters != Servlet 2.3 spec

2001-05-28 Thread Manne Fagerlind
Hm! I just tried to build my first filter under Orion and realized that, amazingly, Orion doesn't conform to the latest spec! :-) I guess the setFilterConfig(FilterConfig)-method in the javax.servlet.Filter interface was present in a previous version of the spec, but has now been replaced by ini

RE: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-02 Thread Manne Fagerlind
I get a 400 Bad Request on my Orion installation: Win2k sun jdk 1.3 Orion 1.4.5 Has the bug been fixed between orion 1.4.1 and 1.4.5, Karl/Magnus/anyone!? /Manne -Original Message- From: Rex McFarlin [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 04:21 To: Orion-Interest Subject: RE: Orio

RE: Localhost and IP Yield Different Pages

2001-04-02 Thread Manne Fagerlind
Yes, but be aware that IE can insist on caching pages anyway. Sometimes you have to clear the cache yourself, or even add some rubbish to the URL to get the real page.   /Manne -Original Message-From: cybermaster [mailto:[EMAIL PROTECTED]]Sent: 02 April 2001 01:11To: Orion-In

RE: offtopic: Path issues

2001-03-16 Thread Manne Fagerlind
I don't see this as a spec bug, I think it's quite deliberate. Sometimes you need to redirect to sth outside the web app. What'd be the point of having sendRedirect() duplicate the functionality of the RequestDispatcher? /Manne >NOTE: All JSP commands are relative to the web app root EXCEPT >re

RE: Performance with ORION

2001-03-13 Thread Manne Fagerlind
There should be one for each active request. -Original Message- From: Ismael Blesa Part [mailto:[EMAIL PROTECTED]] Sent: 12 March 2001 15:58 To: Orion-Interest Subject: Re: Performance with ORION Yes it should create only one instance of each servlet. What I mean is how to specify how m

RE: Inconsistent EJB JNDI Locations

2001-03-12 Thread Manne Fagerlind
I used the JNDI name "java:comp/env/ejb/MyBean" yesterday and it worked fine (older version of Orion; hope they haven't changed it). It seems that the object performing the lookup must be located inside the same enterprise application (i.e. -entry in server.xml) for this to work, though. /Manne

Himachal@satyam-infoway.com

2001-03-07 Thread Manne Fagerlind
There's a form at http://www.orionserver.com (the same one you used to subscribe, in fact) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 08 March 2000 05:33 To: Orion-Interest Subject: UN SUBSCRIBE UN SUBSCRIBE ME thanx

RE: Struts (was: I switch from X to Orion because: )

2001-03-02 Thread Manne Fagerlind
Wouldn't it have been easier to just subclass ResourceBundle or one of its subclasses: public class SerializableResourceBundle implements Serializable or am I missing something obvious? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 01 March 2001 18:51 To: O

Starting threads not permitted in servlet?

2001-03-01 Thread Manne Fagerlind
Somebody on this list said that you're not allowed to start threads inside a servlet container. Is this really in the spec (this was claimed), or is it implementation-dependent? /Manne

RE: login security include file

2001-03-01 Thread Manne Fagerlind
Strangely enough, always flushes the writer - i.e. the flush="false" is ignored. This is in the JSP 1.1 spec. Don't ask me why...   /Manne -Original Message-From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]]Sent: 28 February 2001 22:36To: Orion-InterestSubject: login security i

RE: Servlet Filters

2001-03-01 Thread Manne Fagerlind
If that doesn't work, you could try using the HttpServletRequest.getRequestURI() method to spot requests for /test/* and forward these requests to the right servlet or JSP. /Manne -Original Message- From: Trond Nilsen [mailto:[EMAIL PROTECTED]] Sent: 28 February 2001 22:51 To: Orion-Inte