Multiple Instances of Tomcat -


i facing weird problem follows.

scenario-

i have 2 instance of tomcat 6.0 running on machine

i making call 1 instance via service calls.

there few system.out.println() calls on 2nd server check whether call reached or not.

problem - have 2nd instance running , there call 1st instance cannot see output on tomcat console.

tried changing swallowout = true / false.

nothing works knows might problem be.

thanks

any suspision messages in log files? incorrect port binding (tomcat typically use 3 ports different connections. each instance must have own unique ports.).


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -