• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

3.1 SystemGlobals.properties localhost:18080 [FIXED]

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't know if this has been fixed in the CVS tree but its not fixed in version 3.1 on sourceforge which is where most people (including me) will be downloading this from at the moment.

Anyway onto the problem..

/WEB-INF/config/SystemGlobals.properties file has an entry for forum link suggesting
that the server is listening on port 18080. This results in no pictures on the front
page and the inability to log in. Changing this to 8080 fixes the problem (for those
who have 8080 configured in their server.xml file). In either case there should probably be a note put in the setup section saying to modify this value to whatever port tomcat is listening on.

OLD:
forumLink=http\://localhost\:18080/forum
CORRECT (or more appropriate):
forumLink=http\://localhost\:8080/forum
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is fixed in the CVS version (actually, we have changed the configuration aproach a lot, so we probably have introduced some new problems ).
[originally posted on jforum.net by Pieter]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic