Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Runining mutiple tomcat server in a single machine is
possible
Yuo wil have to duplicate configuration with different port
numbers

Answers were Sorted based on User's Feedback



Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configur..

Answer / puneet khanna

You need to change the port number from server.xml

Is This Answer Correct ?    9 Yes 1 No

Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configur..

Answer / srinu

Yes it running multiple tomcat server in single machine.you
need chang the port number at the time instalation of tomcat
server or other change port number in server.xml file in
Tomcat located in your system

Note: Better to use default port numbers grater than 1000
beacuse less than 1000 are predefined for Operatin system or
others

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Java J2EE AllOther Interview Questions

What is markup language?

1 Answers  


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


waht are architecture of web application?

2 Answers  


How do I find jre path in windows?

0 Answers  


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()

1 Answers  


what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.

0 Answers  


What is the enumerator of the java collection framework? : java collections

0 Answers  


What causes Out of Memory exception?

5 Answers   CTS,


what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.

0 Answers  


Categories