getServerInfo() returning Apache Tomcat/5.0.28 for JBOSS4.0.0 version, why is it returning Apache?
Anjali Raman
Ranch Hand
Joined: Nov 28, 2007
Posts: 57
posted
0
Hi All,
I have installed JBoss 4.0.0 version and was trying out some simple servlet programs using JBoss for the first time.
I have been more familiar to Tomcat and so JBoss is kind of new to me.
When I wrote a simple Servlet program for displaying the output of getServerInfo() I got "Apache Tomcat/5.0.28" when I was actually expecting "JBoss 4.0.0" Could someone please let me know why there is a connection between Apache and JBoss?
I was using the program example in LearnNowJava, ofourse the instructor used JBoss 5.x version she was getting Jboss as output and I was expecting something similar.