• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Newbie- JForum and JRun?

 
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 have several forums running under asp and php, but i wanted to try JFORUM out, however im finding it alittle more difficult then i thought. can anyone provide the instructions they use to setup thier forum?


im running Windows Sever 2003 /w MySql and IIS 6.0.


Thanks in adance.
[originally posted on jforum.net by RikoNaz]
 
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
IIS -> ASP / ASP.NET
Apache -> php
Servlet Container (like Tomcat / JRun / ...) -> jsp / jsf / ...

From what you have listed as environment... is IIS 6.0 - which is no servlet container.
[originally posted on jforum.net by Sid]
 
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

Sid wrote:IIS -> ASP / ASP.NET
Apache -> php
Servlet Container (like Tomcat / JRun / ...) -> jsp / jsf / ...

From what you have listed as environment... is IIS 6.0 - which is no servlet container.




LOL..i know that much. i listed Jrun and JForum in the topic thread ,in which i have Jrun .. what im uncertain is,

how to deploy Jforum within jrun 4.0, ive added it under the default-war folder, and deployed it as an web application, however, theres seems to be a step im missing. im not sure which step,
[originally posted on jforum.net by RikoNaz]
 
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
You *have* to use JRun? There are some bugs in their servlet-spec implementation that turns your life into a living hell.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
I second that... AFAIK, JRun has officially been orphaned by Adobe... and it's be dying a slow death ever since Jeremy Allaire left as Macromedia's CTO. If you can, I'd move away from that ASAP to TomCat or JBoss depending on your needs. AFAIK there are ColdFusion options for both these as well.

That said, you might be able to get it to work under JRun, depending on your version and patch level.
[originally posted on jforum.net by monroe]
 
Your buns are mine! But you can have this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic