apache - Default Launching Page For App -
i using apache2 , tomcat host application on ubuntu server. have used mod_jk connect apache , tomcat. have configured virtual host on apache serving port 80 , 443. want whenever user tries access domain-name-of-my-server.com should serve login page of application hosted on tomcat. whenever request made apache serves document root's index page expected.
now question what's standard way redirect user tomcat application through apache default page. redirecting through javascript index page login page of tomcat app.
wiki
Comments
Post a Comment