RE: type in twice for basic authentication???

2004-10-02 Thread Mark Thomas
What version of tomcat? -Original Message- From: Stephen Charles Huey [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 11:38 PM To: Tomcat Users List Subject: Re: type in twice for basic authentication??? Yeah, I need some major help on this to figure out what's going

Re: RE: type in twice for basic authentication???

2004-10-02 Thread steve
Due to increasing levels of spam, this email address no longer receives email. To contact us, please go to http://takanomi.com/contact.php. [If you publish an ezine or newsletter to which we are subscribed, or own an affiliate program or service of which we are a member, please visit the

mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Antony Paul
Hi , I want Apache to rewrite the URL's before passing it to Tomcat. It is rewriting the URL(from rewrite_log) but when passed to Tomcat it is sending original URL ?. I want to pass the rewritten URL. How to achieve this ?. Using Apache 1.3.29 Tomcat 4.1.30 mo_jk(JK) AJP13 connector. setting

RE: webdav servlet file path; documentation

2004-10-02 Thread Mark Thomas
From: Garret Wilson [mailto:[EMAIL PROTECTED] Something like this: Context docBase=C:\webapps\mywebapp.war Parameter name=webdavBase value=C:\data\mywebappdata\/ /Context This should be a parameter of the webdav servlet rather than a context one. I can't imagine why this wouldn't be

Re: tomcat 5.x windows installer

2004-10-02 Thread Christopher Watson
Shapira, Yoav wrote: OK I had a fleeting success by re installing jdk1.5.0 and tomcat 5.0.28 to their default directories. The installer went passed the jvm freeze point all the way to completion. Intoxicated by my success I turned my firewall back on and ran the uninstaller. The firewall

Re: mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Mark Lowe
You can rewrite urls as you would without jk .. JK only cares about urls that match the mounts typically /*.jsp, /servlet/*, /*.do or /*.jsf Mark On 2 Oct 2004, at 11:36, Antony Paul wrote: Hi , I want Apache to rewrite the URL's before passing it to Tomcat. It is rewriting the URL(from

Re: mod_rewrite pass rewrited URL to mod_jk how ?

2004-10-02 Thread Antony Paul
Using PT flag only helped me to pass the relevant request to Tomcat. I found it at http://helma.org/docs/howtos/mod_jk/. rgds Antony Paul On Sat, 2 Oct 2004 13:57:35 +0200, Mark Lowe [EMAIL PROTECTED] wrote: You can rewrite urls as you would without jk .. JK only cares about urls that match

How do I configure Tomcat to write to a Serial Port?

2004-10-02 Thread Donald Horrell \(BT\)
I've downloaded and installed the Java Communications API (version 2) and Tomcat 5.0.25. The whole lot uses Java 1.4.0. My servlet is below, but when I invoke it, I get a log and an exception: Serial port is already in use. javax.servlet.ServletException comms.Send.init(Send.java:55)

Re: How do I configure Tomcat to write to a Serial Port?

2004-10-02 Thread Parsons Technical Services
What OS? - Original Message - From: Donald Horrell (BT) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 02, 2004 9:04 AM Subject: How do I configure Tomcat to write to a Serial Port? I've downloaded and installed the Java Communications API (version 2) and Tomcat

Tomcat 4 and Tomcat 5 on same machine?

2004-10-02 Thread Rhino
Can anyone tell me: If it is possible to have an instance of Tomcat 4.1.x on the same Linux Mandrake server as an instance of Tomcat 5.x? How to set things up so that both instances run as services but are independent from one another, i.e. each can be started/stopped separately

Re: Tomcat 4 and Tomcat 5 on same machine?

2004-10-02 Thread Hassan Schroeder
Rhino wrote: 1. If it is possible to have an instance of Tomcat 4.1.x on the same Linux Mandrake server as an instance of Tomcat 5.x? 2. How to set things up so that both instances run as services but are independent from one another, i.e. each can be started/stopped

Security Constraint - Tomcat 5.0

2004-10-02 Thread Omar Adobati
Goodmorning all, Can I set a security constraint saying that i need to protect all except a directory or a certain file? My folder tree is quite like this one: myApp | + - - /images/ | + - - /WEB-INF/ | + -- *.jsp files Well, what I need is to protect all, but to

Re: Reducing network traffic for rollover images

2004-10-02 Thread Robert Hunt
After some analysis and trial error, I've found** that the correct JS syntax in this application is: {HTMLElement}.style.backgroundImage = 'url( ' + img1.src + ')'; where {HTMLElement} would be this as in: a href=xxx onmouseover=this.style.backgroundImage = 'url(' + img1.src +

Re: Reducing network traffic for rollover images

2004-10-02 Thread Robert Hunt
To clarify: Watching the Tomcat access log and using permutations of CSS and the FrankZ/jscript-caching-strategy to achieve the rollover effects, I've found that the background image is requested: IExplore 6.0Netscape 7.2 -

Re: Reducing network traffic for rollover images

2004-10-02 Thread Robert Koberg
Robert Hunt wrote: To clarify: Watching the Tomcat access log and using permutations of CSS and the FrankZ/jscript-caching-strategy to achieve the rollover effects, I've found that the background image is requested: IExplore 6.0Netscape 7.2

Re: Reducing network traffic for rollover images

2004-10-02 Thread Frank W. Zammetti
Yep, turns out this is a known issue with IE. I guess that's the reason CSS-based mouseovers aren't used much more often. You may want to take a different approach here... Consider doing what is probably the more common approach, which is to have two versions of your menu items, a normal

Re: Reducing network traffic for rollover images

2004-10-02 Thread Frank W. Zammetti
I really think this is a case where we might be trying to hard to be innovative... Just do the typical two versions of an image and some scripting approach. Sure, slightly less maintainable, and yes, not quite as elegant code-wise, but it's a proven method that works across just about any

RE: newbie questions

2004-10-02 Thread Cameron Roe
Thanks QM! -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: October 1, 2004 4:05 PM To: Tomcat Users List Subject: Re: newbie questions On Fri, Oct 01, 2004 at 03:42:09PM -0600, Cameron Roe wrote: : Ok so here goes. I want a have a version of the JavaDoc for the Java Servlet

AW: newbie questions

2004-10-02 Thread Steffen Heil
Hi Finally for the stupid question of the day. I notice alot of information re: merging apache and tomcat. My question is why? I'm assuming the Apache is better at serving web pages that Tomcat but is that the only reason? It would seem that for a small website, just having Tomcat would be fine.

Re: Search engine friendly URLs

2004-10-02 Thread Dov Rosenberg
Use URL Rewriting with Apache. That will do what you are looking for. On 10/2/04 11:53 AM, Ben [EMAIL PROTECTED] wrote: Hi Is it possible to make the URLs on my site search engine friendly? I am using Tomcat and Struts. I would like to turn:

Re: Search engine friendly URLs

2004-10-02 Thread Ben
I would like to use Tomcat alone On Sat, 02 Oct 2004 19:37:35 -0400, Dov Rosenberg [EMAIL PROTECTED] wrote: Use URL Rewriting with Apache. That will do what you are looking for. On 10/2/04 11:53 AM, Ben [EMAIL PROTECTED] wrote: Hi Is it possible to make the URLs on my site