[Logo] OLD FORUM - Use new one: https://www.CaptainCasa.online/forum
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Editor Question  XML
Forum Index -> Development
Author Message
vadingding

Power User
[Avatar]

Joined: 14/07/2017 13:26:37
Messages: 145
Offline

Hi Captain,

I change the tomcat server port to something else instead of 50000, but the editor is affected. It wont show my jsp, it says locahost refused to connect. The server is also running.

Is there any setup to do ?

Regards, Vincent
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5555
Offline

Hi,
the address of the runtime Tomcat is defined in the project setup.

Either open the setup in the Layout Editor (Button "Configuration...", then "Project setup") or directly edit the <projectDir>/.ccproject file:

Code:
 <project 
          ...
          webhostport="localhost:50000"
         ...
 >
 ...
 ...
 </project>
 

Björn Müller, CaptainCasa GmbH
vadingding

Power User
[Avatar]

Joined: 14/07/2017 13:26:37
Messages: 145
Offline

Thanks Cap!
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team