22 Feb 2013

ApacheTomcat in 64 bit….Problem solving method.

Apache Tomcat is an open source software implementation of the Java Servlet and Java Server Pages technologies. The Java Servlet and Java Server Pages specifications are developed under the Java Community Process.

Apache Tomcat is developed in an open and participatory environment and released under the Apache License version 2. Apache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project. To learn more about getting involved, click here.

Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. Some of these users and their stories are listed on the PoweredBy wiki page.

Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation.

Install the apacheTomcat software from the below download

Tomcat6.0

Tomcat7.0

Tomcat7.0(64 bit)

--->Go to C:// and  apache tomact  folder right click on the folder –>properties—>

now

tomcat prop

then go to  the properties file and select the  SECURTY..

security

After selecting the security and you will be getting  the below window

user edit

select on the users of your system name  and select the edit button..

check marks  old

from you have to give the full control and modify facility to your C drive

ok 01

Now select  ok—> ok—>ok—> .

Then go to the Tomcat—>conf—>tomcat users---> open the file with notepad and then copy the below code into the Tomcatusers file.

Delete all the code in the that file and copy the below code

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="manager"/>
  <user username="tomcat" password="tomcat" roles="manager"/>
</tomcat-users>

from now onwards your username and password are tomcat and tomcat

Finally you can use  your tomcat successfully either in the any kind of operating system or the 32 bit or64 bit.

 

0 comments:

Post a Comment