Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi,buddy I am a java programmer and also a blogger.would u give me a favor?I’m interested in your blog theme.Could you send a email to me with the theme.thank you! mars.ma.cn@gmail.com
- Mars
Sorry please delete this comment , I got it , Just wondering is it necessary to have index.jsp or .html file in webapps/myapp folder , when i tried using https://localhost:8080/myapp it won’t work but when i specified .html file and accessed in same it worked ? Also it will be great if you can confirm below two points 1. Is it necessary to have web.xml 2. Does accessing the servlet way has changed now sometime it work as https://localhost:8080/myapp/servlet/MyServlet and some where https://localhost:8080/myapp/MyServlet , why is it so or am i missing something ? Thanks
- Shashank
I made similar configuration changes in my tomcat server.xml as explained in the tutorial and have placed myCertificate.cert in conf directory. but while i am trying to access application using http url, browser gets redirected to https with 8443 port but home page mentioned in the browser URL.is not displyed. getting ERR_connection_refused
- Labanya Kumar
I have successfully setup the SSL arrangement as described in the article. However, the redirect from http to https is a 302 redirect i.e., temporary redirect. How can I make this redirect a permanent one i.e., 301 redirect?
- Hardik
Hi: i want to host my side from my computer. i have a router with static IP . my apache tomcat port if 8080; how my jsp side host please help me.
- Aqueel Alam
Hi Pankaj, The redirection works only at the root ex:if i give my application as https://my_server_ip it will redirect to https://my_server_ip but when i try to give the url as https://my_server_ip/application It won’t redirect to https://my_server_ip/application. Could you please suggest a workaround for this. Thanks for this awesome post.
- Pratham
Hi Pankaj I have one question, I have enabled BASIC authentication for my application by putting required entries for it in its respective web.xml file, also I have enabled port redirection from 8080 to 443 in the web.xml file of tomcat. After enabling port redirection while accessing my application authentication is not getting prompted, can you please advise me why is the strange behaviour happening
- Vimalan Ravindran