Page 1 of 1

Okay so I have written a web page now what

Posted: Thu Feb 25, 2010 9:46 am
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

Posted: Thu Feb 25, 2010 10:17 am
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.