How difficult is it to upgrade from 4.1.24 to 5.0.19?

2004-04-01 Thread Rick Roberts
words... Is it just like upgrading 4.1.24 to 4.1.27 ? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.aitsupport.com

Re: All of your e-mails are coming to our in box on outlook what do we do?

2004-04-01 Thread Rick Roberts
e-mails and it is taking up tunes of room on our computer. This occurred when I subscribed to St Odillia.org/soar4jobss web page. Any help you could give would be appreciated. Thanks, Sue Hodgeman -- *** * Rick Roberts* * Advanced

Re: Removing extra white spaces in source

2003-10-24 Thread Rick Roberts
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Waiting for 4 instance(s) to be deallocated?

2003-08-22 Thread Rick Roberts
OK. I know I must be doing something stupid, in order to get this message. What is it? StandardWrapper[/ai:jsp]: Waiting for 4 instance(s) to be deallocated -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Calendar Tool?

2003-08-19 Thread Rick Roberts
Anyone know of a decent calendar tool / server that would integrate well with java/jsp/jdbc/tomcat? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Calendar Tool?

2003-08-19 Thread Rick Roberts
I thought that I had read something about a calendaring effort at Jakarta or maybe at tigris.org, but went looking and can't find what I thought I remembered. Rick Roberts wrote: Anyone know of a decent calendar tool / server that would integrate well with java/jsp/jdbc/tomcat? Thanks

Re: Jan West/US/AM/TSA is out of the office.

2003-08-18 Thread Rick Roberts
He just got a special filter - trash until 26Aug03 You may want to do the same. Stuart MacPherson wrote: This will happen 50 times a day until 26th august... Ahh -- *** * Rick Roberts

Re: Tomcat vs. Apache Performance Comparison for static HTML

2003-08-14 Thread Rick Roberts
Very interesting. Thanks for making the effort and sharing your results. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Tomcat will not install

2003-08-14 Thread Rick Roberts
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
That looks like exactly what I am after. I never paid much attention to Jakarta-Commons before. Thanks for pointing it out :) -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread Rick Roberts
PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: getRemoteUser()

2003-08-14 Thread Rick Roberts
Have you set up your Tomcat container managed security? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: how to suppor 30000 concurrent users

2003-08-14 Thread Rick Roberts
-- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
Possibly. Can you point me to it, so I can read up on it? I have some old JDBC apps, originally written under Tomcat 3.1 or 3.2. I'm looking for a relatively painless way to modernize my JDBC connection techniques. Thanks -- *** * Rick Roberts

Re: tried alot of searching - caving in and emailing this list now

2003-08-14 Thread Rick Roberts
and not Apache? I'm also thinking that maybe my DocumentRoot directive is overriding the /var/wwwroot/wrcm-staging/tomcat Directory block? Thanks in advance for your help! James Herschel -- *** * Rick Roberts* * Advanced

ServletContext.getInitParameter() for a Bean?

2003-08-14 Thread Rick Roberts
What is recomended technique for reading initialization parameters from a Bean? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
Is there a good, free ConnectionPool, ConnectionBean available? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: [OT] how to pronounce Apache ?

2003-08-11 Thread Rick Roberts
. This was essentially the NCSA 1.3 server with a number of fixes and enhancements. http://www.zdnet.com/anchordesk/story/story_1284.html -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Can I get an answer please -- Re: Why integrate Tomcat with aweb server?

2003-08-08 Thread Rick Roberts
when running as a service under Windows? Nathan -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Can I get an answer please -- Re: Why integrate Tomcat with aweb server?

2003-08-08 Thread Rick Roberts
Of course not. I'm only regergitating stuff I have read. But I have seen it from several different sources, so I took it as truth. Do you have benchmarks to prove otherwise? -- *** * Rick Roberts* * Advanced Information

Re: Where can I find mod_jk-2.0.47.so?

2003-08-06 Thread Rick Roberts
Your going to need to build it. Get it from here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Servlets JSPs log to different files

2003-08-01 Thread Rick Roberts
=org.apache.catalina.logger.FileLogger prefix=ai_log. suffix=.txt timestamp=true/ /Context My JSP logs into /var/log/tomcat/ai_log.2003-08-01.txt But my servlets log into /var/log/tomcat/catalina.out Thanks, -- *** * Rick Roberts* * Advanced

Re: Servlets JSPs log to different files

2003-08-01 Thread Rick Roberts
How are you logging in your servlets? Are you using System.out/System.err? If so, don't use them, and instead use the ServletContext#log(..) methods. Actually, they are mostly beans with no ServletContext :( -- *** * Rick Roberts

sendRedirect() / forward() from frame to top window

2003-07-31 Thread Rick Roberts
How can I use sendRedirect() or forward() from a child frame and force the target to be the top or parent frame? Similar to a href='target.jsp' target='_top'Top Frame/a but using sendRedirect() or forward() Thanks -- *** * Rick Roberts

Re: sendRedirect() / forward() from frame to top window

2003-07-31 Thread Rick Roberts
; appologies in advance :) Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** Shapira, Yoav wrote: Howdy, You can't with a pure server-side solution, as the server

Re: [OFF-TOPIC] RE: sendRedirect() / forward() from frame to topwindow

2003-07-31 Thread Rick Roberts
Thanks again :) -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL

Re: Off Topic: List Server for Tomcat

2003-07-29 Thread Rick Roberts
an option..Thanx in advance.. Thanx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts

Re: Off Topic: List Server for Tomcat

2003-07-29 Thread Rick Roberts
OOPS! Missed the for Tomcat part. Majordomo uses Perl. Rick Roberts wrote: Majordomo? http://www.greatcircle.com/majordomo/ Pitre, Russell wrote: Hello All, This may be off topic. I need a quick fix for an office politics problem which involves a list server. Does anyone know of a free list

Re: Bugs, Issues, Tasks, Patches, CVS integration - which is thebest tool

2003-07-29 Thread Rick Roberts
Take a look at this: http://scarab.tigris.org/ I have not used it yet, but am going to install and evaluate as soon as I get some time. There is also Bugzilla. http://www.bugzilla.org/ HTH, -- *** * Rick Roberts* * Advanced

Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
ServerSocket I'm using: RH 9 (kernel 2.4.20-19.9) Tomcat 4.1.24 ( RPM tomcat4-4.1.24-full.2jpp) Sun JDK 1.4 (j2sdk1.4.2) Any help greatly appreciated. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Unknown Source) Rick Roberts wrote: Tomcat is crashing every 2 - 3 days on 2 different Linux machines. Both machines are running pretty much identical software configurations. Both machines are serving the same web

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
ChemInformatics -Original Message- From: Rick Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 11:24 AM To: Tomcat Users List Subject: Tomcat Crashing on Linux Tomcat is crashing every 2 - 3 days on 2 different Linux machines. Both machines are running pretty much identical software

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
I had not seen this problem before I recently started implementing JDBCRealm on these servers. Anyone else having stability problems when using Oracle JDBCRealm? Rick Roberts wrote: Also, The only way I can clear this error is to reboot the machine. Here is another piece of info I get from

Re: Tomcat Crashing on Linux

2003-07-29 Thread Rick Roberts
You are correct. Crashing is the wrong way to describe it. There is a process still active in my process list. This has become frequent enough that I should be able to track it down. However; I don't know what triggers the failure. I only know that it happens every few days on both computers.

Re: Session\Security Checking

2003-07-28 Thread Rick Roberts
] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Session\Security Checking

2003-07-28 Thread Rick Roberts
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Session\Security Checking

2003-07-28 Thread Rick Roberts
() in advance. Therefore you can't set up the downloaddir as described. I suppose you could figure out a way to do what you want without using container managed authentication, but I can't think of a good reason to not use it. -- *** * Rick Roberts

Re: Forwarding with parameters

2003-07-24 Thread Rick Roberts
, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** Gil Hauer wrote: Hello, I have code in a servlet that, based on transaction status, forwards to another target page. The code snippet is: String target

War files don't work

2003-07-23 Thread Rick Roberts
/nsfs/ directory then all works fine. How do I get Tomcat to use the war file? -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Pb Form authentication

2003-07-23 Thread Rick Roberts
] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: War files don't work

2003-07-23 Thread Rick Roberts
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: War files don't work

2003-07-23 Thread Rick Roberts
[uri:/nsfs/servlet/*] info=Prefix mapping [uri:/nsfs/*.jsp] info=Extension mapping [uri:/nsfs/*] info=Map the whole webapp -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: War files don't work

2003-07-23 Thread Rick Roberts
Yes. My war file has a web.xml file within the WEB-INF/ directory structure of the war file. Rhino wrote: Does the war file contain a web.xml file that contains entries for the /nsfs servlet? If not, that's likely your problem. Rhino - Original Message - From: Rick Roberts [EMAIL

Re: War files don't work

2003-07-23 Thread Rick Roberts
it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. -- *** * Rick Roberts

Re: Pb Form authentication

2003-07-23 Thread Rick Roberts
-- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: War files don't work

2003-07-23 Thread Rick Roberts
it, and unpackWars is true, it will unpack your WAR file into that directory (webapps/nsfs, NOT webapps). Thus, Tomcat needs r+w on webapps/nsfs. Does Tomcat have r+w on webapps/nsfs? Alternatively, make unpackWars false. John Rick Roberts wrote: My directory permissions are as follows: drwxrwx---7 root

Re: War files don't work

2003-07-23 Thread Rick Roberts
but no such docBase exists. John Rick Roberts wrote: Does the nsfs.war file go into webapps directory or into webapps/nsfs directory? Currently, the webapps/nsfs dir does not exist. There is only the nsfs.war file setting in the webapps directory. I am assuming that Tomcat will create the webapps/nsfs

Re: War files don't work

2003-07-23 Thread Rick Roberts
, if you're going to put a Context entry in server.xml for nsfs, make the docBase nsfs.war, not nsfs. Further: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Automatic%20Application%20Deployment John Rick Roberts wrote: Does the nsfs.war file go into webapps directory or into webapps

Re: invalidating sessions

2003-07-23 Thread Rick Roberts
will occur without this check. To invalidate an active session, simply do this: session.invalidate(); Hope this helps, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBCRealm - Login redirects to my image instead

2003-07-14 Thread Rick Roberts
of login.jsp, then it works like I think it should. Anyone know how to use an image in login.jsp? -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBCRealm - Login redirects to my image instead

2003-07-14 Thread Rick Roberts
-- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: No valid command found (Please ban this guy)

2003-07-12 Thread Rick Roberts
Yea! :) Noel J. Bergman wrote: That subscriber was removed about 7 hours ago. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Servlet help needed!

2003-07-12 Thread Rick Roberts
ussing servlet to develop an online apllication. I this I realy need to find A solution to my problem. Fikayo, from Nigeria -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Please help with unusual configuration

2003-07-11 Thread Rick Roberts
http://yoursite.gov (port 80) 1 Apache 1 Tomcat 1 computer -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Rick Roberts
-value0/param-value /init-param init-param param-namelistings/param-name param-valuefalse/param-value /init-param load-on-startup1/load-on-startup /servlet -- *** * Rick Roberts

JDBCRealm - Login redirects to my image instead

2003-07-11 Thread Rick Roberts
to keep my IMG in login.jsp and get redirected to index.jsp. Anyone know how to do this? -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Single Sign-On Question

2003-07-11 Thread Rick Roberts
Does Single Sign-On require an LDAP database or can I do it with just a SQL database? -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Tomcat: j_security_check: Form Authentication

2003-07-10 Thread Rick Roberts
be really great. Thanks, Bilal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced

Re: How to make Tomcat reread user's role from database

2003-07-10 Thread Rick Roberts
it'd be a common problem. Thanks, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts

Re: Tomcat: j_security_check: Form Authentication

2003-07-10 Thread Rick Roberts
? If not then, is there anyway to sync up the container auth with the session time-out? Is there anyway to invalidate the current JDBCRealm login? -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: How to make Tomcat reread user's role from database

2003-07-10 Thread Rick Roberts
Mike, I read this after I posted in the other thread. Looks like you answered some of my questions here already. Sorry 'bout that. Again, you are very helpful. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies

JDBCRealm - Session not timing out

2003-07-10 Thread Rick Roberts
Authentication Area/realm-name form-login-config form-login-page/login.jsp/form-login-page form-error-page/login_error.jsp/form-error-page /form-login-config -- /login-config /web-app -- *** * Rick Roberts

Re: JDBCRealm - Session not timing out

2003-07-10 Thread Rick Roberts
. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: JDBCRealm - Session not timing out

2003-07-10 Thread Rick Roberts
to the session object. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL

Re: JDBCRealm - Session not timing out

2003-07-10 Thread Rick Roberts
) and that there are no objects placed into the session. Thanks again for the help. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Run as nonroot user

2003-07-10 Thread Rick Roberts
You should only need to restart Apache if you have made changes to httpd.conf or to mod_jk2.conf (which is usually #Include(ed) in you httpd.conf file. Which is a pretty rare occurance for me. -- *** * Rick Roberts* * Advanced

Re: authentication question

2003-07-09 Thread Rick Roberts
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
the whole webapp -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL

Re: Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:536) Any suggestions? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:536) -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: determining version of mod_jk.so

2003-07-09 Thread Rick Roberts
However; I did a 'strings mod_jk2-2.0.43.so' and found: mod_jk2/2.0.0 Check to see if your mod_jk2.so is a sym link. Mine is linked to mod_jk2-2.0.43.so -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Where can I download latest mod_jk2.so?

2003-07-09 Thread Rick Roberts
Just realized that I don't have latest version. I can never remember where to find it. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: [off-topic] - Where can i find Oreilly's package for uploadingfi les?

2003-07-09 Thread Rick Roberts
? Thanks in advance, Euclides. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced

Re: Where can I download latest mod_jk2.so?

2003-07-09 Thread Rick Roberts
Thanks. It looks like mod_jk2-2.0.43.so is the latest for Linux. So, maybe I am current after all. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
Mike, Thanks for your time on this, you have been very helpful. I will post the solution here, if I ever get it working. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
Just a quick update. My JDBCRealm works if I use Basic AUTH. Only trouble I have now is getting Form AUTH to work. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
I'm going to start a new thread now because I no longer need help getting JDBCRealm to work. Now I need some help getting FORM AUTH to work with JDBCRealm. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Still need help with JDBCRealm

2003-07-09 Thread Rick Roberts
. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED

JDBCRealm and Session Time-Outs

2003-07-09 Thread Rick Roberts
the JDBCRealm authentication when the session times-out. How can I invalidate a JDBCRealm login? Is there a more standard approach to this problem? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

JDBCRealm first try

2003-07-08 Thread Rick Roberts
-page/login_error.jsp/form-error-page /form-login-config /login-config /web-app Any help greatly appreciated. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Anyone seen this error before?

2003-07-08 Thread Rick Roberts
Are you trying to process a NULL value? Possibly from a request.getParameter()? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
/login.jsp/form-login-page form-error-page/login_error.jsp/form-error-page /form-login-config /login-config /web-app -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBCRealm first try

2003-07-08 Thread Rick Roberts
Still haven't figured it out. Can anyone help? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: One servlet or many...

2003-07-08 Thread Rick Roberts
are basically passed through one servlet. There isn't really any process heavy stuff going on, but I'm not quite sure which way would be better as there are several distinct sections I could break it up into. Thanks for the info! -Nick -- *** * Rick Roberts

Re: Do the Webap support SSL ?

2003-07-08 Thread Rick Roberts
I could never get the Warp Connector to work. But, mod_jk2 and SSL are working fine; so far. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Rick Roberts wrote: Thanks for reply Mike. After thinkin about this message some more; I think that the reason I am getting this message is because I still have not successfully created a JDBC Realm. I'm thinking that the Roles are defined in the database that I'm not corectly reading yet

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
td align=rightinput type=submit value=Log In/td td align=leftinput type=reset/td /tr /table /body /html Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Oh! One other question. Does the tomcat-users.xml file have anything to do with setting up a JDBC Realm? -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: JDBC Realm Warning Message?

2003-07-08 Thread Rick Roberts
Basic AUTH! Gotta figure out Form Based AUTH :) Thanks again! -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Error 500 - Can't find my classes in WEB-INF/classes

2003-05-31 Thread Rick Roberts
Yea! I put my classes inside of a package within WEB-INF/classes Problem solved. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** Tim Funk wrote: See Don't

Forte4Java / Sun One Studio / Tomcat4

2003-05-30 Thread Rick Roberts
the imbeded tomcat or can I / should I just turn it off? Should I get Sun One Studio or stick with Forte4Java? Any advice greatly appreciated. Thanks -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Error 500 - Can't find my classes in WEB-INF/classes

2003-05-30 Thread Rick Roberts
:47: cannot resolve symbol [javac] symbol : class ConnectionBean [javac] location: class org.apache.jsp.viewResult_jsp [javac] ConnectionBean conn = null; [javac] ^ - What am I missing? Thanks, -- *** * Rick Roberts

Re: jkjni.so binary?

2003-05-29 Thread Rick Roberts
, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Tomcat4 / Apache2 / mod_jk2 / Redhat 9 / FalseHope RPMs

2003-05-29 Thread Rick Roberts
the cannot connect error when I try the url https://localhost/examples/; Can anyone advise me about how to proceed? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Re: Tomcat4 / Apache2 / mod_jk2 / Redhat 9 / FalseHope RPMs

2003-05-29 Thread Rick Roberts
Never mind. I got it! :) Yea! Thanks a ton to everyone who helped me. -- *** * Rick Roberts* * Advanced Information Technologies, Inc

JK2 and contexts

2003-05-29 Thread Rick Roberts
debug=0 [uri:/myApp/servlet/*] info=Prefix mapping [uri:/myApp/*.jsp] info=Extension mapping [uri:/myApp/*] info=Map the whole webapp -- myApp is not being served up. What else do I need to do? Thanks, -- *** * Rick Roberts

Re: JK2 and contexts

2003-05-29 Thread Rick Roberts
Can you show me a minimalistic Context for server.xml? Just something short and sweet, to jump start me. Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Session Tracking / User Authentication

2002-04-10 Thread Rick Roberts
Can anyone point me to a good reference for handling session tracking and user authentication? All I'm trying to do is authenticate a user (form based) and redirect them to the login page if their session times out. It should be pretty simple, but I'm having trouble with it and I can't find

Session already invalidated

2002-04-09 Thread Rick Roberts
. Thanks, Rick Roberts -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

  1   2   >