Problem using Tomcat 6.x under windows 64-bit

2007-05-20 Thread Lluis Gifre
Hi, I'm trying to install Tomcat 6.x in a Windows XP x64 system. I need to know if there is any problem with the 64-bit systems and tomcat... I have the 64-bit version of JRE version 1.6.0 and the jvm.dll file version is: 6.0.10.6. The problem is that when i start the service it doesn't start.

tomcat redirect, configuration problem?

2007-05-20 Thread kky
Hi, i've tried to install tomcat on linux gentoo and windows, same problem with both os: going at http://127.0.0.1:8080/hcf_coge/index.html or http://127.0.0.1:8080/hcf_coge/ i'm redirected to : HTTP Status 404 - /hcf_coge/html/index.html

RE: RES: RES: Tomcat 6.0 on Windows Server 2003 IIS 6.0 connector not functioning

2007-05-20 Thread gbarnas
Sean: I've recently struggled through the same 404 issues on my test server, where I'm preparing to move an app from an old Win2K/Apache/Tomcat environment to W2K3/IIS6/Tomcat6 system. I now have .jsp files being served up from within my IIS web structure as well as the Tomcat /examples, all

Re: tomcat redirect, configuration problem?

2007-05-20 Thread David Smith
Redirection is up to the application. The *only* redirection I know of in tomcat is the redirect for logins, but this doesn't appear to be that. --David kky wrote: Hi, i've tried to install tomcat on linux gentoo and windows, same problem with both os: going at

Re: Problem using Tomcat 6.x under windows 64-bit

2007-05-20 Thread Rashmi Rubdi
On 5/20/07, Lluis Gifre [EMAIL PROTECTED] wrote: Hi, I'm trying to install Tomcat 6.x in a Windows XP x64 system. I need to know if there is any problem with the 64-bit systems and tomcat... The only problem I've faced is with the Windows Installer (I don't remember exactly what the

RE: Reloadable attribute not working

2007-05-20 Thread Caldarale, Charles R
From: lightbulb432 [mailto:[EMAIL PROTECTED] Subject: RE: Reloadable attribute not working There's no folders under CATALINA_BASE/conf Not having run an embedded Tomcat, I don't know if that's normal or not. I'm using the invoker servlet - could that be a reason, or does it have nothing

Running Tomcat Source In Netbeans... webapps and conf everywhere?

2007-05-20 Thread Johnny Kewl
Hi guys... I'm trying to set up a way to debug directly from a web-app into tomcat... I've managed to get the 6.0.13-src running in the netbeans IDE... which is very cool, but I got some questions 1) I have to put webapps and conf under... the Project folder, the Project/build folder,

Question about jar file name.

2007-05-20 Thread Rodrigo Pimenta Carvalho
Hi. I have a TomCat project and its Java source code can't compile. The problem is due to an import clause. This is trying to import Connector class. But I didn't put the respectively jar file in my classpath. What is the correct jar file (containing

Re: Question about jar file name.

2007-05-20 Thread domenico di leo
I'm not expert, but you should out your Jar file into lib directory (WEB-INF/lib) of your application. When Tomcat compiles your class automatically look into lib to find the class. Bye On 20/05/07, Rodrigo Pimenta Carvalho [EMAIL PROTECTED] wrote: Hi. I have a TomCat project and its Java

Re: Question about jar file name.

2007-05-20 Thread Edoardo Panfili
Rodrigo Pimenta Carvalho ha scritto: Hi. I have a TomCat project and its Java source code can't compile. The problem is due to an import clause. This is trying to import Connector class. But I didn't put the respectively jar file in my classpath. What is the correct jar file

RE: Reloadable attribute not working

2007-05-20 Thread lightbulb432
I know the cause of the problem - my use of embedded tomcat. When I tried it with the standalone Tomcat, it works fine. What I'm confused about, then, is how to fix the following code to make it work like standalone Tomcat. I'm using Tomcat 6. I'd be very surprised if this I'm not doing

Re: Connection:close request returns a response without any content-length or Transfer-Encoding: chunked

2007-05-20 Thread Eric Deshayes
Hi Johnny, thanks for your help. By dichotomy, I've managed that the bug has been fixed in Tomcat 5.5.16. However, I could not find any bug even by having a look at the tomcat 5.5changelog. Eric On 5/18/07, Johnny Kewl [EMAIL PROTECTED] wrote: Just a footnote coz i suddenly realized wot may be

Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread Teh Noranis Mohd Aris
Dear All, I've tested my applications using http://localhost:8080/login.html in the same computer and it works. However, when I tried to acces my applications using an IP Address in another computer by typing http://ipaddress/login.html, The page cannot be found is displayed. How can I

Out of Office AutoReply: Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread Rene de Vries

Re: Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread Omar Eljumaily
First of all, you need to access it via http://ipaddress:8080/login.html If you want port 80, you need to set up the appropriate connector or redirect port 8080 to port 80. Also, you may have a firewall issue. Which OS are you using? Teh Noranis Mohd Aris wrote: Dear All, I've tested

Re: Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread David Smith
Include the port number in your request -- ie http://ipaddress:8080/login.html --David Teh Noranis Mohd Aris wrote: Dear All, I've tested my applications using http://localhost:8080/login.html in the same computer and it works. However, when I tried to acces my applications using an IP

mod_jk problem

2007-05-20 Thread Yifan (Eric) Jiang
Hi all, Not quite sure if this list is the best place to send this question. But I can't find anywhere else to send it to... I am trying to install Shibboleth (http://shibboleth.internet2.edu/) Identity Provider with Cosign protection on a RedHat Linux production server. Well, Shibboleth

Re: Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread Teh Noranis Mohd Aris
Thank you. It's working now, the application can be accessed but when I type a file name to access a file in the server, I got an error java.security.AccessControlException:access denied (java.net.SocketPermission localhost:8080 connect, resolve). How can I solve this problem? For your

Re: Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread Omar Eljumaily
I don't understand. Are you able to access login.html from outside your server machine? The socketpermerission problem you have sounds like a firewall issue or a administrator privileges problem not allowing you to accept incoming sockets. Are you running with administrator privs on XP?

Re: Cannot Access Tomcat Server Using IP Address

2007-05-20 Thread Teh Noranis Mohd Aris
Yes, I can access the login.html interface from a different computer using http://IPaddress:8080/login.html but when I tried to access a file, I got the mentioned problem displayed in the text area. However, I can access a file if I'm using http://localhost:8080/login.html. I'm testing using

hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-20 Thread Peter
hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a result. simple code for testing! List alist =new ArrayList(); alist.add(0); put 0 into it alist.get(0); get 1 as result. it occurs when i