Is glassfish a web server or application server?
Answer / Rishi Kesh Kumar
GlassFish is an open-source application server which can also serve as a web container, making it both a web server and an application server.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a "webb app" in Tomcat that serves only HTML, and I'd like to make the path component of the URL case- insensitive. So if the client navigates to http://<domain.host>/Pics or http://<domain.host>/pics or http://<domain.host>/PIcs they'll get the same resource.
What is the deployment process of web application using war file?
What is the purpose of tomcat?
Is it possible to capture the mac address of the clients who are using your server?
What is the server server.xml configuration file?
What port does tomcat use?
What is heap size in tomcat?
suppose 10 request is sent to servelt how many time init() and destory method is called
What is tomcat web xml?
What is coyote?
What is webapps folder in tomcat?
What is default session time out in tomcat?