Re: localhost log config?

2023-09-26 Thread Baron Fujimoto
Doh! Well, that was a dumb mistake. Mahalo for pointing out the obvious. On Sat, Sep 23, 2023 at 9:06 PM Konstantin Kolinko wrote: > пт, 22 сент. 2023 г. в 21:59, Baron Fujimoto : > > > >[...] > > > > I have the following defined in our logging.properties file: > > > >

Re: localhost log config?

2023-09-24 Thread Konstantin Kolinko
пт, 22 сент. 2023 г. в 21:59, Baron Fujimoto : > >[...] > > I have the following defined in our logging.properties file: > > 1catalina.org.apache.juli.AsyncFileHandler.rotatable = false > > 2localhost.org.apache.juli.FileHandler.rotatable = false > > [...] > I'm not sure why this works as

RE: localhost:8080

2011-04-09 Thread Caldarale, Charles R
From: ken dias [mailto:kend...@hotmail.com] Subject: localhost:8080 I have to type localhost:8080 to get to my webserver - tomcat 6.0.032. Before, just localhost would work. I have XP Thanks, Ken Date: Sat, 9 Apr 2011 18:26:11 +0100 Subject: Re: [ win xp and win server 2003 ]

Re: localhost:8080

2011-04-09 Thread Jonathan Rosenberg
By default, Tomcat listens on port 8080. When you type just localhost, the browser tries port 80. Did Tomcat just get reinstalled, by chance? -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary On Sat, Apr 9, 2011 at 3:14 PM, ken dias kend...@hotmail.com wrote:

Re: localhost

2011-03-06 Thread Michael Ludwig
ken dias schrieb am 06.03.2011 um 16:31 (-0500): I can ping localhost OK from the cmd line but cannot access it from my browser. i have xp and ie Anything running on port 80 at all? netstat -ano -p tcp | findstr :80 -- Michael Ludwig

RE: localhost

2011-03-06 Thread Caldarale, Charles R
From: ken dias [mailto:kend...@hotmail.com] Subject: RE: localhost status: listening, pid 1908 And what program is pid 1908? (Hint: use Task Manager.) could not key in the symbol for | (not on keyboard) I'd suggest you obtain a real keyboard... they're under $10. Even my iPhone has

RE: localhost

2011-03-06 Thread ken dias
-0600 Subject: RE: localhost From: ken dias [mailto:kend...@hotmail.com] Subject: RE: localhost status: listening, pid 1908 And what program is pid 1908? (Hint: use Task Manager.) could not key in the symbol for | (not on keyboard) I'd suggest you obtain a real keyboard... they're

RE: localhost

2011-03-06 Thread Bob Hall
Ken, --- On Sun, 3/6/11 at 6:49 PM, ken dias kend...@hotmail.com wrote: I am running Tomcat 6.0.024 server. This server is always on. Java  6 is used. Checked task manager and could not find pid 1908. Did find the vertical line on my keyboard. Ken http://localhost:8080 - Bob

RE: localhost:8080 comms problem on a mac

2009-06-15 Thread Caldarale, Charles R
From: Ken Bowen [mailto:kbo...@als.com] Subject: localhost:8080 comms problem on a mac catalina.out doesn't show any activity. What about the other Tomcat log files? I can use lsof to see that tomcat is listening on 8080 (and also on 8009). What about access from another computer (e.g.,

Re: localhost:8080 comms problem on a mac

2009-06-15 Thread Ken Bowen
Hi Chuck, Err, ...I seem to have misplaced ROOT (usually I'm a packrat, so I'll have to get a new one). I dropped another simple app in, and of course access to it works. (shamefaced...). I got started with a web-service servlet that wasn't responding got off track...time to go to bed.

Re: localhost and external requests behave differently

2006-09-05 Thread Greg Campbell
To follow up on this, it turned out to be some sort of port issue. If I turn the firewall off on the Linux server, the external URL responds fine (like the localhost URL). When I lock it back down and leave only the following ports open: 80 443 (https) 8080 8082 8443 8009 8005 22 (ssh, should