add-on : could you also start your Tomcat, and then go into a console or
command window, and type this command :
netstat -an
This should show you all the ports on which something is listening.
The interesting lines are the ones near the beginning, that end in the
word LISTEN (or LISTENING).
Exam
ramya,
you say that you attach the logfile, but it is not arriving with this post.
That was the same with your first post, remember ? that's why we were
telling you that we need more details.
Can you resend, and make sure the logfile is attached ? or else, just
paste the log messages in your me
Hi,
whenever I am trying to add the protocol attribute in the connector tag in
the server.xml file and start the tomcat server.. its not listening at the
specified port
And when i make this change
JkMount /testapp ajp13
JkMount /testapp/* ajp13
or
SetHandler Jakarta-servlet
..
in
ramya lekha wrote:
Hi
I had attached the httpd.conf file along with this mail...
The Directory root is set to usr/abcd-web and our application "testapp" is
under usr/apache/tomcat/webapp So when ever the url
spixxl.xxx.com/testapp is called it is searching under usr/abcd-web instead
of usr
Hi
I had attached the httpd.conf file along with this mail...
The Directory root is set to usr/abcd-web and our application "testapp" is
under usr/apache/tomcat/webapp So when ever the url
spixxl.xxx.com/testapp is called it is searching under usr/abcd-web instead
of usr/apache/tomcat/webapp..
Mark Thomas wrote:
ramya lekha wrote:
Hi
installed apache and tomcat in my unix systems... and i m trying to
connect
them using the mod_jk... I had set JkMount to the appropriate workers1 in
the httpd.conf filebut still whenever i type the URL the apache is
not
redirecting it to the t
ramya lekha wrote:
Hi
installed apache and tomcat in my unix systems... and i m trying to connect
them using the mod_jk... I had set JkMount to the appropriate workers1 in
the httpd.conf filebut still whenever i type the URL the apache is not
redirecting it to the tomcat... Can anyone let m
Hi
installed apache and tomcat in my unix systems... and i m trying to connect
them using the mod_jk... I had set JkMount to the appropriate workers1 in
the httpd.conf filebut still whenever i type the URL the apache is not
redirecting it to the tomcat... Can anyone let me know where would the