Okay so I have written a web page now what

Issues and Questions related to running Apache Tomcat on z/OS
Post Reply
cletusmcgee
Posts: 2
Joined: Tue Feb 23, 2010 1:00 pm

Okay so I have written a web page now what

Post by cletusmcgee »

I have developed a web page that I want to see how Tomcat displays it out. I am really lost as to how to put this into Tomcat so that it will display in my browser. I am not sure were to put it and them what will be the //http/10.10.10.10/??????/?????.

My pages are just HTML pages.

Thanks for the help


Cletus
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Tomcat web applications are packaged in WAR files (a zip file with a standard layout), or in directories that are structured like war files.

You can includ static html in a web app (war).

This is not really the best forum to discuss how to build a web app, or how to use Tomcat. We can help with respect to the specific issues of running Tomcat on z/OS.

For basic Tomcat information, you can start with the user documentation:

http://tomcat.apache.org/tomcat-6.0-doc/index.html

See: "First Web application" above for getting started.

The "Tomcat-users" mailling list and archives is the best place to get general, non-z/OS specific help. But RTM first.
Post Reply