RE: monitor your entity beans/other jdbc calls

2001-08-12 Thread HyungKee Hwang
Great! That's what I want! It works for Oracle and Orion -HK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Goke Sent: Monday, August 13, 2001 10:19 AM To: Orion-Interest Subject: monitor your entity beans/other jdbc calls There is a free tool

RE: Automatic reloading of new class files.

2001-08-12 Thread Kevin Duffey
In terms of "reloading" an app..none probably. But since I use ANT for all compile, build, ejb, war, ear, etc, I use it to automatically reload the app. Just make sure your app is written so that sessions are persistent as well. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[E

Re: JDO in orion?

2001-08-12 Thread Michael J. Cannon
There's been talk in the past (April, 2001--maillist archives) on issues of Orionserver with Castor. Additionally, there's been somme disccussions on the Serverside.com. Google for "JDO orionserver" and "Orionserver Castor" Castor can be found at http://castor.exolab.org Michael J. Cannon PM-

RE: Automatic reloading of new class files.

2001-08-12 Thread Martin J. Wells
> Second, what I prefer, is to leave development="false" in place, > and use ANT > to do all my builds. At the end of a target, I specifically tell > it to touch > the META-INF/application.xml file. Orion automatically redploys your site > when this file is touched. > Is there any clear advantage

Re: LDAP user manager

2001-08-12 Thread Matthew Porter
Araya: The LDAP User manager I wrote can (and is) be used to repalce the Orion's default user manager. In the next few days, I should be finishing a tutorial for orionsupport.com on how to compile and install the LDAP User Manager. However, I will try to provide some more detailed information h

Does Orion work fine in MySQL and BSD?

2001-08-12 Thread HyungKee Hwang
Hello   Can Orion work with MySQL and FreeBSD?   Any comment would be appreciated. Regards, -HK  

monitor your entity beans/other jdbc calls

2001-08-12 Thread Jeff Goke
There is a free tool at http://www.provision6.com that intercepts and logs all database statements of any application that uses JDBC. This is particularly useful, for example, for monitoring the SQL generated by entity beans. There are no code changes required to your application, and setup is v

RE: Automatic reloading of new class files.

2001-08-12 Thread Duffey, Kevin
There are a couple of ways. First, in /orion/config/global-web-application.xml, do the following: development="true" persistence-path="state.ser"> The development="true" makes sure it reloads any changes in classes that are recompiled. Infact, I think if done properly you don't even have to re

directory-browsing

2001-08-12 Thread Romen Law
ello, I want to allow directory browsing on one of the directories in my web application. But by setting the directory-browsing="allow" in orion-web.xml, all web directories are browsable. How do I limit this to just the directoy/directories that I want to expose for browsing? cheers romen Thi

JDO in orion?

2001-08-12 Thread kevin1
Is it possible to use JDO in orion? How would one go about this? -- No one may be called "good" if they have had no chance to be bad...

Problem with SimpleUserManager Class for application level security...please hel

2001-08-12 Thread Qualence Inc
Hi Everybody I am trying to implement the application level security provided by the SimpleUser Manager class in the orionsupport.com. I am constantly getting error at the time of deployment that the class which i have wriiten extending the SimpleUserManager class is not found in the applica

RE: index.jsp as default page of a directory

2001-08-12 Thread Mathias Bogaert
Put index.jsp in web.xml. This will solve your extra index.html problem... Regards, Mathias Bogaert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Roozbeh Ghaffari Sent: zondag 12 augustus 2001 15:10 To: Orion-Interest Subject: index.jsp as