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 |
What are the different types of ways where you can iterate over a list? : java collections
when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
What is an algorithm in java collection framework? : java collections
Write a postfix expression to (a*(b+c/d)*d-e)
What is markup language?
Why do you use Context Object
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
how to delete cookie information?and when it will delete?
What is the use of hashcode in java ?
What is a constructor?