Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 43773 invoked from network); 8 Dec 2004 03:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Dec 2004 03:23:15 -0000 Received: (qmail 38197 invoked by uid 500); 8 Dec 2004 03:22:39 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38144 invoked by uid 500); 8 Dec 2004 03:22:39 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38121 invoked by uid 99); 8 Dec 2004 03:22:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO eazix-win2ks0.eazix.com) (203.177.23.162) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 19:22:37 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Help: Windows Server on Linux Client Date: Wed, 8 Dec 2004 11:23:13 +0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help: Windows Server on Linux Client thread-index: AcTc1T+iQbCgyCcNSS2fCMM94zXdNA== From: "Aris Javier" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N im just using IIS to remove 8080 port number... with the help of jk2 connector... if I will not use IIS, how to remove 8080 in URL then? thanks!=20 -----Original Message----- From: Parsons Technical Services [mailto:parsonstechnical@earthlink.net] Sent: Wednesday, December 08, 2004 10:20 AM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client With the Anonymous Access disabled, did it prompt for a login on Linux machines? If yes, then Benson has you covered. If not, then can you use Tomcat without IIS? Is there something that has to run on IIS? As for the JDBCRealm, it does not matter what the client is. Doug ----- Original Message ----- From: "Aris Javier" To: "Tomcat Users List" Sent: Tuesday, December 07, 2004 8:51 PM Subject: RE: Help: Windows Server on Linux Client Hello! I already enabled "Anonymous Access" but to no success... =3D| I think the problem is in IIS ? because http://server:8080/myApp is working in linux but request.getRemoteUser() is null... well ofcourse, the user did not login inside the domain... how can a linux user login inside the domain? If I make use of realm, the problem is solved but my URL includes 8080 port number? I want to make 8080 disappear in linux... http 401 authentication problem occurs if I use http://server/myApp... still I cannot make use of realm because how to know I the client is using linux? Thanks! -----Original Message----- From: Parsons Technical Services [mailto:parsonstechnical@earthlink.net] Sent: Monday, December 06, 2004 11:55 AM To: Tomcat Users List Subject: Re: Help: Windows Server on Linux Client Aris, Do want the only people that use the app to be domain users? If so, then you will need to implement a different security system if users will be on non windows machines. One option is the authentication roles in Tomcat. Down side is that the database of users will have to be maintained separate from AD. Pro is the users do not have to be in AD. JDBCRealm Check out: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html Also look at: http://jakarta.apache.org/tomcat/faq/windows.html If you do not need to restrict the access to the application then enable the Anonymous access. Doug www.parsonstechnical.com ----- Original Message ----- From: "Aris Javier" To: "Tomcat Users List" Sent: Sunday, December 05, 2004 9:19 PM Subject: RE: Help: Windows Server on Linux Client Thanks for your reply Brad! Inside IIS (myApp virtual directory), I have disabled "Anonymous access" and checked "integrated windows authentication"... myApp gets the user domain login name first and verify in active directory if the user exists... if the user exists, then myApp will work.. if in linux, should I enable "anonymous access" ? I will also try url with 8080 port included and see if it works in linux... http://localhost:8080/myApp -----Original Message----- From: Brad Cobb [mailto:brad.c@rmt.com.au] Sent: Monday, December 06, 2004 10:06 AM To: Tomcat Users List Subject: RE: Help: Windows Server on Linux Client Hi, > The server is Windows 2k (development pc) running tomcat 5.0.27 using > jk2 connector to run on IIS... my web apps don't have problems on > windows client... I would be looking at your IIS permissions. Are you using 'Anonymous Access' in IIS? It sounds like your Windows clients are actually authenticating under a domain account - not using the same Anonymous Access that Linux will try to use by default. If so, have you allocated the "IUSR_" account to your webapps directory through Windows Explorer? To confirm this - try un-integrating with IIS (temporarily) and see if the problem still happens. If not, then you know it's not a Tomcat issue. Brad Cobb --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org