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
Answer / puneet khanna
You need to change the port number from server.xml
| Is This Answer Correct ? | 9 Yes | 1 No |
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 |
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
Which is the better framework for web applications, struts or spring, and why?
Should we create system software ( e.g operating system ) in java ?
whats the relation ship between LDAP and JNDI?
What is the difference between Eclipse and MyEclipse?
What is Visual Source Safe(source control Tool)?
what is filter ?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
What are the uses of the set interfaces in the java collections? : java collections
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
what is difference between vector and arraylist?.
What is an algorithm in java collection framework? : java collections