Hello, I was working on trying to make three different workspaces work concurrently with the Mongrel.jar file in the wee wee hours of the morning today. The reason why is that I am developing three different workspaces right now. I am a little unclear as to how to associate them so that they can use each other's meta data. I have done some research on the web about setting up multiple workspaces and did not find anything very useful. I have one app that I have developed that was working fine, but I had a couple of apps that were freeware that I wanted to evaluate and potentially change and possibly link to the main workspace, but I kept getting errors on those apps when I tried to use them. I did send in the errors and was directed by another individual on this forum to evaluate the net.sf.mongrel_1.0.0.jar, which I did get ahold of and put in the appropriate place in Eclipse. After I did these things I got all kinds of errors when I tried to associate any of the projects in the workspace with the Apache
Tomcat Server 7.0.
I don't know what happened, but I had to take Eclipse off the machine, delete all workspaces inside the Eclipse workspace before taking Eclipse off the machine, and I also took this opportunity to download Luna, the most current release. I am using JDK 1.7 and JRE 1.6 There is a reason for this I cannot control my work environment -- it is simply bolted down.
I did a netstat and a netstat -a and did not see anything unusual there. I saw one instance of port 8080 being utilized: at 127.0.0.1:8080
No matter what I do now, I get this error after I put the Tomcat plugin into Eclipse (again, I have to install the Tomcat plugin into Eclipse Luna, because my environment is bolted down):
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
I do see the welcome page at
http://localhost:8080 -- but I am not sure how to get rid of the aforementioned error. I have never had to manually delete a port before and hesitate to do so. Right now I have that one .war file imported back into the workspace and the others are not in there. I know that the .war file would import successfully earlier and am really concerned about how to get the localhost up and running. I am really needing any suggestions anybody can provide.
If you have any ideas, please let me know.
Thanks,
Michele