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 is need of DAO? Write one simple DAO example?
How is hashset maintained in memory by java ?
what are callback methods?
what is difference between vector and arraylist?.
What do you understand by synchronization? Why is it important?
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
lll
What are the types of interface used in the java collections? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is the enumerator of the java collection framework? : java collections