Tomcat

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

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.

Can multiple servers wait on the same port?

How are listeners used in tomcat

How can I increase tomcat memory

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

6) how can I test akc

23-Jan-12

how can I test akc

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.

how to use tomcat datasources

logmein himachi details

mystartup.bat: how to control tomcat environment variables?

Network traffic is getting conditionally blocked

12) service.bat

28-Aug-10

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

servlet filter mapping rules

Socket bind error Port 80, tomcat and iis coexistence

15) sql server migration

4-Feb-12

sql server migration

Tomcat Access control to files/directories

Tomcat binding examples: server.conf file

Tomcat resource virtual host

what are the various connector node attributes?

what are valves and what are they used for?

what is an ajp connector and do I need it

22) what is default host

30-Aug-10

what is default host

what is user database and user database realm

where can I find tomcat log files?

25) windows firewalls

1-Sep-10

windows firewalls

windows nett command line options

27) windows netsh command

21-Jun-11

windows netsh command


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