answersLogoWhite

0


Best Answer

just click submit

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you send a message from jsp file to HTML file in tomcat server?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a block of information stored in an HTML file on a server?

A block of information stored in an HTML file on a server is called a control file. A file may contain program instructions or data, which may be numerical, textual or graphical information.


How do you compile servlet in java using tomcat?

Tomcat is a server. It is used to deploy and run Servlets and not compile them. A Servlet is a java file and has to be compiled just like any other Java Class.


Does a webpage end in HTML?

A web page need not have an HTML suffix. It can have HTM or SHTML instead. Or a server can be directed to send any file as HTML using either the server's configuration files or a .htaccess file in the same directory as the web page.


Where do you deploy the servlet files?

The Servlet file and all other components of the web/j2ee project get deployed onto a web server (Websphere, Weblogic, Tomcat etc) They are packaged into an Enterprise Archive file (EAR) and deployed on the server


Do xHTML files have to be saved with a HTML extension?

No, but they work best that way. You can use any extension you'd like to on an HTML file. You just need to be sure that the server is serving the file with the MIME type of "text/html."


Is HTML runs on the server and the browser?

HTML code is displayed in a browser. It does not run on anything; it only includes directions to the browser on how to format content. The server just stores the file for the browser to load and interpret.


When creating a HTML webpage where do you write the url address?

HTML pages do not create their complete URL. The URL is generated by the Web server. Part of the URL is the saved name of the HTML file (e.g. page.html). The rest of the URL depends on where the HTML document is saved on the Web server (e.g. www.webserver.com/directory/page.html). You specify the name of the Web page in the HTML file by using the <title>My Page Name</title> tags.


How do you convert HTML file into a website?

There is nothing like converting HTML file to a website. A file with .html extension and when run in a web browser will be same as a website. To use that or access that everywhere you need to buy a server first.


What is the name of the protocol that windows network rely on for their file sharing?

The Windows file sharing protocol is the Server Message Block or SMB. It was developed by Barry Feigenbaum at IBM.


What is the file name extension used in webpages?

Its .htm or .HTML for an HTML document. They are the same thing. There is also serverside pages that have other extensions that spit out HTML after the server validates it. .php and .aspx


What is file type shtml?

The file type "shtml" is practically the same as an HTML file. The "s" in SHTML is used to indicate that the file includes server-side includes (normally on the Apache server, and normally using Perl.) More modern practices have dropped the "s" but continue the practice of inserting dynamic code from the server.


Can you embed a php file project into a HTML page so the php project is shown between the HTML?

If you want to show the folder in html just use link reference in html. For example: <a href="/path/to/folder">PHP File Project</a> If it is on a server do remember to get real path of folder