I have struts WAR file.
I have deployed WAR file successfully into my project hirarchy called Bea workshop.
weblogic server by default configured.
can i run the application using web logic server (or) do i need to run using only Apache Tomcat server.
please help on this.
which server i should use.
Apache tomcat server is not confirured into my workshop.
while i was configuring Apache tomcat server showing error called port is already running by another process.. etc.
Poorna Nandam wrote:
can i run the application using web logic server (or) do i need to run using only Apache Tomcat server.
please help on this.
If BEA is servlet container, then it should able to run Struts project.
Poorna Nandam wrote:
Apache tomcat server is not confirured into my workshop.
while i was configuring Apache tomcat server showing error called port is already running by another process.. etc.
Hmm, its because, my guess is, because of the BEA server is already running on that port, Tomcat throws error.
Use c:>netstat -a, to find out the port process.
Why are you using Tomcat, if BEA web logic is already configured and you had deployed your war file successfully there. Still If you want, I suggest to change the Tomcat port to something other than 8080, like 8081, while installing Tomcat.
Check out the logs if its not get deployed correctly. Find out for any exception/error which prevents war from deploying.
Leonardo Carreira
Ranch Hand
Joined: Apr 07, 2009
Posts: 482
posted
0
You can change port for tomcat server in TomcatHome\conf\server.xml..
CMIIW
Regards,
W
Sorry, perhaps my english language isn't too good.. Prepare for SCJP 6, Please God help me.. ☼
References : [Java.Boot] [JavaChamp] [JavaPrepare]
Poorna Nandam
Greenhorn
Joined: Apr 01, 2009
Posts: 20
posted
0
sorry for inconvience. can you please tell me where i need to change the port.
There are several ports.
please see the server.xml file and mark me where i need to change.
also one more query do i need to change in any where else other than this server.xml.
I really do not understand, You said earlier that WebLogic is youe default configured server on your machine, now you want to use Tomcat ? My point is, if you are not able to deploy it into WebLogic, then How the change of server would help you ?