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

installing JFORUM on LINUX

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Can JFORUM be installed on LINUX OS
if yes - how to do it??
Thanks
[originally posted on jforum.net by yanam]
 
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

yanam wrote:Hi!
Can JFORUM be installed on LINUX OS
if yes - how to do it??
Thanks


Yes! JForum is not tied to any specific operating system.

You install it on Linux the same way you install it on any operating system.

You can review the install instructions to see how to do it, and what you need (i.e. an app server like Tomcat).
[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
thank you
that is my main problem - I can't install tomcat on linux
in the instruction said that i have to run "startup.sh" - I doing it, but anything not happing
can you help me with this prob??
thanks
[originally posted on jforum.net by yanam]
 
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

yanam wrote:thank you
that is my main problem - I can't install tomcat on linux
in the instruction said that i have to run "startup.sh" - I doing it, but anything not happing
can you help me with this prob??
thanks


So when you say you are running "startup.sh" and nothing is happening, what do you mean? Does the Tomcat service start? You can verify this by hitting http://yourservername.com:8080 to see if there is a Tomcat page displayed. If you do see it, you should be able to add the install context path after that for your JForum install (i.e. http://yourservername.com/8080/JForum-2.x.x.x.) to get the JForum page.

If you are getting "can't start" or other error messages, do you have the correct permissions to start tomcat (i.e. root or in the tomcat group)?

Or, are you having problems even getting Tomcat installed? If this is the problem, you will need to provide more info on which Linux distro you are using, and you will need root access to install Tomcat.
[originally posted on jforum.net by GatorBait3]
 
A sonic boom would certainly ruin a giant souffle. But this tiny ad would protect it:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic