RE: Install problems in FreeBSD 4.2

2001-05-24 Thread Christian Hargraves
haven't done it on FreeBSD before, but I have done it on Solaris, most Micro$oft products and Linux. The steps are always the same. PS you wouldn't have happened to have lived in Lolo, MT a long time ago.. Christian Hargraves -Original Message- From: Lance Hill [mailto:[EMAIL PROTECTED

Re: Newbie: JDBC Realm

2001-05-16 Thread Christian Hargraves
JDBCRealm is an implementation of the J2EE standard of authorization and authentication. You give it the info it needs and it takes care of the login and the authorization (ACI) part. On Wednesday 16 May 2001 06:55, you wrote: Why is the JDBCRealm connection established? We can access info

Re: Newbie: JDBC Realm

2001-05-16 Thread Christian Hargraves
JDBCRealm is an implementation of the J2EE standard of authorization and authentication. You give it the info it needs and it takes care of the login and the authorization (ACI) part. On Wednesday 16 May 2001 07:20, Christian Hargraves wrote: JDBCRealm is an implementation of the J2EE

Re: user authentication documentation

2001-05-10 Thread Christian Hargraves
I believe there is an example of this in the examples project's web.xml config file On Thursday 10 May 2001 08:43, you wrote: does anyone know of any docs or examples of how to setup form-based user authentication? I read the info in the userguide but it only explains how to setup the

RE: JDBC Realm Roles

2001-05-04 Thread Christian Hargraves
It seems that in 3.2.x version of JDBCRealm, it does query the DB every time. The username is stored in the session but not the roles. This was, however, fixed in the 3.3 series and the code is also much cleaner. In 3.3.x, both the username and the roles are stored in the session. I might be

Re: How is your knowledge on TomCat??????

2001-05-03 Thread Christian Hargraves
I asked a friend that worked for Novell for 7 years as a developer for Novell. his first impression to this question was that NetWare doesn't have very good scripting support. I wish I could tell you more, but even he doesn't know how to do it. His suggestion would be to simplify it a lot

JDBCRealm enhancements

2001-05-02 Thread Christian Hargraves
there is no work for anyone else to do, but to review the code. Christian Hargraves

RE: Turn off JSP file date checking

2001-05-01 Thread Christian Hargraves
of a servlet. Any suggestions? Thanks Christian -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 2:42 PM To: [EMAIL PROTECTED] Subject: Re: Turn off JSP file date checking Christian Hargraves wrote: Hi all, I asked this earlier, but no one

How to turn off jsp auto-loading/compiling

2001-04-30 Thread Christian Hargraves
Hi, I have looked everywhere on this. Does anyone know how to configure tomcat so that it won't check the jsp file's date everytime before executing the code? We want to turn this off to speed things up a bit. Thanks, Christian

RE: Best IDE for Servlet Development?

2001-04-30 Thread Christian Hargraves
If you have the money, nothing beats Visual Slick Edit 6.0 for editing and Ant for building. You can tie Ant into SlickEdit as well as anything else. I wrote a simple PERL script that writes the get and set methods for me and I integrated into SlickEdit in about 1 minute. You can find more info

Turn off JSP file date checking

2001-04-30 Thread Christian Hargraves
Hi all, I asked this earlier, but no one replied. Is there a way to turn off the jsp file modified date check everytime the file is served? I know that if you can turn this off, it speeds things up a lot. Please Help.. I'm desperate. Christian

JDBCRealm Question

2001-04-25 Thread Christian Hargraves
I have read the JDBCRealm.howto file, but I still have a few questions. in the application's web.xml file there is a login-config tag. 1) What do I set the login-config tag in the web.xml file to so that it will use JDBCRealm? 2) We have encrypted passwords. How would we configure JDBCRealm to

RE: JDBCRealm Question

2001-04-25 Thread Christian Hargraves
, --jeff - Original Message - From: Christian Hargraves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 8:17 AM Subject: JDBCRealm Question I have read the JDBCRealm.howto file, but I still have a few questions. in the application's web.xml file there is a login