FAQ/ JSP

"JSP" Related Questions

11 Questions Available.
1
What is a web application ?

Webapps A web application is a collection of servlets, html pages, classes, and other resources that can be bundled and run on multiple containers from multiple

More...
2
Connecting to mysql using JSP

Connecting to mysqlWe can connect to mysql using JDBC. Use the below displayed code for

More...
3
How to run servlet after servlet installation?

Run servlet:Use the below links to execute a servlet after servlet installation.http://example.com/servlets/orhttp://example.com/serv/

More...
4
How to set DB Configuration in Java Property file?

For configuration purposes, using properties file is a good way of reusing. In this way, when the code is packaged to a jar file, users can just put the different configurations in the

More...
5
How to configure welcome file list in web.xml ?

Welcome file list XML tag of the web.xml file is used to specify the default page of a web application. This tag can have any number of

More...
6
Difference Between Shared JSP and Dedicated JVM Hosting

Shared JSP Hosting :Shared JSP Hosting is meant to host small websites developed

More...
7
how to host java website?

The websites developed with plain jsp files with MySql can be hosted here on the Shared JSP Hosting. Also

More...
8
I require a web space with JSP and MYSQL support?

If you require a space with both JSP and MYSQL support, then you can buy Dedicated JVM packagesThe dedicated

More...
9
How can I install any kind of Java or JSP software in a hosting space?

How can I install any kind of Java or JSP software in a hosting space?If you want to install Java/JSP softwares without any hassles then go for the 'Dedicated

More...
10
Can I run JSP file on Linux server?

You cannot run JSP files on normal Linux hosting package. If you want to run JSP files then buy Dedicated JVM.Buy the dedicated JVM plans @ 

More...
11
Can I upload my java files directly into the Cpanel?

Yes, you can upload your modified jsp files into cpanel directly under your application. Instead of compile war file,just upload modified jsp files under application path in cpanel and just restart tomcat

More...