cancel
Showing results for 
Search instead for 
Did you mean: 

port of J2EE engine

Former Member
0 Kudos

Hello Friends,

Is there any way, I can change the port of the J2EE engine ?

Marek

Message was edited by: Marek Jöricke

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marek,

which port do you mean, the HTTP port? You can do this using the visual administrator, opening the node under your dispatcher root, services, HTTP provider, ports. Don't forget to restart the engine.

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Hi Stefen

Thanks for your reply

Actually I am trying to put the struts framwork in my web application using Netweaver Stutio, but its not working, however the same application is working using simple Eclipse IDE ?

Any suggestion, what could be possibilly wrong?

PS: Using package explorer view, I have imported the struts-config.xml, and now the WEB-INF folder is visible in the J2EE Explorer view,( Before WEB-INF was not visible in J2EE Explorer) ?

The action class should be under the WEB-INF/class/action/StrutsClass.java, but in this case my action class is under source/action/StrutsClass.java, does it makes any difference, should I have to create a folder (class) in WEB-INF manually? and Idea

Many thanks,

Marek

Message was edited by: Marek Jöricke

Former Member
0 Kudos

Hi friends,

Okey problem solved

Thanks

Marek