Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JForum
Search Coderanch
Advance search
Google search
Register / Login
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
Forum:
JForum
Starting URL?
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
What's the starting URL for JForum?
The reason is that after looking at the ActionServletRequest source code the start up process is looking for a URL with '*.page'.
if (superRequest.getMethod().equalsIgnoreCase("GET") && superRequest.getQueryString() == null && superRequest.getRequestURI().endsWith(SystemGlobals.getValue(ConfigKeys. SERVLET_EXTENSION))) {
Unless it finds this the module names don't seem to be setup correctly.
[originally posted on jforum.net by davout]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The main URL is "forums/list.page". So, if your context name is "jforum",
you should
access "http://host/jforum/forums/list.page".
Rafael
[originally posted on jforum.net by Rafael Steil]
Danger, 10,000 volts, very electic .... tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Can't use trace, put, delete methods on tomcat
questions on XML
Benchmarking Oracle Coherence
CHEECKY but i need help FAST please!
java.lang.IllegalStateException: Cannot forward after response has been committed error
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
More...