RE: Web Stats

2000-07-11 Thread Mike Cannon-Brookes
I use Analog to munge the stats from Orion. Here's my access log config: access-log path="../log/yoursite-web-access.log" format="$ip - $user [$time] quot;$requestquot; $status $size quot;$refererquot; quot;$agentquot;" split="day" suffix="ddMMyy" / Hope this helps, Mike -Original

Newbie question: How to...

2000-07-11 Thread Marco Pas
I want to create and test/deploy and application build using only jsp pages.. how and where do i create such an application.. I cannot find anything in the docs !! groeten / regards, Marco Pas CMG

Taglib TEI and array type

2000-07-11 Thread Jen Hsien Huang
While I am tring to declare variable in TEI I return the VariableInfo array in TEI class like this == return new VariableInfo[] { new VariableInfo[]{ data.getAttributeString("errorId"), , "java.lang.String[]" , true , VariableInfo.AT_END } {

Re: Writing custom Resource Manager

2000-07-11 Thread Evan Vaala
I am also interested whether this can also be performed. Evan Vaala Vidur Dhanda wrote: Hello, Is it possible to write a custom resource manager in EJB1.1 and Orion? Much like EJBs can use a DataSource, I would like to write an application specific resource manager. How can I do

SSL-Certificates

2000-07-11 Thread Mattias Arbin
I have now got SSL working with a testcert from Thawte. However, after reading about "SSL Chained CA Certs" it doesn't seem to be the kind of certificate I want for a single server. Has anybody bought a "real" SSL cert and got it to work with the defult SSL setup on Orion (JSSE and keystore)? If

having problems using EJBUserManager....

2000-07-11 Thread Hashim Merchant
HI Guys, I am trying to use EJBUserManager..have followed all the steps ... 1.)Installed hypersonicsql put hsql dir and hsql.jar in orion/lib 2.)Edited my orion/config/Data-Sources.xml by putting data-source

Re: Session time out TOOOO early!

2000-07-11 Thread Steven Punte
If aJSP pages uses a session bean, not EJB but just a server side java bean, and that bean is recompiled, the server will detect thisand reload it, but it will also dump and re-start a users present session. This makes sense. Otherwise there would be an attempt to use the old session

RE: Session time out TOOOO early!

2000-07-11 Thread Tom Wnuk
Are you saying Orion detects changes in JSP used beans? That's great if it truly does because most jsp/servlet engines out there do Not. If the JSP page changes then it will be recompiled but that doesn't necessarily mean you'll get the new bean unless Orion has their own class-loader. The

servlet instantiation error

2000-07-11 Thread Christian Sell
Hello, here's an interesting one: after sucessfully deploying my application and accessing the startup page, all requests for servlets yielded the following error 500 Internal Server Error Servlet error: Error instantiating servlet 'wcfsystem' (servlet class not found, make sure it exists at

getUserCount()

2000-07-11 Thread Barry Fujii
howdy, any chance that getUserCount() this could be implemented for the basic UserManager class in the near future? I know it would probably be an expensive operation if the xml file had to be read in its entireity and then counted for users and all...

Re: Session time out TOOOO early!

2000-07-11 Thread Steven Punte
Tom: Yes, this was my main reason for switching from Apache + Tomcat to Orion. It was too difficult to develop software without this feature. I believe there is a flag in the configuration files of Orion that controls this. I couldn't figure out a way to reliably make beans reload on

jsp:include and params?

2000-07-11 Thread Duane Fields
in 1.1.21 and 1.1.19 I can't seem to get params to be passed to jsp:include'd pages? For example: jsp:include page="mypage.jsp" flush="true" param name="title" value="some title"/ /jsp:include in mypage.jsp, %= request.getParameter("title") % returns null -- Duane Fields [EMAIL PROTECTED]

RE: Session time out TOOOO early!

2000-07-11 Thread Mike Cannon-Brookes
Orion does detect changed beans. If you place the source in the classes directory, it will also detect changes to the source and automatically recompile. ie alter source ... save... reload page and voila! It's magical ;) Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Orion SSL? How?

2000-07-11 Thread keith kwiatek
Hello, I saw the brief FAQ on how to set up Orion SSL... http://www.orionserver.com/docs/ssl-howto.html but I also saw alot of problems people posted trying to get it work... What is the current state of instructions for getting Orion SSL to work? What is the non-brief version of the

Class Cast Exception when using development mode and changing source

2000-07-11 Thread Kevin Duffey
Hi, I am using the development mode (true) and set up the source directory to point to my source. When I save a change, and refresh the page, I am always getting a Class Cast Exception error. I store a bean called HtmlBean as application scope. In the .java generated, I see that the

Re: HOWTO... posted

2000-07-11 Thread Alexandre J. Boudreau
Hi Kirk, well I've posted your HOWTO on my site, and started doing a little orion info site at the same time. I wasn't aware of orionsupport.com, but I guess it can't hurt to have another site. So what i'll do is link to it. If that's ok with Joseph Ottinger! :) here's the url:

XSL and JSP

2000-07-11 Thread Bernard Sauterel
For those interested to embed XSL/XML output inside JSP pages: http://jakarta.apache.org/builds/jakarta-taglibs/nightly/ +--++ | Bernard Sauterel | sauterel.net | +--++ email |

RE: Session time out TOOOO early!

2000-07-11 Thread Klaus Thiele
Hi, i'd like to have this featue too. but it works only for _servlets_,...!!! NOT for beans which are only used in jsp-pages!! try to change any bean from the struts-example (i.e. com/apache/struts/example/...) klaus ps: or did i miss some configuration entrys/switches? On Mit, 12 Jul 2000,