• 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

Setup JForum with Jboss

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to setup JForum with using mysql or hsqldb database in JBoss. How can I configurate it? I try to follow the manual installation instruction. It seems didn't work. Please tell him how to set it up.

Thanks
[originally posted on jforum.net by loandna]
 
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
When I go to this link "http://localhost:8080/jforum/install/install.page?module=install&action=welcome" My Browser only display "HTTP Status 404 -/jforum/install/install.page". When I check on the file location, I didn't see the folder name "install". Please tell me what happen. Thanks

[originally posted on jforum.net by loandna]
 
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

loandna wrote:When I go to this link "http://localhost:8080/jforum/install/install.page?module=install&action=welcome" My Browser only display "HTTP Status 404 -/jforum/install/install.page". When I check on the file location, I didn't see the folder name "install". Please tell me what happen. Thanks



What do you see if you hit http://localhost:8080/jforum?

[originally posted on jforum.net by GatorBait3]
 
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
"HTTP Status 404 -jforum/install/install.page"

But after I download JForum-2.1.6 from another location. I can see the installation page, but it display JForm-2.1.6.

I think couple locations have verion of JForum-2.1.6. That's why I can't install in it.
[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
It display JForum-2.1.5
[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
(edit again take 2)...it sounds like the zipped download gave some folk problems in this thread:

https://coderanch.com/t/575942

...you might try to download again...I am in the process of installing that to check myself. The above thread also mentions the version mis-labeling.

sorry for all the re-edits!
[originally posted on jforum.net by ken0]
 
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
ok I downloaded just now from here:

http://www.jforum.net/download.jsp

...and was able to install even tho there was no install/ directory that apparent comes with the archive file. your earlier issue may have been from missing this step:

Remove the line "install = net.jforum.view.install.InstallAction" from the file WEB-INF/config/modulesMapping.properties

...when following the manual instructions.

today's download does say v2.1.5 even tho it's really 2.1.6

...you should do a search on jforum for jboss, someone has recently posted on that. I found that the tomcat that comes with jboss was a bit different from what I know. Do you have any insight?
[originally posted on jforum.net by ken0]
 
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
[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
Again, there isn't an "install" directory after you unzip the files.

With JBoss, what I do is unzip the jforum-xxx.zip file into a different dir than the JBoss deploy dir. I rename the jforum-xxx dir to jforum.war.

Then copy or move the jforum.war directory to the $JBOSS_INSTALL_PATH/server/default/deploy directory. JBoss will deploy it from there.

Sometimes you will need to "touch" the jforum.war/WEB-INF/web.xml to refresh the date/time so JBoss will redeploy the files.

Then load your browser and hit http://your-server-name:8080/jforum to start the install.

[originally posted on jforum.net by GatorBait3]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic