bjsion / tongue-tied

Translation and resource management tool
1 stars 0 forks source link

Server port configuration is not parsed from property file due to wrong key #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version Info
TongueTied: 1.3.6

ServerConstants.java define:

static final String KEY_SERVER_PORT = "serverPort";
static final String KEY_CONTEXT_PATH_DEF = "tonguetied.context.path.def";

But properties file defines:

# The port to run the TongueTied server. The default is 8080
tonguetied.server.port=8080                                                     

# The secure port to run TongueTied over ssl. The default is 8443
tonguetied.server.secure.port=8443

Original issue reported on code.google.com by adam.gie...@gmail.com on 25 Jun 2010 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by bjs...@gmail.com on 29 Jun 2010 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by bjs...@gmail.com on 3 Jul 2010 at 9:31