answersLogoWhite

0


Best Answer

Apache`s Tomcat is an integrated web server. It si used for hoisting web sites with support for servlets, jsps and other server-side technologies. It IS NOT USED for CREATING websites. Make a web-page using html(you may use tools like dreamweaver or outlook for the design). Have a jsp script supporting the server side computations and run on apache webserver and feel the magic..

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a webpage using apache tomcat?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find version of Tomcat?

Run version.bat from the bin folder under tomcat, you should get something like this: Using CATALINA_BASE: C:\Tomcat5 Using CATALINA_HOME: C:\Tomcat5 Using CATALINA_TMPDIR: C:\Tomcat5\temp Using JAVA_HOME: c:\jdk1.4 Version: Apache Tomcat/5.0.28 You can find the tomcat server version by using this command.


How do you create a virtual host by using an IP address?

It also depends on what type of web server you are using such as Apache or Tomcat or Nginx or Lighttpd or etc.. Procedure may varies from web server to web server.... Example (Apache): NameVirtualHost 10.10.10.10 <VirtualHost 10.10.10.10> ServerName www.domain.com ServerPath /domain DocumentRoot /web/domain </VirtualHost>


What are the advantages of apache tomcat?

Tomcat is a an application, a product of Apache Software foundation, that enables you to make you standalone PC work as a Server.This can help in a lot of tasks such as programming using Java Server Pages (JSP).By installing this software you can use your PC as a server and do any related task that a server does.To avail this benefit you need to download and install Tomcat (6.0 is the latest version) and configure it thereafter.


Why create webpage using MSWord not Frontpage Why MSWord also provides webpage creation features?

What you do is you you do you do a poopy and then smeer the poopy all over the screen, then you like it of arfter you do all that then their will be a webpage on the screen.


How do you create your own website with domain name for free?

firsly create a webpage using HTML , javascript & xml languages.then using the IIS server, you can create your own website. A system administrator does this task.


How do you design webpage?

Take help from web design and development company. You may create easy webpage using Adobe Dreamweaver or Even Using Microsoft World (Just Save As your document as web page)


Can you create a webpage without using a web form?

Yes. A web form is something that goes onto a web page if you want it.


What port is used for communications between Tomcat and the Web browser?

What port is used for communications between Tomcat and the Web browser accessing the ePO console is accomplished using


How do you create a hyperlink using Firefox?

Firefox is a web browser. It can use hyperlinks in web pages. It does not create the links. To create hyperlinks, a webpage design software is used, such as SeaMonkey, iWeb, or any of the commercial web design applications.


How do you add video in webpage using hyperlink?

You can't add a video in a webpage using hyperlink but through embedding instead.


How do you create a redirect webpage?

If you are using PHP you could use this code: (In the <head>) <?php HEADER("Location: http://www.rasclerhys.com"); ?> That should automatically take you to "www.rasclerhys.com"


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.