RE: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-08 Thread Karthick Ragunath

> From: tommy...@gmail.com
> To: users@tomcat.apache.org
> Subject: RE: tomcat 6 (windows 7-  64 bits) doesn't start
> Date: Fri, 7 May 2010 18:34:03 -0700
> 
> Karthick,
> 
> You can run Tomcat with 32 bit JVM on 64 bit Windows.  Uninstall the current
> Tomcat service you have.  Set the JAVA_HOME environment in the System
> Variables to the proper location and reboot.  Download Tomcat, the 32 bit
> version of Windows zip file, and install the service via the batch file.

Thanks,,

 I got Tomcat working with 32-bit JVM.(with additional work as mentioned 
below) 
 
 Installed 32-bit JVM, downloaded apache-tomcat-6.0.26-windows-x86.zip and 
extracted to "c:\apache\".

 I tried running the $CATALINA_HOME\bin\startup.bat. It started the console 
and i was able to access the index page on my localhost

 But when i tried to register Tomcat as Service by running "service.bat" it 
failed. 
Copying "msvcr71.dll" from $JRE_HOME\jre6\bin into $CATALINA_HOME\bin\ solved 
my problem. Now i can register Tomcat as a Service by clicking on 
"service.bat". 

 Any idea on why i am in need of this dll here..

warm regards
karthick
  
_
The amazing world in sharp snaps
http://news.in.msn.com/gallery/archive.aspx

RE: tomcat 6 (windows 7- 64 bits) doesn't start

2010-05-07 Thread Karthick Ragunath

Yeah,,
 well Charles

 Windows 7 64 bit OS, when installing Tomcat, expects for 64This version of 
JVM's dll located at "C:\Program Files\Java\jdk1.6.0_12\jre\bin\server\jvm.dll"

 The problem now is that, i do not want to install Java twice (one 32-bit and 
other 64-bit) as how i have done it now.  Some other applications using Java 
requires 32bit always. (Eclipse requires 32 bit JVM which otherwise would 
result in JVM termination error during Eclipse startup). 

I have downloaded latest Tomcat windows Installable.

This same Tomcat installable, when installed in 32bit XP where 32bit JVM is 
installed, gets installed properly, but not with Windows 7 64 prof.

Is there an alternate solution for this. I would be happy to use the 32bit JVM 
. Not many applications are supported by 64 bit JVM.



with regards
karthick



> From: chuck.caldar...@unisys.com
> To: users@tomcat.apache.org
> Date: Thu, 6 May 2010 07:51:06 -0500
> Subject: RE: tomcat 6 (windows 7-  64 bits) doesn't start
> 
> > From: Christoph Kukulies [mailto:k...@kukulies.org]
> > Subject: Re: tomcat 6 (windows 7- 64 bits) doesn't start
> > 
> > I believe it's because I only have the jre, not the jdk and I'm
> > downloading at the moment.
> 
> No, Tomcat runs fine on a JRE.  The problem is that you have a 32-bit JVM 
> installed in a 64-bit OS.  (The 32-bit Windows JVM has only the client DLL, 
> the 64-bit only the server DLL.)  The Tomcat installer program expects the 
> JVM mode to match that of the OS.  Use a 64-bit JVM.
> 
>  - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
  
_
Catch the latest in the world of fashion
http://lifestyle.in.msn.com/

RE: unable to start Tomcat in Windows 7 prof - 64 bit

2010-04-07 Thread Karthick Ragunath


 Atlast, i am now able to start Tomcat 6.X 
 I have uninstalled 32 bit JDK and installed 64 bit JDK.
 Then installed Tomcat 6.X
 
For Tomcat6.x to run, if i have 64 bit OS, should i have 64 bit JDK?

When i downloaded Tomcat, i clicked on the link "32-bit/64-bit
 Windows Service Installer 
 (pgp,
 
 md5)"
available in official Tomcat download page 
("http://tomcat.apache.org/download-60.cgi";)

I believed that this Tomcat6.x will work with both 64 and 32 bit JDK.

regards
karthick


> From: chuck.caldar...@unisys.com
> To: users@tomcat.apache.org
> Date: Fri, 2 Apr 2010 07:27:16 -0500
> Subject: RE: unable to start Tomcat in Windows 7 prof - 64 bit
> 
> > From: Martin Gainty [mailto:mgai...@hotmail.com]
> > Subject: RE: unable to start Tomcat in Windows 7 prof - 64 bit
> > 
> > also the dlls located in %JRE_HOME%\bin\server need to be 64bit
> 
> No, they don't *need* to be 64-bit; rather, they must match the mode of the 
> tomcat6.exe launcher being used.
> 
>  - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
  
_
South Cinema This Decade
http://entertainment.in.msn.com/southcinemathisdecade/

unable to start Tomcat in Windows 7 prof - 64 bit

2010-04-02 Thread Karthick Ragunath


Hi, 

 I am unable to start Tomcat in Windows 7 professional edition - 64 bit.  
I recently installed JDK, Tomcat and configured it to the following:-
JDK installation dir  - C:\Installs\Java\jdk1.6.0_18
JRE installation dir  - C:\Installs\Java\jre6
Tomcat installation dir - C:\Installs\Apache Software Foundation\Tomcat 6.0

Tomcat version - Apache Tomcat 6.0.26

ENVIRONMENT VARIABLES
-
CATALINA_HOME - C:\Installs\Apache Software Foundation\Tomcat 6.0
JAVA_HOME- C:\Installs\Java\jdk1.6.0_18\
JRE_HOME  - C:\Installs\Java\jre6\


path

%systemroot%\system32;
%systemroot%;
%systemroot%\system32\wbem;
%systemroot%\system32\windowspowershell\v1.0\;
c:\program files\dell\dell wireless wlan card;
c:\program files\widcomm\bluetooth software\;
c:\program files\widcomm\bluetooth software\syswow64;
c:\program files (x86)\common files\roxio shared\dllshared\;
%java_home%\bin;
%catalina_home%\bin;
c:\program files (x86)\ibm\gsk8\lib;
C:\Installs\IBM\SQLLIB\BIN;
C:\Installs\IBM\SQLLIB\FUNCTION;
C:\Installs\IBM\SQLLIB\SAMPLES\REPL

classpath
-
C:\Installs\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar; 
C:\Installs\Apache Software Foundation\Tomcat 6.0\lib\jsp-api.jar; 
C:\Installs\Apache Software Foundation\Tomcat 6.0\lib\el-api.jar;
.;
C:\Installs\IBM\SQLLIB\java\db2java.zip;
C:\Installs\IBM\SQLLIB\java\db2jcc.jar;
C:\Installs\IBM\SQLLIB\java\sqlj.zip;
C:\Installs\IBM\SQLLIB\java\db2jcc_license_cu.jar;
C:\Installs\IBM\SQLLIB\bin;
C:\Installs\IBM\SQLLIB\java\common.jar
-
following below are the logs obtained when i try to start Tomcat:-

jakarta_service_*.log
-
[2010-04-02 12:55:41] [info] Commons Daemon procrun (1.0.2.0) started
[2010-04-02 12:55:41] [info] Running Service...
[2010-04-02 12:55:41] [info] Starting service...
[2010-04-02 12:55:41] [206  javajni.c] [error] %1 is not a valid Win32 
application.
[2010-04-02 12:55:41] [985  prunsrv.c] [error] Failed creating java 
C:\Installs\Java\jdk1.6.0_18\jre\bin\server\jvm.dll
[2010-04-02 12:55:41] [1280 prunsrv.c] [error] ServiceStart returned 1
[2010-04-02 12:55:41] [info] Run service finished.
[2010-04-02 12:55:41] [info] Commons Daemon procrun finished.

stderr_*.log and stdout_*.log contains no information
-

Further, i opened the OS services window and tried to start the Tomcat service
It reported with error message which i've attached as an attachment.

Please help me to resolve this,, 


regards
karthick

  
_
Bollywood This Decade
http://entertainment.in.msn.com/bollywoodthisdecade/
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org