answersLogoWhite

0

How do you upload jsp pages on Internet?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you upload jsp pages on Internet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why can you make HTML and jsp pages?

You can make HTML pages and JSP pages for web attractiveness. JSP pages offer additions features to it.


What is acronym of jsp?

JSP stands for Java Server Pages


What is full from JSP?

JSP stands for Java Server Pages


What does jsp mean?

jsp means Java Server Pages.


How to upload excel sheet data into a MySQL database using JSP and Servlets?

It is very easy to upload excel spreadsheet data into a MySQL database using JSP and servlets. Within Java there is a tool where you can designate the name and location of the file you would like to import. Once you furnish the file name Java server pages will do the work for you.


What is the Expansion for JSP?

JSP stands for Java Server Pages. They are used in Java Enterprise applications that are created to be used on web pages. The JSP page acts as the user interface for the enterprise application.


What is the fullform of JSP?

JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML.


What are the JSP atrributes?

java server pages (jsp) are used for scripting on java side with the help a server .


What is the difference between JS and JSP?

JS stands for JavaScript whereas JSP stands for Java Server Pages. JS is a scripting language that can be used in HTML and other Web related UI pages whereas JSP is a full fledged technology which is used to build complex and powerful UI web pages. JSP has support for JS too.


What are the advantages and disadvantages of JSP?

Advantages of JSP 1. HTML friendly simple and easy language and tags. 2. Supports Java Code. 3. Supports standard Web site development tools. Disadvantages of JSP 1. As JSP pages are translated to servlets and compiled, it is difficult to trace errors occurred in JSP pages. 2. JSP pages require double the disk space to hold the JSP page. 3. JSP pages require more time when accessed for the first time as they are to be compiled on the server.


How do you run jsp page in eclipse?

As far as i know, you can't. Jsp pages is to be ran from server, preferably GlassFish.


Why jsp in j2ee?

JSP stands for Java Server Pages. JSP is an integral part of any j2ee application. It handles the User Interface (UI) layer of any web based application. It has support to execute java code and also can use HTML and java script. The output of a JSP page is usually viewed in a web browser like Internet Explorer or Mozilla Firefox etc.