留言板

2 newbie questions regarding port and wsdl for portlet liferay

Suganda Sidharta,修改在16 年前。

2 newbie questions regarding port and wsdl for portlet liferay

Junior Member 帖子: 69 加入日期: 07-3-1 最近的帖子
how to change liferay port ?
i think default is 8080
i want to use 8080 for another server
but i dont know how to change the liferay jboss port

and how to access the wsdl in the liferay (generate wsdl and url to access the wsdl) ??


thanks
ganda
Suganda Sidharta,修改在16 年前。

RE: 2 newbie questions regarding port and wsdl for portlet liferay

Junior Member 帖子: 69 加入日期: 07-3-1 最近的帖子
hel[pp[ppp
thumbnail
Zsolt Balogh,修改在12 年前。

RE: 2 newbie questions regarding port and wsdl for portlet liferay

Expert 帖子: 463 加入日期: 09-3-23 最近的帖子
Hi,

If you are using tomcat, you can define the port in the conf/server.xml file, look for 8080.

To access the wsdl-s, go to this URL: http://127.0.0.1:8080/tunnel-web/axis (of couse change the :8080 as soon as you have changed the port in your configuration).

Zsolt
Hiran Chaudhuri,修改在12 年前。

RE: 2 newbie questions regarding port and wsdl for portlet liferay

Regular Member 帖子: 188 加入日期: 10-9-1 最近的帖子
Suganda Sidharta:
how to change liferay port ?
i think default is 8080
i want to use 8080 for another server
but i dont know how to change the liferay jboss port

A late answer, but maybe you are still with that problem?

This is not a liferay problem, you need to configure JBoss. Therefore, the JBoss documentation should help further.
Have a look at a file called "service.xml" in the $jboss_home/server/<instancename>/deploy directory structure (it should reside in a subdirectory, the exact name depends on the JBoss version).

In there you find attributes named "port". Use them to define the ports JBoss uses for HTTP and AJP.