• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Sun Application Server notes

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all,

in trying to get JForum to work on Sun App Server I have come across a few bugs of varying annoyance or incompatibilities with SJSAS.

Base info: I am deploying JForum to a stand alone instance server which means the app must be a war file. I am also running against Oracle.

Great work on what is there thus far but I have lost a little bit of hair getting it to run!!

Notes:
1) when you restart a server instance App Server resyncs files from a central repository. This means that the jforum-custom.conf file gets overwritten with default values (By design according to Sun).

2) the uploads directory that JForum stores attachments in *must* be changed to something like /var/data/jforumAttachments in the SystemGlobal.properties file; otherwise the attachments will be deleted on server instance restart.

3) the hard-coded avatar pathname needs to allow for the same flexibility as the attachments (eg. avatar.store.dir) so they don't get deleted on server instance restart. There are references in UserCommon.java, post_show_user_inc.htm, user_form.htm and user_profile.htm

4) the removal of the DB drivers from the .war package; this is violating the EULA of the drivers and is an extra step in deployment.

Awesome work otherwise!!

E/.
[originally posted on jforum.net by ewise]
 
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
Thanks for the info. It would be great if you could register it on http://www.jforum.net/jira.

Thanks a lot.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic