Apache TomCat problems -
Here the condition is that I restarted NetBence 6.9 on my desktop and the basic application is working properly as far as I can tell I am During the installation I deliberately loaded tomac and did not have a glassfish. He gave me this option. Tomcat has been loaded under my program file directory and I confirm it by going to my control panel. I have a small application and try to run and it tells me that "target server has not been set - missing server problem" when I go to solve this problem, then I must add a server. Follow the instructions to add and I can not get the first base with it. I browse the location where it is stored in my program file directory and when I go to the bin directory there is no file (this is normal). Sometimes I do not get Catalina valid error, I'm pretty sure you are familiar with this error.
Can anyone tell me why I am having some problem with this Tommak server when I was using glassfish then I was not before this trouble, it should not be complicated, I Do not think and I'm following the instructions. In addition, I checked my server.xml file and indicated that the port was "8005". How did this happen. I did not give this port number during installation. How can I change it to 8080?
Any help would be greatly appreciated.
JM
I think the problem is that you have your server.xml Wrong lines are changing in
& lt; Server port = "8005" shutdown = "shutdown" & gt;
The port running is configured under this line.
& lt; Connector port = "8080" protocol = "HTTP / 1.1.1" connectionTimeout = "20000" redirection = "8443" maxtrades = "5" accept = "10" />
Comments
Post a Comment