Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 87054 invoked from network); 26 May 2003 07:26:15 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 26 May 2003 07:26:15 -0000 Received: (qmail 25301 invoked by uid 97); 26 May 2003 07:28:36 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 25294 invoked from network); 26 May 2003 07:28:36 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 26 May 2003 07:28:36 -0000 Received: (qmail 84853 invoked by uid 500); 26 May 2003 07:25: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 84800 invoked from network); 26 May 2003 07:25:38 -0000 Received: from hosting-132-150.phpwebhosting.com (HELO flow.phpwebhosting.com) (64.72.132.150) by daedalus.apache.org with SMTP; 26 May 2003 07:25:38 -0000 Received: (qmail 20151 invoked by uid 508); 26 May 2003 07:25:47 -0000 Received: from unknown (HELO 192.168.1.1) (203.59.151.58) by hosting-132-150.phpwebhosting.com with SMTP; 26 May 2003 07:25:47 -0000 From: Jason Bainbridge Organization: KDE Web Team To: "Tomcat Users List" Subject: Re: configuration issue Date: Mon, 26 May 2003 15:25:54 +0800 User-Agent: KMail/1.5.9 References: <000401c3233a$c4228da0$6201a8c0@scorpio> In-Reply-To: <000401c3233a$c4228da0$6201a8c0@scorpio> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200305261525.55245.jason@jblinux.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 26 May 2003 11:56, William Richardson wrote: > I have a DNS service called DYNU. =A0I use that for remote desktop and FTP > and stuff like that. =A0I know the service works fine b/c I have used it > MANY times, but when I try to put in http://wdwr.dynu.com (which is my > domain for dynu), it doesn't work. =A0This is all I had to do to get it > work for IIS, but tomcat is obviously different. =A0Again, any help would > be greatly appreciated!! Accessing http://wdwr.dynu.com would only look for services running on por= t=20 80, where Tomcat by default listens on port 8080.=20 You have a few options, you can setup DYNU to point to 8080 (if they do tha= t,=20 I use dyns.cx and they do), you can access your machine by finding out your= =20 current dynamic IP (your modem probably has a status page for this) then us= e=20 http://your.ip.here:8080 or if you don't have any other servers running on= =20 port 80 then you can go into $TOMCAT_HOME\conf\server.xml and change 8080 t= o=20 80. REgards, =2D-=20 Jason Bainbridge KDE Web Team - http://kde.org=20 webmaster@kde.org=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org