Re: Problem with security?

2005-06-10 Thread Robert r. Sanders
I'm new at this), please let me know. -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 10:59 AM To: 'Tomcat Users List' Subject: RE: Problem with security? -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412

Re: server options

2005-05-20 Thread Robert r. Sanders
Running java -h from Windows XP w/ JRE 1.5.0_02 claims that it supports the -server flag. Try creating an environment variable JAVA_OPTS and setting it to be -server -Xmx256m. -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: What happened to the searchable list archive?

2005-05-20 Thread Robert r. Sanders
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: Accessing images through FrontController Servlet

2005-05-20 Thread Robert r. Sanders
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: Can a servlet receive its own request?

2005-05-18 Thread Robert r. Sanders
the response to its own request, and it appears that HTTPClient might enable the servlet to do this. Michael -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL

Re: Turbine? DBCP?

2005-05-03 Thread Robert r. Sanders
? Is there a good tutorial available? I'm working my way through some examples that were written in previous version of Tomcat. Can anyone provide a little direction? Thanks, List. Geoff [EMAIL PROTECTED] www.orcastech.com -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412

Re: 2 nd Try : help need for hosting the website

2005-04-29 Thread Robert r. Sanders
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How to use servlet filters without modifying webapp

2005-04-28 Thread Robert r. Sanders
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist

Re: set header in all responses

2005-04-27 Thread Robert r. Sanders
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: snmp and Nagios

2005-04-24 Thread Robert r. Sanders
] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't do logout in basic authentication

2005-04-20 Thread Robert r. Sanders
me! Thanks Otgo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: going nuts here

2005-04-20 Thread Robert r. Sanders
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: How do I restrict access to webapps applications from browser users?

2005-04-13 Thread Robert r. Sanders
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Robert r. Sanders
be on line. If I am using localhost:8080 why does it need to be on line? -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: transport guarantee in server.xml?

2005-04-05 Thread Robert r. Sanders
] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wild Card Hosting

2005-03-25 Thread Robert r. Sanders
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL

Re: Wild Card Hosting

2005-03-24 Thread Robert r. Sanders
url-pattern/ servlet mapping (/* in this example) to direct the request accordingly. This obviates the need to customize Tomcat code. However, you'll probably need a nominal monetary outlay to use the services of said DDNS provider. Read more: http://www.changeip.com/ -- Robert r

Re: [Slightly OT] MVC approach when JSP are not allowed

2005-03-19 Thread Robert r. Sanders
they both rely on JSP to ge the job done. Thank you for your time... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821

Re: Interframework Authentication.

2005-03-18 Thread Robert r. Sanders
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Start and stop Tomcat + Cron

2005-03-17 Thread Robert r. Sanders
* * * root /PATH/TO/JAKARTA/bin/startup.sh but it does work :s Any got ideas ??? Thk Cedric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Robert r. Sanders Chief Technologist

mod_jk + ssl on a virtual host.

2005-03-17 Thread Robert r. Sanders
to this? Thanks, -- Robert r. Sanders Chief Technologist iPOV (334) 821-5412 www.ipov.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_jk + ssl on a virtual host.

2005-03-17 Thread Robert r. Sanders
Caldarale, Charles R wrote: From: Robert r. Sanders [mailto:[EMAIL PROTECTED] Subject: mod_jk + ssl on a virtual host. When connecting, I can access the web application via HTTPS; however Tomcat seems unaware that the connection is secure Have you set secure=true in the connector entry