Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Scott Heitkamp
I need to turn off port 8080, so that you can only access Tomcat by going through port 8009 using Apache. Once I turn off port 8080, I no longer have a way of getting to the admin pages for Tomcat. Is there a way around this? - Discover Yahoo

RE: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Brian McGovern
You could leave 8080 on .. But restrict access to it via firewall. -Original Message- From: Scott Heitkamp [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 4:32 PM To: tomcat-user@jakarta.apache.org Subject: Turning off port 8080 but still need to access to admin pages I need

Re: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Robson dos Santos Franca
Hi there! I think you can just take the Connector port=8080 .. off from Tomcat directory/conf/server.xml. I tried here (Tomcat 5.x) and it works! Good Luck! Robson Franca Scott Heitkamp wrote: I need to turn off port 8080, so that you can only access Tomcat by going through port 8009

Re: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Parsons Technical Services
: Thursday, June 09, 2005 4:31 PM Subject: Turning off port 8080 but still need to access to admin pages I need to turn off port 8080, so that you can only access Tomcat by going through port 8009 using Apache. Once I turn off port 8080, I no longer have a way of getting to the admin pages

after install i cann't shutdown the server with port 8080

2004-11-18 Thread Tomer Avitzur
Hi , I just install tomcat 4 And the server goes up but I cann't down it , the default port set to 8080 I get c:\Program Files\Apache Group\Tomcat 4.1\binshutdown.bat Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME:

SV: after install i cann't shutdown the server with port 8080

2004-11-18 Thread Roland Carlsson
Hi! Are you sure that you have the rights to open ports? Are you sure that there arn't any other programs or instances of tomcat running at port 8080? That is the two reasons I have got that error. Regards Roland Carlsson Den 04-11-18 10.46, skrev Tomer Avitzur [EMAIL PROTECTED

changing port 8080

2004-07-19 Thread Donald Brewer
, when jasper builds the servlet class file in the work directory, it is using a config file somewhere that specifies port 8080. Does anyone know where that might be?

RE: changing port 8080

2004-07-19 Thread Dale, Matt
What does the form tag in your jsp look like? -Original Message- From: Donald Brewer [mailto:[EMAIL PROTECTED] Sent: 19 July 2004 21:29 To: Tomcat Users List Subject: changing port 8080 I have edited the conf\server.xml file to configure to port 60. The tomcat manager comes up at http

Re: changing port 8080

2004-07-19 Thread Donald Brewer
of course, i must be getting REALLY tired. thanks buddy - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, July 19, 2004 4:54 PM Subject: RE: changing port 8080 What does the form tag in your jsp look like? -Original

RE: I do not want port 8080. Anyone know how to?

2004-06-22 Thread Dale, Matt
Yup, thats the one you need. I'm a bit rusty on JK as I use JK2. Congrats. -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: 22 June 2004 01:07 To: Tomcat Users List Subject: RE: I do not want port 8080. Anyone know how to? I think I found the solution to my

Re: I do not want port 8080. Anyone know how to?

2004-06-22 Thread shiv juluru
Filip - Original Message - From: Casas, Claudia To: Tomcat Users List Sent: Monday, June 21, 2004 4:47 PM Subject: RE: I do not want port 8080. Anyone know how to? Thanks for your prompt answer. Unfortunately this solution did not work for me. When I remove the http connector

I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
Hello everyone, I have my jsps running thorugh my user directories. For example, http://mydomain.com:8080/myuser/myfile.jsp I would like see if it is possible to take out the port 8080, so that it would seem like apache is processing the page. http://my.domain.com/myuser/myfile.jsp

Re: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Filip Hanik - Dev
in conf/server.xml change 8080 to 80 - Original Message - From: Casas, Claudia [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 21, 2004 4:18 PM Subject: I do not want port 8080. Anyone know how to? Hello everyone, I have my jsps running thorugh my user

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Dale, Matt
Hi, You merely need to comment out the HTTP connector in your conf/server.xml Ta Matt -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 22:19 To: Tomcat Users List Subject: I do not want port 8080. Anyone know how to? Hello everyone, I have my

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
Thanks for your prompt answer. Unfortunately this solution did not work for me. When I remove the http connector, then I can see my web pages through apache. But I cannot see any jsp's at all. Also, If I change port 8080 to port 80 in my server.xml file; then I have the same problem. I can see

Re: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Filip Hanik - Dev
: Monday, June 21, 2004 4:47 PM Subject: RE: I do not want port 8080. Anyone know how to? Thanks for your prompt answer. Unfortunately this solution did not work for me. When I remove the http connector, then I can see my web pages through apache. But I cannot see any jsp's at all. Also, If I

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Dale, Matt
workers.properties and i'll see if I can help. Ta Matt -Original Message- From: Casas, Claudia [mailto:[EMAIL PROTECTED] Sent: 21 June 2004 22:47 To: Tomcat Users List Subject: RE: I do not want port 8080. Anyone know how to? Thanks for your prompt answer. Unfortunately this solution did not work for me

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Dale, Matt
sorry, corrected mistake below -Original Message- From: Dale, Matt Sent: 21 June 2004 22:54 To: Tomcat Users List Subject: RE: I do not want port 8080. Anyone know how to? Then it sounds like both solutions worked partly. For Filip's solution to work you would have to shut down

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
All I have in my workers.properties is the following: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 I still want apache alive. I guess my problem is just the 8080 extension. If run my jsps through tomcat with port (8080) or without it from

RE: I do not want port 8080. Anyone know how to?

2004-06-21 Thread Casas, Claudia
apache to handle all files ending in jsp through my tomcat worker. I just tested my jsps as http://my.domain.com/myacct/my.jsp, and they work beautifully. -Original Message- From: Casas, Claudia Sent: Monday, June 21, 2004 4:44 PM To: 'Tomcat Users List' Subject: RE: I do not want port 8080

RE: how to access webpages under apache/tomcat without specifying port 8080

2004-05-13 Thread Mike Curwen
look in server.xml for '8080'. Wherever it appears, change it to '80' -Original Message- From: b [mailto:[EMAIL PROTECTED] Sent: Thursday, May 13, 2004 12:50 AM To: [EMAIL PROTECTED] Subject: how to access webpages under apache/tomcat without specifying port 8080 I have

how to access webpages under apache/tomcat without specifying port 8080

2004-05-12 Thread b
I have a webserver with Apache 2.043 and Tomcat 4.1.18 and mod_jk connector. I can access my webpages locally without having to specify tomcat's port 8080. eg: http://localhost/webapps However, I have still have to specify the port number if accessing from other computers eg: http

Security Constraint works on port 8080 but not on 80 (Through mod_jk)

2004-01-14 Thread Nick
answers on port 8080 with a username/password request. and the one on apache just lets me straight in. The way I have the configs I thought it wouldn't answer at all on 8080. Can someone who has more than 1 frustrating week of experience take a look at the configs for some obvious blunder. Thanks Nix

IIS port 80 vs Tomcat port 8080.

2003-12-16 Thread charles doweary
I have Tomcat running on port 8080 and I've deployed my website successfully to my Tomcat webapps folder. I also did an Ant List to confirm that my website is running. If I set up this website in MicroSoft Internet Information Service (IIS) to use port 80, how is the request coming in on port 80

RE: IIS port 80 vs Tomcat port 8080.

2003-12-16 Thread Cocalea, Eugen
Best and fastest way: read this http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html HTH E. -Original Message- From: charles doweary [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 9:03 PM To: [EMAIL PROTECTED] Subject: IIS port 80 vs Tomcat port 8080. I have Tomcat

Re: IIS port 80 vs Tomcat port 8080.

2003-12-16 Thread The Bean
: I have Tomcat running on port 8080 and I've deployed my website successfully to my Tomcat webapps folder. I also did an Ant List to confirm that my website is running. If I set up this website in MicroSoft Internet Information Service (IIS) to use port 80, how is the request coming

Re: redirect port 8080 to 443

2003-10-14 Thread Twan Munster
Subject: RE: redirect port 8080 to 443 Can't think why this is still a problem ( it definitely works for me ) , other than a simple one of URL patterns. Does the URI /secure match the pattern /secure/*, is there a default document there which would cause a redirect that is affecting this. What

Re: redirect port 8080 to 443

2003-10-13 Thread Twan Munster
thnx for comment, but it didn't work I still can connect to http://localhost/secure/ Twan - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 11, 2003 6:38 AM Subject: Re: redirect port 8080 to 443 It's in the FAQ: http

Re: redirect port 8080 to 443

2003-10-13 Thread Twan Munster
thnx for comment, but it didn't work I still can connect to http://localhost:8080/secure/ Twan - Original Message - From: Steph Richardson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12, 2003 5:17 PM Subject: RE: redirect port 8080 to 443 You can

RE: redirect port 8080 to 443

2003-10-13 Thread Steph Richardson
://localhost/secure/somethingelse -Original Message- From: Twan Munster [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 6:17 AM To: Tomcat Users List Subject: Re: redirect port 8080 to 443 thnx for comment, but it didn't work I still can connect to http://localhost:8080/secure

RE: redirect port 8080 to 443

2003-10-12 Thread Steph Richardson
to https on the http port. e.g. : https://myserver.com:8080/secure.index.jsp Steph -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Saturday, October 11, 2003 12:39 AM To: [EMAIL PROTECTED] Subject: Re: redirect port 8080 to 443 It's in the FAQ: http

Re: redirect port 8080 to 443

2003-10-11 Thread Peter Harrison
in cocoon it is called through port 8080. Is it possible to redirect a call to port 8080 to port 443? And not for the entire server, but only for a certain directory?How is this done? Assuming you have configured tomcat correctly to handle SSL its simply a matter of using https:// rather than

redirect port 8080 to 443

2003-10-10 Thread Twan Munster
Hello, I'm using apache+mod_ssl+mod_jk to make a secure connection. But every time I call a page in cocoon it is called through port 8080. Is it possible to redirect a call to port 8080 to port 443? And not for the entire server, but only for a certain directory?How is this done? thnx Twan

Re: redirect port 8080 to 443

2003-10-10 Thread Bill Barker
It's in the FAQ: http://jakarta.apache.org/tomcat/faq/security.html#https Twan Munster [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I'm using apache+mod_ssl+mod_jk to make a secure connection. But every time I call a page in cocoon it is called through port 8080

Connecter Disabled but Still Active on Port 8080

2003-09-28 Thread Rhugga
it would appear as so: hostname.mydomain.tld.ssh *.*0 0 49152 0 LISTEN I can indeed telnet to the machine from a remote host and connect to port 8080. (however I do not know the protocol to test any commands but I do get a connection) Have I misconfigured something

running tomcat on port 80 instead of port 8080

2003-07-03 Thread Neil Zanella
Hello, Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of: !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector className

Re: running tomcat on port 80 instead of port 8080

2003-07-03 Thread Tim Funk
Try it and see what happens. (meaning yes, that should work) -Tim Neil Zanella wrote: Hello, Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of: !-- Define a non

Re: running tomcat on port 80 instead of port 8080

2003-07-03 Thread Tom Parker
On Fri, 2003-07-04 at 13:16, Neil Zanella wrote: Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of: ... Yes, that should work. However if you are running on linux

Re: running tomcat on port 80 instead of port 8080

2003-07-03 Thread Georges Roux
, Neil Zanella wrote: Sorry if this is a FAQ but how can I run Jakarta Tomcat on port 80 rather than on port 8080? I guess all I have to do is change $CATALINA_HOME/conf/server.xml so that instead of: ... Yes, that should work. However if you are running on linux, a normal user cannot bind

RE: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-09 Thread Lee Chin Khiong
But this site doesn't contain any detail configuration. -Original Message- From: Andoni [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:57 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How can I run tomcat on port 8080 and have the users think it's on port 80

Re: How can I run tomcat on port 8080 and have the users think it 's on port 80?

2003-06-09 Thread John Turner
PROTECTED] Sent: Friday, June 06, 2003 10:57 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: How can I run tomcat on port 8080 and have the users think it's on port 80? Forget mod_rewrite. You just have to use the AJP Connector that is supplied with Tomcat to connect it to Apache

How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Michael Mattox
I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it possible to run it on 8080 yet have the users access it via port 80? My admin has set it up this way but the problem is all relative links in my app show up as :8080. So once the user clicks on a link they see 8080 from

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Dominic Parry
on port 8080 and have the users think it's on port 80? I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it possible to run it on 8080 yet have the users access it via port 80? My admin has set it up this way but the problem is all relative links in my app show up

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Xavier Ambrosioni
You can use the mod_rewrite module in apache to rewrite and redirect URL from port 80 to port 8080. With this module, apache can be used as a proxy that only redirect urls to the right port. Xavier [EMAIL PROTECTED] wrote: I'd like to run Tomcat on port 80 but I don't want to run

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread John Turner
Yes, you could, but you could just use Apache with the connectors built to already do the job. John On Fri, 06 Jun 2003 14:16:33 +0200, Xavier Ambrosioni [EMAIL PROTECTED] wrote: You can use the mod_rewrite module in apache to rewrite and redirect URL from port 80 to port 8080

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Holger Klawitter
Am Freitag, 6. Juni 2003 14:08 schrieb Michael Mattox: I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it possible to run it on 8080 yet have the users access it via port 80? My admin has set it up this way but the problem is all relative links in my app show up as

RE: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Michael Mattox
We have this working for incoming requests, the problem we're having is the website uses relative links. Since tomcat is running on port 8080, a relative link has port 8080 in it. Apparently Apache isn't rewriting this before it's sent back to the client, and port 8080 shows up in the client's

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Andoni
PM Subject: RE: How can I run tomcat on port 8080 and have the users think it's on port 80? We have this working for incoming requests, the problem we're having is the website uses relative links. Since tomcat is running on port 8080, a relative link has port 8080 in it. Apparently Apache

How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Michael
I'd like to run Tomcat on port 80 but I don't want to run it as root. Is it possible to run it on 8080 yet have the users access it via port 80? My admin has set it up this way but the problem is all relative links in my app show up as :8080. So once the user clicks on a link they see 8080 from

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread John Turner
Option 1: Apache plus a connector, either JK (mod_jk) or JK2 (mod_jk2) Option 2: Apache + mod_proxy The preference is for Option 1, you are welcome to use whatever works. John On Fri, 6 Jun 2003 11:33:20 +0200, Michael [EMAIL PROTECTED] wrote: I'd like to run Tomcat on port 80 but I don't

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Scott Reynolds
One way to fake it is to have your users access a page on the web server that just frames the URL to Tomcat, hiding the real address and the fact that it's running on port 8080. I do this in a couple situations and it works out quite well--also provides a single entry point to the web application

Re: INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080

2003-03-02 Thread INDIANNIC-HOSTING
rajesh - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 11:44 AM Subject: Re: INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080 You can do one of two things... 1. Change the http1.1 connector in the server.xml

Re: INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080

2003-03-02 Thread Jacob Kjome
the above up so that we can directly access it as http://aaaonlinux.com/abc.jsp regds rajesh - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 11:44 AM Subject: Re: INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080

Re: INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080

2003-03-02 Thread INDIANNIC-HOSTING
hi thanks a lot regds rajesh - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 10:14 PM Subject: Re: INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080 Hmm You know, I haven't used Tomcat-3.3 in so long

INDIANNIC : CONFIGURING TOMCAT WITHOUT PORT 8080

2003-03-01 Thread INDIANNIC-HOSTING
Dear friends i need to configure tomcat so that i can access it without using the port 8080 i am running tomcat (on port 8080) along with apache (on port 80) on redhat linux Ii am running tomcat on windows with IIS and I was successful in using the iis redirector dll which redirects all jsp

problem with Tomcat and port 8080

2003-02-17 Thread Michael Harrison
I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary (ie. I just unpacked it and moved it into /usr/local. I ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port

A problem with Tomcat and port 8080

2003-02-17 Thread Michael Harrison
of Tomcat this morning and installed it in a separate directory under /usr/local. It's this new copy that has been returning the BindException. The sysadmin assures me that port 8080 is not being blocked on the machine, either. Thanks, Michael

Re: A problem with Tomcat and port 8080

2003-02-17 Thread Peng Tuck Kwok
Something is running on port 8080, it looks like the old tomcat is running. You could try and kill all java processes in your machine to be sure then start up your new copy. Michael Harrison wrote: I'm running (or trying to) Tomcat 4.0.6 on RedHat 8.0 for PC. I installed Tomcat from a binary

A problem with Tomcat and port 8080

2003-02-16 Thread Michael Harrison
of Tomcat this morning and installed it in a separate directory under /usr/local. It's this new copy that has been returning the BindException. The sysadmin assures me that port 8080 is not being blocked on the machine, either. Thanks, Michael

Re: A problem with Tomcat and port 8080

2003-02-16 Thread Jake Robb
ultimately hope to run it connected to Apache (2.0.44) through an ajp13 connector, but for now I just want the server to run by itself on port 8080. When I startup Tomcat, it writes an error to logs/catalina.out about a BindException: address already in use:8080. To try to shut off whatever might

Re: A problem with Tomcat and port 8080

2003-02-16 Thread Michael Harrison
and port 8080 To me, the obvious answer is that your old version of Tomcat is still running. To kill a process that won't die, use `kill -9 [PID]`. -9 is the strongest kill signal you can send. The kernel won't let the process ignore or catch the signal. What I would do, though, is remove

Re: A problem with Tomcat and port 8080

2003-02-16 Thread jmong
pm Subject: Re: A problem with Tomcat and port 8080 I deleted my old Tomcat install, and I moved the new installation into the old one's place. I made sure there were no 'java' processes running, and that Apache wasn't running either. Then I ran bin/startup.sh. But I got nothing

jvm_bind exception - port 8080 - Address in use

2002-12-13 Thread rsequeira
checked using netstat and there was no service listening on port 8080. Also to be doubly sure that there wasn't anything listening on port 8080, I started Tomcat by going to jboss-3.0.4_tomcat-4.1.12\tomcat-4.1.x\bin and typing catalina run. This time tomcat started up fine on port 8080. Am I

RE: Apache Tomcat URLs - don't want port 8080

2002-10-25 Thread Turner, John
PM To: Tomcat Users List Subject: RE: Apache Tomcat URLs - don't want port 8080 I'm using Tomcat 3.3.1 and Apache 1.3.19 on RedHat 7.1. I haven't made any changes to server.xml as it seems that this version of Tomcat is unlike earlier versions in that contexts are defined

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
Yes, you should. If you are using 8080, Apache isn't even involved in the request. John -Original Message- From: Stephen Graham [mailto:sg3;bigpond.com] Sent: Wednesday, October 23, 2002 7:41 PM To: Tomcat Users List Subject: Apache Tomcat URLs - don't want port 8080 I'm

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
Ok great, thanks for the answer. Do you have any ideas about where I might start looking to fix this? I've tried placing alias entries in smb.conf to get this to work but it doesn't seem to make any difference - I still can't access the context without specifying port 8080. For example. I've

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
I'm not clear what you have set up already and what you don't. It looks like you are using mod_jk. Do you have all the pieces? mod_jk.so and a workers.properties file? What happens when you access the URL without port 8080? Is there an error message? If so, what is it? John

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
workers.java_home worker.inprocess.jvm_lib When I try to access the context without specifying port 8080 the browser just waits and waits, with activity indicator constantly spinning. When I access the context specifying port 8080 in the URL it works properly and without error. Any suggestions greatly

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
-Original Message- From: Stephen Graham [mailto:sg3;bigpond.com] Sent: Thursday, October 24, 2002 9:34 AM To: Tomcat Users List Subject: RE: Apache Tomcat URLs - don't want port 8080 I am using mod_jk it is loaded with the following statement in the top of the 'mod_jk.conf

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
: Turner, John [mailto:JTurner;AAS.com] Sent: Thursday, 24 October 2002 23:41 To: 'Tomcat Users List' Subject: RE: Apache Tomcat URLs - don't want port 8080 OK. Do you have any JkMount statements? If so, what are they? Workers.properties should look like this (for a simple setup): # BEGIN

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Turner, John
, you can remove all references to ajp12. John -Original Message- From: Stephen Graham [mailto:sg3;bigpond.com] Sent: Thursday, October 24, 2002 10:05 AM To: Tomcat Users List Subject: RE: Apache Tomcat URLs - don't want port 8080 The only JkMount statements I have

RE: Apache Tomcat URLs - don't want port 8080

2002-10-24 Thread Stephen Graham
' Subject: RE: Apache Tomcat URLs - don't want port 8080 There should be a Host element in server.xml that matches whatever hostname you are trying to reach. If the ServerName in httpd.conf is foobar, and foobar has JkMount statements, there should be a Host element with a name parameter

Apache Tomcat URLs - don't want port 8080

2002-10-23 Thread Stephen Graham
I'm wondering about integration of Tomcat with Apache. I'm using Tomcat 3.3.1 and Apache server 1.3.19. I've inlcuded the following in my smb.conf file Include /tomcat/conf/auto/mod_jk.conf and run $TOMCAT_HOME/bin/startup.sh jkconf to create the file. I then start Apache, then Tomcat. This is

Re: Port 8080

2002-07-10 Thread Liam Morley
://my.server.name:8080/baz-jsp (or http://my.server.name:8080/examples) My question is, how can I get regular port 80 access so the client doesn't need to specify port 8080 and tomcat is integrated seamlessly with Apache? Is it something simple, like jus adjusting the port number

Re: Port 8080

2002-07-10 Thread STEVE R BURRUS
or whatever) http://my.server.name:8080/baz-jsp (or http://my.server.name:8080/examples) My question is, how can I get regular port 80 access so the client doesn't need to specify port 8080 and tomcat is integrated seamlessly with Apache? Is it something simple, like jus adjusting

Re: Port 8080

2002-07-10 Thread Jacob Kjome
need to specify port 8080 and tomcat is integrated seamlessly with Apache? Is it something simple, like jus adjusting the port number in server.xml? I have had some many configuration trials I haven't even tried this. I don't want to mess up Tomcat-Apache. Can anyone tell me

Port 8080

2002-07-09 Thread Bryan Zimmer
I've installed correctly because this was supposed to work before, and didn't: mozilla (or netscape or whatever) http://my.server.name:8080/baz-jsp (or http://my.server.name:8080/examples) My question is, how can I get regular port 80 access so the client doesn't need to specify port 8080 and tomcat

Re: Port 8080

2002-07-09 Thread Eddie Bush
) My question is, how can I get regular port 80 access so the client doesn't need to specify port 8080 and tomcat is integrated seamlessly with Apache? Is it something simple, like jus adjusting the port number in server.xml? I have had some many configuration trials I haven't even tried this. I

(NT) Can not stop Tomcat - restarting fails,complaining that port 8080 is in use

2002-06-30 Thread Eric Blische
Hello, Today I downloaded (to my NT Laptop) the Apache Http Server, version 1.3.26, and the Jakarta-Tomcat Server, version 4.0.4. Was able to run the Servlet and Jsp examples, have not modified any of the various XML config files. I first started Apache.exe, then started catalina via the

port 8080

2002-04-16 Thread Marquez, Maceo
I am brand new to the Tomcat communicty and recently installed Tomcat successfully on my win2000 pc. However, when I restart the pc, Tomcat is no longer able to start, and gives the error listed below. -I restarted the computer, nothing -I reset the %CATALINA_HOME%/conf/server.xml connector

RE: port 8080

2002-04-16 Thread Steve Vanspall
Message- From: Marquez, Maceo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 17 April 2002 4:58 AM To: '[EMAIL PROTECTED]' Subject: port 8080 I am brand new to the Tomcat communicty and recently installed Tomcat successfully on my win2000 pc. However, when I restart the pc, Tomcat is no longer able

RE: port 8080

2002-04-16 Thread Carlos A . Díaz
a.net.BindException: Address in use: JVM_Bind this error means that the port is used by another aplication. className=org.apache.catalina.connector.http.HttpConnector port=1977 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443 acceptCount=10 debug=0

Re: How to redirect port 8080 to port 443?

2002-02-15 Thread tsmets
February, 2002 8:20 AM Subject: RE: How to redirect port 8080 to port 443? Hi, -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: How to redirect port 8080 to port 443? Greetings

How to redirect port 8080 to port 443?

2002-02-14 Thread Richard S. Huntrods
Greetings! I am moving from an insecure to a secure server for Tomcat. Currently, I have both ports 8080 (for http) and ports 443 (for https) enabled in my server.xml.file. Now I have must remove port 8080 (insecure). Is there a way to redirect port 8080 to port 443 within server.xml

RE: How to redirect port 8080 to port 443?

2002-02-14 Thread Anton Brazhnyk
Hi, -Original Message- From: Richard S. Huntrods [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 6:06 PM To: [EMAIL PROTECTED] Subject: How to redirect port 8080 to port 443? Greetings! I am moving from an insecure to a secure server for Tomcat. Currently, I

jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread William Cheng
hi all how can i get the my jsp files to open without specifying port 8080 on the browser. if i dont specify 8080 and login screen pops up. thanks for any information Will -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list

Re: jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread Martin Sujkowski
, 2002 1:15 PM Subject: jsp wont open unless port 8080 is specified in browser hi all how can i get the my jsp files to open without specifying port 8080 on the browser. if i dont specify 8080 and login screen pops up. thanks for any information Will -- To unsubscribe: mailto:[EMAIL

RE: jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread Travis Schmid
Using port 8080 connects directly to Tomcat running in stand-alone mode. If you want to use port 80 (the web server standard/default), you must either use a web server and configure it to pass all *.jsp pages to Tomcat, or configure Tomcat to listen to port 80 instead of 8080. Connecting Tomcat

Re: jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread Martin Sujkowski
, January 16, 2002 3:54 PM Subject: RE: jsp wont open unless port 8080 is specified in browser Using port 8080 connects directly to Tomcat running in stand-alone mode. If you want to use port 80 (the web server standard/default), you must either use a web server and configure it to pass all

RE: jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread Travis Schmid
Subject: Re: jsp wont open unless port 8080 is specified in browser Thanks a lot for your help Travis. I dont suppose you could tell me how to configure my windows 2000 server to pass all jsp files to tomcat would you? Thanks again. martin - Original Message - From: Travis Schmid

RE: jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread Michael Wentzel
Thanks a lot for your help Travis. I dont suppose you could tell me how to configure my windows 2000 server to pass all jsp files to tomcat would you? You need to follow the link Travis provided and how to configure IIS. Windows 2000 will not pass on the request. IIS is the WebServer

FAILING TO CONNECT TO TOMCAT ON PORT 8080

2001-11-27 Thread Daliso Zuze
Hello, I am running SUSE Linux 6.2 and I have recently installed the jdk1.3.1 and tomcat 1.4.1. I ran the startup.sh script as required and it seemed to have executed properly but the server does not respond to requests on port 8080 from my web browser. If anyone has any clues I'd appreciate

How to figure out which program is using port 8080

2001-10-19 Thread k savvy
Hi, guys, Is there a way to check which program is running on port 8080? I have a system running tomcat4.0 with windows 2000 server. After I start tomcat, it always says the address is being used. When I changed to a different port number, it is running fine. I can use another port number

RE: How to figure out which program is using port 8080

2001-10-19 Thread Ylan Segal
program is using port 8080 Hi, guys, Is there a way to check which program is running on port 8080? I have a system running tomcat4.0 with windows 2000 server. After I start tomcat, it always says the address is being used. When I changed to a different port number, it is running fine. I can

RE: How to figure out which program is using port 8080

2001-10-19 Thread Josh Knowles
Try typing netstat at a dos prompt. ~josh -Original Message- From: Ylan Segal [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 4:14 PM To: [EMAIL PROTECTED] Subject: RE: How to figure out which program is using port 8080 How about stopping all services, and starting each one

Changing Tomcat Port 8080

2001-10-04 Thread Benjamin Bostow
There is a confliced between programs on port 8080. I need to change Tomcat to listen to another port other than 8080. The other aplication requires Apache to use port 8080. Can anyone tell me how to change the port number that Tomcat uses?

RE: Changing Tomcat Port 8080

2001-10-04 Thread Brett Crossley
value=8080/ /Connector change the 8080 to the port you want. Brett. -Original Message- From: Benjamin Bostow [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 1:16 PM To: [EMAIL PROTECTED] Subject: Changing Tomcat Port 8080 There is a confliced between programs

Re: Changing Tomcat Port 8080

2001-10-04 Thread Héctor Garcia Peris
At 13:16 04/10/01 -0400, you wrote: There is a confliced between programs on port 8080. I need to change Tomcat to listen to another port other than 8080. The other aplication requires Apache to use port 8080. Can anyone tell me how to change the port number that Tomcat uses? Look

Change Default port 8080

2001-09-20 Thread Sam (Ying-Hsien Ku)
Hi all, Can I running TomCat on port 80 instead 8080? Is the Tomcat can process common HTML syntax? How to modify it? I do not want to merge it to APACHE. I just want t simple web server. thank you all~

Change Default port 8080

2001-09-20 Thread Marcel Schepers
Hi, Search for 'server.xml' and do a search for '8080' in that file. Once you found it, you will see that it defines the normal HTTP port. Change it to '80' and Tomcat will listen to HTTP requests on port 80. Have fun, Marcel Sam (Ying-Hsien Ku) writes: Hi all, Can I running TomCat on port

  1   2   >