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
Devaka Cooray
Tim Cooke
Sheriffs:
Rob Spoor
Liutauras Vilda
paul wheaton
Saloon Keepers:
Tim Holloway
Tim Moores
Mikalai Zaikin
Carey Brown
Piet Souris
Bartenders:
Stephan van Hulst
Forum:
JForum
URL rewrite?
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I use a .htaccess file with apache mod_rewrite and mod_proxy to access the jforum on my
tomcat
. The tomcat runs on port 8080.
But if I want to login in jforum, the url will rewrite to the tomcat webapp with port 8080 and not to apache path.
Is there someone, who does use this way?
kind regards,
F.O.
[originally posted on jforum.net by F.O.]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
edit jakarta-tomcat-5.5.9/conf/server.xml
add there to
<Connector port="8080" address="127.0.0.1" ... />
these parameters
scheme="http" proxyName="www.yoursite.com" proxyPort="80"
this will make tomcat thinking it is runnomg at www.yoursite.com.
See tomcat documentation for details
[originally posted on jforum.net by Anonymous]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
That works! Thanks!
kind regards,
F.O.
[originally posted on jforum.net by Anonymous]
I am displeased. You are no longer allowed to read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
tomcat port ---81;apache port---8080;
Help, how could others visit my forum?
Need suggestion
JForum Template System
hello everyone.I have made tomcat and apache together just now under your help!but--
More...