How to do a redirect in Liferay/TomcatStrange Tomcat trailing slash redirect domain handlinghow to find out running tomcat versionIs it possible to make NGINX work with Liferay on Tomcat using http and https?Liferay JSP is redirecting me to a page i dont want to be redirectHow to configure multiple login pages for LiferayLiferay overriding other domainsHow to configure Apache to redirect subdomains to Tomcat applicationsHow to do lots of 301 Redirect (Tomcat)Apache mod_rewriteRedirect Apache to Tomcat or Nginx to Tomcat

Can a Bard use an arcane focus?

How do I repair my stair bannister?

I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?

Books on the History of math research at European universities

Is it okay / does it make sense for another player to join a running game of Munchkin?

Simple image editor tool to draw a simple box/rectangle in an existing image

How will losing mobility of one hand affect my career as a programmer?

Teaching indefinite integrals that require special-casing

Lightning Web Component - do I need to track changes for every single input field in a form

Can somebody explain Brexit in a few child-proof sentences?

Why is delta-v is the most useful quantity for planning space travel?

Did US corporations pay demonstrators in the German demonstrations against article 13?

Can I rely on these GitHub repository files?

How to check participants in at events?

"lassen" in meaning "sich fassen"

Do all polymers contain either carbon or silicon?

Is there enough fresh water in the world to eradicate the drinking water crisis?

What does the "3am" section means in manpages?

Should my PhD thesis be submitted under my legal name?

Invariance of results when scaling explanatory variables in logistic regression, is there a proof?

Is there an wasy way to program in Tikz something like the one in the image?

Is infinity mathematically observable?



How to do a redirect in Liferay/Tomcat


Strange Tomcat trailing slash redirect domain handlinghow to find out running tomcat versionIs it possible to make NGINX work with Liferay on Tomcat using http and https?Liferay JSP is redirecting me to a page i dont want to be redirectHow to configure multiple login pages for LiferayLiferay overriding other domainsHow to configure Apache to redirect subdomains to Tomcat applicationsHow to do lots of 301 Redirect (Tomcat)Apache mod_rewriteRedirect Apache to Tomcat or Nginx to Tomcat













0















I need to make a redirect from a Liferay 6 that runs on a tomcat 6 to another website. The old page running on the Liferay 6 is going to be faded out, but we still need it for the old URL.
How can I make it so that when the old URL is called it redirects to the new one.



Following answers are not viable:



  1. updating the tomcat and/or liferay

  2. putting an apache webserver and/or nginx in front of it

  3. modyfing the actual start page

I do understand that the tech is old and the question might not even have a 'good' answer. I am also pretty sure, the fastest way would be #3.
I am asking this question to see if there are other ways to do it.



Thanks and have a nice day.










share|improve this question







New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Can you inject a little js in the liferay page using theme settings?

    – Daniele Baggio
    Mar 21 at 15:44











  • "fade out but needed for the old URL", what does that mean? Do you still need the old content to stay available, or just anything that doesn't result in 404 errors? Currently I read that you want to change everything without changing anything, or you're just arbitrarily are adding constraints

    – Olaf Kock
    Mar 22 at 12:23















0















I need to make a redirect from a Liferay 6 that runs on a tomcat 6 to another website. The old page running on the Liferay 6 is going to be faded out, but we still need it for the old URL.
How can I make it so that when the old URL is called it redirects to the new one.



Following answers are not viable:



  1. updating the tomcat and/or liferay

  2. putting an apache webserver and/or nginx in front of it

  3. modyfing the actual start page

I do understand that the tech is old and the question might not even have a 'good' answer. I am also pretty sure, the fastest way would be #3.
I am asking this question to see if there are other ways to do it.



Thanks and have a nice day.










share|improve this question







New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Can you inject a little js in the liferay page using theme settings?

    – Daniele Baggio
    Mar 21 at 15:44











  • "fade out but needed for the old URL", what does that mean? Do you still need the old content to stay available, or just anything that doesn't result in 404 errors? Currently I read that you want to change everything without changing anything, or you're just arbitrarily are adding constraints

    – Olaf Kock
    Mar 22 at 12:23













0












0








0








I need to make a redirect from a Liferay 6 that runs on a tomcat 6 to another website. The old page running on the Liferay 6 is going to be faded out, but we still need it for the old URL.
How can I make it so that when the old URL is called it redirects to the new one.



Following answers are not viable:



  1. updating the tomcat and/or liferay

  2. putting an apache webserver and/or nginx in front of it

  3. modyfing the actual start page

I do understand that the tech is old and the question might not even have a 'good' answer. I am also pretty sure, the fastest way would be #3.
I am asking this question to see if there are other ways to do it.



Thanks and have a nice day.










share|improve this question







New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I need to make a redirect from a Liferay 6 that runs on a tomcat 6 to another website. The old page running on the Liferay 6 is going to be faded out, but we still need it for the old URL.
How can I make it so that when the old URL is called it redirects to the new one.



Following answers are not viable:



  1. updating the tomcat and/or liferay

  2. putting an apache webserver and/or nginx in front of it

  3. modyfing the actual start page

I do understand that the tech is old and the question might not even have a 'good' answer. I am also pretty sure, the fastest way would be #3.
I am asking this question to see if there are other ways to do it.



Thanks and have a nice day.







tomcat liferay url-redirection liferay-6 tomcat6






share|improve this question







New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Mar 21 at 14:48









Em.Em.

11




11




New contributor




Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Em. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Can you inject a little js in the liferay page using theme settings?

    – Daniele Baggio
    Mar 21 at 15:44











  • "fade out but needed for the old URL", what does that mean? Do you still need the old content to stay available, or just anything that doesn't result in 404 errors? Currently I read that you want to change everything without changing anything, or you're just arbitrarily are adding constraints

    – Olaf Kock
    Mar 22 at 12:23












  • 1





    Can you inject a little js in the liferay page using theme settings?

    – Daniele Baggio
    Mar 21 at 15:44











  • "fade out but needed for the old URL", what does that mean? Do you still need the old content to stay available, or just anything that doesn't result in 404 errors? Currently I read that you want to change everything without changing anything, or you're just arbitrarily are adding constraints

    – Olaf Kock
    Mar 22 at 12:23







1




1





Can you inject a little js in the liferay page using theme settings?

– Daniele Baggio
Mar 21 at 15:44





Can you inject a little js in the liferay page using theme settings?

– Daniele Baggio
Mar 21 at 15:44













"fade out but needed for the old URL", what does that mean? Do you still need the old content to stay available, or just anything that doesn't result in 404 errors? Currently I read that you want to change everything without changing anything, or you're just arbitrarily are adding constraints

– Olaf Kock
Mar 22 at 12:23





"fade out but needed for the old URL", what does that mean? Do you still need the old content to stay available, or just anything that doesn't result in 404 errors? Currently I read that you want to change everything without changing anything, or you're just arbitrarily are adding constraints

– Olaf Kock
Mar 22 at 12:23












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Em. is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55283163%2fhow-to-do-a-redirect-in-liferay-tomcat%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Em. is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Em. is a new contributor. Be nice, and check out our Code of Conduct.












Em. is a new contributor. Be nice, and check out our Code of Conduct.











Em. is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55283163%2fhow-to-do-a-redirect-in-liferay-tomcat%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript