Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 25145 invoked from network); 27 Aug 2007 17:26:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 17:26:14 -0000 Received: (qmail 65036 invoked by uid 500); 27 Aug 2007 17:25:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 64956 invoked by uid 500); 27 Aug 2007 17:25:59 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 64945 invoked by uid 99); 27 Aug 2007 17:25:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 10:25:59 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of neha.sancheti@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 17:26:40 +0000 Received: by nf-out-0910.google.com with SMTP id b2so1032162nfb for ; Mon, 27 Aug 2007 10:25:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ldfNC0+aiVXCWSa9Fcc5QQyNgxoB7ukJTV2w4rzfSy7HFDHOhfeOsgj39B3uXzBrhWMUaFneZ9LHUdUXekhSLnf7Z1/tgz1BJwadVW/3LXC5pW/yJqFm2DZ8XtTLOhPpNMoqWf+VK/JiVnDq8cHr1VuCs9XGz9AlTIjxbpi4YBg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Wm9A/0igKoEOowsV4FAzDkF+D03PAX+9w6rCtQ3t+S2VoLrdwCX57S8U8MNQwfz3SwKM4bzoXgaI9oJIa8kCqzP00V8+PzkFAbliixik5CUy7ubQpz8GMHLJz46vlp6gkaXDolHaxqcrWz/Dkgmi5xF5kwrsh04nBrt1WSzd1Hw= Received: by 10.78.149.15 with SMTP id w15mr4126370hud.1188235526994; Mon, 27 Aug 2007 10:25:26 -0700 (PDT) Received: by 10.78.134.17 with HTTP; Mon, 27 Aug 2007 10:25:26 -0700 (PDT) Message-ID: <78e188a40708271025k63bfd0b2h4525956e06c40f30@mail.gmail.com> Date: Mon, 27 Aug 2007 22:55:26 +0530 From: "Neha Sancheti" To: users@tomcat.apache.org Subject: Fwd: regarding a bug while verifying that a server can start. In-Reply-To: <78e188a40708271013i5f8332f0m801c7c20b0dcfb76@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_82567_21364985.1188235526868" References: <78e188a40708271004m4a6f8317jde347272b4fc72fa@mail.gmail.com> <78e188a40708271013i5f8332f0m801c7c20b0dcfb76@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_82567_21364985.1188235526868 Content-Type: multipart/alternative; boundary="----=_Part_82568_15334896.1188235526868" ------=_Part_82568_15334896.1188235526868 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline hi, I am having a problem while using tomcat. I have installed tomcat in the following destination:"F:/WinApps/Tomcat 5..5" I successfully installed it and have set my JAVA_HOME and CATALINA_HOME variables to ".;F:\WinApps\Tomcat 5.5\" and "F:\WinApps\Java\jdk 1.5" respectively. My CLASSPATH is ".;F:\WinApps\Java\jre1.5.0_12\lib\ext\mysql- connector-java-5.0.7-bin.jar;F:\WinApps\Tomcat 5.5\common\lib\jsp-api;F:\WinApps\Tomcat 5.5\common\lib\servlet-api" Also the two files: 1)context.xml : It has beeen modified from ...... to 2) server.xml: The server mapping and invoker servlet have been uncommented. Problem: Now when i verify that my server can start: I type in the browser-"Internet Explorer"---http://localhost:8080 . On this ,it displayes a dialog box asking the username and password. I am attaching the snapshot of this dialog box and my tomcat-users.xmlfile. The problem is : Whatever usernames and password i enter, it tells me "Unauthorised User". I cannot understand why is it asking me for a username or password when i haven't specified any password. Also all combinations have been tried. Please help me. i am stuck here. Regards, Neha Sancheti. ------=_Part_82568_15334896.1188235526868 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
hi,
 
I am having a problem while using tomcat.
I have installed tomcat in the following destination:"F:/WinApps/Tomcat 5..5"
 
I successfully installed it and have set my JAVA_HOME and CATALINA_HOME variables to  ".;F:\WinApps\Tomcat 5.5\" and "F:\WinApps\Java\jdk 1.5" respectively.
 
My CLASSPATH is ".;F:\WinApps\Java\jre1.5.0_12\lib\ext\mysql-connector-java-5.0.7-bin.jar;F:\WinApps\Tomcat 5.5\common\lib\jsp-api;F:\WinApps\Tomcat 5.5\common\lib\servlet-api"
 
Also the two files:
1)context.xml :
     It has beeen modified  from  <Context>......  to <Context reloadable="true">
2) server.xml:
     The server mapping and invoker servlet have been uncommented.
 
Problem:
   Now when i verify that my server can start:
   I type in the browser-"Internet Explorer"---http://localhost:8080 .
  On this ,it displayes a dialog box asking the username and password.
  I am attaching the snapshot of this dialog box and my tomcat-users.xml file.
 
 The problem is : Whatever usernames and password i enter, it tells me "Unauthorised User".
 
 
I cannot understand why is it asking me for a username or password when i haven't specified any password.
Also all combinations have been tried.
 
   Please help me. i am stuck here.
 
Regards,
 
Neha Sancheti.


------=_Part_82568_15334896.1188235526868-- ------=_Part_82567_21364985.1188235526868 Content-Type: text/xml; name=tomcat-users.xml; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: base64 X-Attachment-Id: f_f5v7rzrl Content-Disposition: attachment; filename="tomcat-users.xml" PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4NCjx0b21jYXQtdXNlcnM+DQog IDxyb2xlIHJvbGVuYW1lPSJ0b21jYXQiLz4NCiAgPHJvbGUgcm9sZW5hbWU9InJvbGUxIi8+DQog IDxyb2xlIHJvbGVuYW1lPSJtYW5hZ2VyIi8+DQogIDxyb2xlIHJvbGVuYW1lPSJhZG1pbiIvPg0K ICA8dXNlciB1c2VybmFtZT0idG9tY2F0IiBwYXNzd29yZD0idG9tY2F0IiByb2xlcz0idG9tY2F0 Ii8+DQogIDx1c2VyIHVzZXJuYW1lPSJib3RoIiBwYXNzd29yZD0idG9tY2F0IiByb2xlcz0idG9t Y2F0LHJvbGUxIi8+DQogIDx1c2VyIHVzZXJuYW1lPSJyb2xlMSIgcGFzc3dvcmQ9InRvbWNhdCIg cm9sZXM9InJvbGUxIi8+DQogIDx1c2VyIHVzZXJuYW1lPSIiIHBhc3N3b3JkPSIiIHJvbGVzPSJh ZG1pbixtYW5hZ2VyIi8+DQo8L3RvbWNhdC11c2Vycz4NCg== ------=_Part_82567_21364985.1188235526868 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org ------=_Part_82567_21364985.1188235526868--