Foren

Home » Liferay Portal » English » Liferay Legacy

Kombinierte Ansicht Flache Ansicht Baumansicht
Threads [ Zurück | Nächste ]
toggle
Suganda Sidharta
2 newbie questions regarding port and wsdl for portlet liferay
8. Mai 2007 18:50
Antwort

Suganda Sidharta

Rang: Junior Member

Nachrichten: 75

Eintrittsdatum: 1. März 2007

Neue Beiträge

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
RE: 2 newbie questions regarding port and wsdl for portlet liferay
9. Mai 2007 22:11
Antwort

Suganda Sidharta

Rang: Junior Member

Nachrichten: 75

Eintrittsdatum: 1. März 2007

Neue Beiträge

hel[pp[ppp
Hiran Chaudhuri
RE: 2 newbie questions regarding port and wsdl for portlet liferay
4. November 2011 04:26
Antwort

Hiran Chaudhuri

Rang: Regular Member

Nachrichten: 172

Eintrittsdatum: 1. September 2010

Neue Beiträge

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.
Zsolt Balogh
RE: 2 newbie questions regarding port and wsdl for portlet liferay
6. November 2011 08:31
Antwort

Zsolt Balogh

LIFERAY STAFF

Rang: Expert

Nachrichten: 445

Eintrittsdatum: 23. März 2009

Neue Beiträge

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