Keystore problems connecting external service
Hi, In my servlet code I'm using axis to call out to a web service that requires SSL. I created a jssecacerts file. On my dev box I copied the file into the $JAVA_HOME/lib/security/cacerts file, all is well. On my real system I cannot do that since it is a shared Java install. So instead I added: -Djavax.net.ssl.keyStore=/home/me/jssecacerts -Djavax.net.ssl.trustStore=/home/me/jssecacerts to the Catalina options. I can see via ps that the params are being passed properly. However I still get the same error as if the files werent there. Any thoughts on what I'm doing wrong? Thanks, Frank -- View this message in context: http://www.nabble.com/Keystore-problems-connecting-external-service-tf4731827.html#a13530209 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problems connecting
If your router have port forwarding try that. Wayne Bragg <[EMAIL PROTECTED]> wrote: For what it's worth. I wouldn't be so quick, did he ever say what error page he was getting from outside? This happened to me and it was because I wasn't handing off the NEW app code to Tomcat from httpd jk connector ie: JkMount /what-ever-your-app/*.jsp ajp13worker1. Depends on how he set up Tomcat. It was an obvious mistake from a newbie. - Original Message - From: "Peter Crowther" To: "Tomcat Users List" Sent: Monday, March 05, 2007 9:03 AM Subject: RE: Problems connecting > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > The point is when I change localhost with a real ip > 62.56.xxx.xxx I cannot > connect to the server, but the nice things is if in my > cellphone I enter > the address http://62.56.xxx.xxx:8080 I got the tipical > welcome page of > Tomcat. So is not the firewall is not the router.. I guess is > something > that I have to set up, but trust me I don't know where... So: - You have a NATted network - From the machine hosting Tomcat, you can connect using localhost - From the outside world, you can connect using the external IP address - From inside the NAT, you cannot connect using the external IP address Is that correct? If so, this sounds like a common feature with cheap routers - they don't all route requests for their external IP correctly from within the NATted subnet. My old router had this problem. Buy a better router or accept that you won't be able to test the application on the external IP from inside :-). If any of my assumptions are wrong, tell us - we're going to need more information about your network to help debug this, I think. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.7/711 - Release Date: 3/5/2007 9:41 AM - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Any questions? Get answers on any topic at Yahoo! Answers. Try it now.
Re: Problems connecting
For what it's worth. I wouldn't be so quick, did he ever say what error page he was getting from outside? This happened to me and it was because I wasn't handing off the NEW app code to Tomcat from httpd jk connector ie: JkMount /what-ever-your-app/*.jsp ajp13worker1. Depends on how he set up Tomcat. It was an obvious mistake from a newbie. - Original Message - From: "Peter Crowther" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 05, 2007 9:03 AM Subject: RE: Problems connecting From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] The point is when I change localhost with a real ip 62.56.xxx.xxx I cannot connect to the server, but the nice things is if in my cellphone I enter the address http://62.56.xxx.xxx:8080 I got the tipical welcome page of Tomcat. So is not the firewall is not the router.. I guess is something that I have to set up, but trust me I don't know where... So: - You have a NATted network - From the machine hosting Tomcat, you can connect using localhost - From the outside world, you can connect using the external IP address - From inside the NAT, you cannot connect using the external IP address Is that correct? If so, this sounds like a common feature with cheap routers - they don't all route requests for their external IP correctly from within the NATted subnet. My old router had this problem. Buy a better router or accept that you won't be able to test the application on the external IP from inside :-). If any of my assumptions are wrong, tell us - we're going to need more information about your network to help debug this, I think. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.7/711 - Release Date: 3/5/2007 9:41 AM - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [OT] RE: Problems connecting
> [Marking off-topic as this is a network problem, not a Tomcat problem - > but having the thread in the archive may help others] > >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> For this reason I start to think that is something related with cheap >> router, my one is a Zystel Prestige 600 & effectly I cannot do a lot.. > > OK. Try the following: > > - Find a proxy server that you can connect to (most ISPs have a proxy > server - check the instructions for your account - or use a free one). > > - Change your browser to use that proxy server. > > - Verify that the proxy works by browsing to www.google.com or similar. > > - Now try to browse to your own page using the external IP address. > Does it work? > > - Finally, you probably want to take out the proxy settings from your > browser. > > If it works, the problem is almost certainly the router: browsing from > inside your network fails, but browsing via a proxy outside your network > succeeds. If it still fails, we have more debugging to do. > > - Peter > Ok I'll let you know if Im able to do that ;-) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
Ok what I did is uncomment this part in server.xml I don't know if is the right one... - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[OT] RE: Problems connecting
[Marking off-topic as this is a network problem, not a Tomcat problem - but having the thread in the archive may help others] > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > For this reason I start to think that is something related with cheap > router, my one is a Zystel Prestige 600 & effectly I cannot do a lot.. OK. Try the following: - Find a proxy server that you can connect to (most ISPs have a proxy server - check the instructions for your account - or use a free one). - Change your browser to use that proxy server. - Verify that the proxy works by browsing to www.google.com or similar. - Now try to browse to your own page using the external IP address. Does it work? - Finally, you probably want to take out the proxy settings from your browser. If it works, the problem is almost certainly the router: browsing from inside your network fails, but browsing via a proxy outside your network succeeds. If it still fails, we have more debugging to do. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
> I'm still not clear on what the problem is. Are you saying your > application doesn't function properly when accessed from the cell phone? > What does happen when you try to do so? (Tell us exact error messages, > etc.) The error is intercepted by the application in a try catch construct and happen when I open an HTTP/GET connection. From the Tomcat log folder there are nothing > You can also enable the AccessLogValve in > server.xml to see if the request ever reaches Tomcat. I don't have any idea how to do that but I'll start to have a look of the file - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
> - You have a NATted network I guess yes > - From the machine hosting Tomcat, you can connect using localhost yes > - From the outside world, you can connect using the external IP address yes > - From inside the NAT, you cannot connect using the external IP address yes, but in this case is not completely true, coz I can (using Apache on port 85 - 80 reply the router) get access For this reason I start to think that is something related with cheap router, my one is a Zystel Prestige 600 & effectly I cannot do a lot.. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Re: Problems connecting > > Ok I tried, if in the emulator I use the real IP I got the > same problem I cannot connect. Thru my favorite browser (of > course firefox) if I put http://62.56.xxx.xxx:8080 I got > back an error page... What error page? You need to provide explicit, exact details. Does your server box have its own firewall that's blocking port 8080 from the outside? (You didn't tell us what platform you're running Tomcat on, or even what version of Tomcat.) - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: Problems connecting > > The point Chuck is that really I don't know could be my > application, but then why it works with localhost & not > via real IP, I'm still not clear on what the problem is. Are you saying your application doesn't function properly when accessed from the cell phone? What does happen when you try to do so? (Tell us exact error messages, etc.) If it is just the app that's not working, look in the Tomcat logs for possible problems. You can also enable the AccessLogValve in server.xml to see if the request ever reaches Tomcat. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problems connecting
> Hi, > > Why don't you try http://62.56.xxx.xxx:8080 with the j2me emulator ? > If it works that way we may conclude that you have a j2me issue. > If not it may be a tomcat conf problem. > > You should also access the url through your favorite browser (firefox) ... > > Tell us the results ! > > regards, > Nicolas Ok I tried, if in the emulator I use the real IP I got the same problem I cannot connect. Thru my favorite browser (of course firefox) if I put http://62.56.xxx.xxx:8080 I got back an error page... Roberto - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > The point is when I change localhost with a real ip > 62.56.xxx.xxx I cannot > connect to the server, but the nice things is if in my > cellphone I enter > the address http://62.56.xxx.xxx:8080 I got the tipical > welcome page of > Tomcat. So is not the firewall is not the router.. I guess is > something > that I have to set up, but trust me I don't know where... So: - You have a NATted network - From the machine hosting Tomcat, you can connect using localhost - From the outside world, you can connect using the external IP address - From inside the NAT, you cannot connect using the external IP address Is that correct? If so, this sounds like a common feature with cheap routers - they don't all route requests for their external IP correctly from within the NATted subnet. My old router had this problem. Buy a better router or accept that you won't be able to test the application on the external IP from inside :-). If any of my assumptions are wrong, tell us - we're going to need more information about your network to help debug this, I think. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Problems connecting
Hi, Why don't you try http://62.56.xxx.xxx:8080 with the j2me emulator ? If it works that way we may conclude that you have a j2me issue. If not it may be a tomcat conf problem. You should also access the url through your favorite browser (firefox) ... Tell us the results ! regards, Nicolas [EMAIL PROTECTED] wrote: Hi experts, let me explain the situation first & let me tell you that Im really newbie with application server. What I done is a Java application (J2ME) that works over cellphone, with the java toolkit I got an emulator & my application works properly, I send a request the servlet over Tomcat reply properly... Of course in testing Im working with localhost:8080/blabla/bla The point is when I change localhost with a real ip 62.56.xxx.xxx I cannot connect to the server, but the nice things is if in my cellphone I enter the address http://62.56.xxx.xxx:8080 I got the tipical welcome page of Tomcat. So is not the firewall is not the router.. I guess is something that I have to set up, but trust me I don't know where... Could you help me pls Cheers Roberto - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
>> >> The point is when I change localhost with a real ip >> 62.56.xxx.xxx I cannot connect to the server, but >> the nice things is if in my cellphone I enter the >> address http://62.56.xxx.xxx:8080 I got the tipical >> welcome page of Tomcat. > > The above statement is self-contradictory: in one part you say you > cannot connect to the server, but then immediately demonstrate that you > are able to do so. What's the real problem? > > - Chuck The point Chuck is that really I don't know could be my application, but then why it works with localhost & not via real IP, I know that 127.0.0.1 don't go out... but since Im not an expert of network stuff I can't figure it out. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: Problems connecting
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Problems connecting > > The point is when I change localhost with a real ip > 62.56.xxx.xxx I cannot connect to the server, but > the nice things is if in my cellphone I enter the > address http://62.56.xxx.xxx:8080 I got the tipical > welcome page of Tomcat. The above statement is self-contradictory: in one part you say you cannot connect to the server, but then immediately demonstrate that you are able to do so. What's the real problem? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Problems connecting
Hi experts, let me explain the situation first & let me tell you that Im really newbie with application server. What I done is a Java application (J2ME) that works over cellphone, with the java toolkit I got an emulator & my application works properly, I send a request the servlet over Tomcat reply properly... Of course in testing Im working with localhost:8080/blabla/bla The point is when I change localhost with a real ip 62.56.xxx.xxx I cannot connect to the server, but the nice things is if in my cellphone I enter the address http://62.56.xxx.xxx:8080 I got the tipical welcome page of Tomcat. So is not the firewall is not the router.. I guess is something that I have to set up, but trust me I don't know where... Could you help me pls Cheers Roberto - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
> From: Daniela Marangoni [mailto:[EMAIL PROTECTED] > Subject: R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER > > Do you I need to define 8080 on file services located on the > directory: > Winnt\system32\drivers?? No. But, ping will not tell you if a specific port is blocked by your Windows firewall. Let's get back to basics: do you see the Tomcat welcome page when entering http://localhost:8080? If not, then it's likely the Windows firewall installed on your system that is disabling traffic on that port. Use the firewally GUI to make that port valid. Also, when Tomcat is running, what does netstat -a say about ports being listened to? Are you using a standard Tomcat download? Are there any other changes you have made to it besides adding the userids? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
Il giorno ven, 27/10/2006 alle 11.31 +0200, Daniela Marangoni ha scritto: > Hi > I have tried with user test > > > > > > > > > > > > > > > but I still have the same problems . After trying to connect three times to: > > Site: 127.0.0.1 > Port : 8080 > Realm : XDB > Username=test > Password=test > > I receive as answer: > Unauthorized > Usually this error is generated because of the in ${catalina.home}/server/webapps/manager/WEB-INF/web.xml. Have you tried to remove the constraint to see if you can access without any user/password? What about the admin application? Do you have the same problem with that or does it work? Check also that: * in conf/server.xml there's a GlobalNamingResource named UserDatabase (org.apache.catalina.UserDatabase) referencing the file conf/tomcat-users.xml * the default service/engine contains a Realm of type org.apache.catalina.realm.UserDatabaseRealm referencing the UserDatabase above. * the file conf/[your-engine]/localhost/manager.xml contains a ResourceEnvRef referencing the UserDatabse above (to be honest this should not be an issue with authentication, but... just to be sure). Ciao, Davide Romanini Ciao, Davide Romanini signature.asc Description: Questa è una parte del messaggio firmata digitalmente
R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
I have tried to stop and restart service but I still have the same error. About the user I have tried with user teste not test as I said on my e-mail. Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: David Smith [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 11.43 A: Tomcat Users List Oggetto: Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER Yes, when using the memory realm (tomcat-users.xml), bounce tomcat on every change. Also (and this might be a typo in the email) use username and password 'teste' as entered in the tomcat-users.xml. You said below you tried the username and password 'test'. --David Daniela Marangoni wrote: > Hi > I have tried with user test > > > > > > > > > > > > > > > but I still have the same problems . After trying to connect three times to: > > Site: 127.0.0.1 > Port : 8080 > Realm : XDB > Username=test > Password=test > > I receive as answer: > Unauthorized > > Should I stop and restart Tomcat Server after adding a new user to > tomcat-users.xml? > > Datamanagement S.p.A > Ing.Daniela Marangoni > Via S. Cavina 7 - 48100 Ravenna > Tel: 0544 503505 > Cell: 3473553749 > [EMAIL PROTECTED] > > > -Messaggio originale- > Da: Davide Romanini [mailto:[EMAIL PROTECTED] > Inviato: venerdì 27 ottobre 2006 11.22 > A: Tomcat Users List > Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER > > Il giorno ven, 27/10/2006 alle 10.39 +0200, Daniela Marangoni ha > scritto: > >> Hi >> >> Although I have installed Tomcat 5.5 using the default directory the >> installation gives me and have defined password as you can see on the >> attached file >> >> When I try to connect to Tomcat Manager I receive the message >> >> "Unauthorized" when connecting to http://127.0.0.1:8080/ >> >> what should be the problem? >> >> Can you help me? >> >> Thank you! >> >> > > You should try to connect using a user with "manager" role (in your file > the only one is the user "admin"). > > Ciao, > Davide Romanini > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
Yes, when using the memory realm (tomcat-users.xml), bounce tomcat on every change. Also (and this might be a typo in the email) use username and password 'teste' as entered in the tomcat-users.xml. You said below you tried the username and password 'test'. --David Daniela Marangoni wrote: Hi I have tried with user test but I still have the same problems . After trying to connect three times to: Site: 127.0.0.1 Port : 8080 Realm : XDB Username=test Password=test I receive as answer: Unauthorized Should I stop and restart Tomcat Server after adding a new user to tomcat-users.xml? Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Davide Romanini [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 11.22 A: Tomcat Users List Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER Il giorno ven, 27/10/2006 alle 10.39 +0200, Daniela Marangoni ha scritto: Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have defined password as you can see on the attached file When I try to connect to Tomcat Manager I receive the message "Unauthorized" when connecting to http://127.0.0.1:8080/ what should be the problem? Can you help me? Thank you! You should try to connect using a user with "manager" role (in your file the only one is the user "admin"). Ciao, Davide Romanini - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
R: PROBLEMS CONNECTING TO TOMCAT MANAGER
Hi I have tried with user test but I still have the same problems . After trying to connect three times to: Site: 127.0.0.1 Port : 8080 Realm : XDB Username=test Password=test I receive as answer: Unauthorized Should I stop and restart Tomcat Server after adding a new user to tomcat-users.xml? Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Davide Romanini [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 11.22 A: Tomcat Users List Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER Il giorno ven, 27/10/2006 alle 10.39 +0200, Daniela Marangoni ha scritto: > Hi > > Although I have installed Tomcat 5.5 using the default directory the > installation gives me and have defined password as you can see on the > attached file > > When I try to connect to Tomcat Manager I receive the message > > "Unauthorized" when connecting to http://127.0.0.1:8080/ > > what should be the problem? > > Can you help me? > > Thank you! > You should try to connect using a user with "manager" role (in your file the only one is the user "admin"). Ciao, Davide Romanini - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: PROBLEMS CONNECTING TO TOMCAT MANAGER
Il giorno ven, 27/10/2006 alle 10.39 +0200, Daniela Marangoni ha scritto: > Hi > > Although I have installed Tomcat 5.5 using the default directory the > installation gives me and have defined password as you can see on the > attached file > > When I try to connect to Tomcat Manager I receive the message > > "Unauthorized" when connecting to http://127.0.0.1:8080/ > > what should be the problem? > > Can you help me? > > Thank you! > You should try to connect using a user with "manager" role (in your file the only one is the user "admin"). Ciao, Davide Romanini signature.asc Description: Questa è una parte del messaggio firmata digitalmente
R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
Do you I need to define 8080 on file services located on the directory: Winnt\system32\drivers?? Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Stephan Schöffel [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 10.55 A: Tomcat Users List Oggetto: Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER ping localhost >How can I see if the localhost >is locked? > > - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
R: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
My localhost is not locked because when i ping it , I receive: Pinging serveruni [127.0.0.1] with 32 bytes of data: Reply from 127.0.0.1: bytes=32 time<10ms TTL=128 Reply from 127.0.0.1: bytes=32 time<10ms TTL=128 Reply from 127.0.0.1: bytes=32 time<10ms TTL=128 Reply from 127.0.0.1: bytes=32 time<10ms TTL=128 Ping statistics for 127.0.0.1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms What could be the problem? Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Stephan Schöffel [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 10.55 A: Tomcat Users List Oggetto: Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER ping localhost >How can I see if the localhost >is locked? > > - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: R: PROBLEMS CONNECTING TO TOMCAT MANAGER
ping localhost How can I see if the localhost is locked? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
R: PROBLEMS CONNECTING TO TOMCAT MANAGER
I don't think so because if I install it on a local computer I don't have any problems in connecting to Tomcat. Do you think that any upgrade of Windows2000 could have locked the localhost? How can I see if the localhost is locked? Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Roberto Marra [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 10.48 A: Tomcat Users List Oggetto: Re: PROBLEMS CONNECTING TO TOMCAT MANAGER Hello Daniela, there are no firewall there in your system that lock the localhost? Did you check that? Cheers Roberto Montefiore SA CH-6934 Lugano-Bioggio Daniela Marangoni ha scritto: > Hi > > Although I have installed Tomcat 5.5 using the default directory the > installation gives me and have defined password as you can see on the > attached file > > When I try to connect to Tomcat Manager I receive the message > > "Unauthorized" when connecting to http://127.0.0.1:8080/ > > what should be the problem? > > Can you help me? > > Thank you! > > > > INSTALLATION > > Windows Server 2000 Service Pack4 > > Defined > > JAVA_HOME= c:\Program Files\Java\jdk1.5.0_06\ > > TOMCAT_HOME=C:\Program Files\Apache Software Foundation\Tomcat 5.5 > > Ho aggiunto alla PATH sia la JAVA_HOME sia la TOMCAT_HOME > > > > Rimango in attesa di una vostra risposta > > > > Datamanagement S.p.A > > Ing.Daniela Marangoni > > Via S. Cavina 7 - 48100 Ravenna > > Tel: 0544 503505 > > Cell: 3473553749 > > [EMAIL PROTECTED] > > > > > - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: PROBLEMS CONNECTING TO TOMCAT MANAGER
Hello Daniela, there are no firewall there in your system that lock the localhost? Did you check that? Cheers Roberto Montefiore SA CH-6934 Lugano-Bioggio Daniela Marangoni ha scritto: Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have defined password as you can see on the attached file When I try to connect to Tomcat Manager I receive the message "Unauthorized" when connecting to http://127.0.0.1:8080/ what should be the problem? Can you help me? Thank you! INSTALLATION Windows Server 2000 Service Pack4 Defined JAVA_HOME= c:\Program Files\Java\jdk1.5.0_06\ TOMCAT_HOME=C:\Program Files\Apache Software Foundation\Tomcat 5.5 Ho aggiunto alla PATH sia la JAVA_HOME sia la TOMCAT_HOME Rimango in attesa di una vostra risposta Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED]
I: PROBLEMS CONNECTING TO TOMCAT MANAGER
I forgot to attach the file Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] -Messaggio originale- Da: Daniela Marangoni [mailto:[EMAIL PROTECTED] Inviato: venerdì 27 ottobre 2006 10.40 A: 'users@tomcat.apache.org' Oggetto: PROBLEMS CONNECTING TO TOMCAT MANAGER Priorità: Alta Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have defined password as you can see on the attached file When I try to connect to Tomcat Manager I receive the message “Unauthorized” when connecting to http://127.0.0.1:8080/ what should be the problem? Can you help me? Thank you! INSTALLATION Windows Server 2000 Service Pack4 Defined JAVA_HOME= c:\Program Files\Java\jdk1.5.0_06\ TOMCAT_HOME=C:\Program Files\Apache Software Foundation\Tomcat 5.5 Ho aggiunto alla PATH sia la JAVA_HOME sia la TOMCAT_HOME Rimango in attesa di una vostra risposta Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED] - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
PROBLEMS CONNECTING TO TOMCAT MANAGER
Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have defined password as you can see on the attached file When I try to connect to Tomcat Manager I receive the message "Unauthorized" when connecting to http://127.0.0.1:8080/ what should be the problem? Can you help me? Thank you! INSTALLATION Windows Server 2000 Service Pack4 Defined JAVA_HOME= c:\Program Files\Java\jdk1.5.0_06\ TOMCAT_HOME=C:\Program Files\Apache Software Foundation\Tomcat 5.5 Ho aggiunto alla PATH sia la JAVA_HOME sia la TOMCAT_HOME Rimango in attesa di una vostra risposta Datamanagement S.p.A Ing.Daniela Marangoni Via S. Cavina 7 - 48100 Ravenna Tel: 0544 503505 Cell: 3473553749 [EMAIL PROTECTED]