Can multiple servers wait on the same port?

what are the various connector node attributes?

Network traffic is getting conditionally blocked

3) sql server migration

4-Feb-12

sql server migration

mystartup.bat: how to control tomcat environment variables?

Tomcat Access control to files/directories

Tomcat binding examples: server.conf file

7) how can I test akc

23-Jan-12

how can I test akc

where can I find tomcat log files?

How can I increase tomcat memory

Socket bind error Port 80, tomcat and iis coexistence

windows nett command line options


netstat -a -b -o > test.txt
netstat -a -b -o | find "LISTENING" > test.txt

13) windows netsh command

21-Jun-11

windows netsh command

64 bit windows, 32 bit browser, How to run Java Applets

servlet filter mapping rules

16) windows firewalls

1-Sep-10

windows firewalls

How to reinstall a web application that runs well in windows 32 bit environment on a 64 bit windows server. Tons of issues. It may be possible.

what are valves and what are they used for?

19) what is default host

30-Aug-10

what is default host

what is an ajp connector and do I need it

what is user database and user database realm

How are listeners used in tomcat

23) logmein himachi details

28-Aug-10

logmein himachi details

24) service.bat

28-Aug-10

This file is used to control how tomcat services are registered in windows platforms.

How can I tell tomcat to pick up index.jsp?

how to use tomcat datasources

Tomcat resource virtual host

Knowledge Folders is a web application that holds and displays content for multiple users. I have been wondering lately if I could expose the content from this single web application as multiple web sites with their own domain names? Could I use virtual hosts to do this? Or do I need to use reverse proxies? How and where am I going to register domain names? What entries I need to make in tomcat configuration files? How do I handle emails for these independent domains? What else do I need to do in my web application? What will the end result look like?

After a few weeks of effort, I was able to expose Knowledge Folders as multiple web sites with their own domain names. It turned out I didn't need to go to reverse proxies for now and could use virtual hosts. I was also able to get my multiple domain names from godaddy.com. I was able to use tomcat host/alias settings to effectively route traffic from all these domains to the same webapp. Using index.jsp of the webapp I was able to separate the content between different domains. After all this effort I ended up with a way to publish online web sites very quickly and expose them as their own domains. The resulting web sites will have a number of features that static web sites won't be able to accomplish easily.