| View previous topic :: View next topic |
| Author |
Message |
cletusmcgee
Joined: 23 Feb 2010 Posts: 2
|
Posted: Thu Feb 25, 2010 9:46 am Post subject: Okay so I have written a web page now what |
|
|
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 |
|
| Back to top |
|
 |
dovetail Site Admin
Joined: 29 Jul 2004 Posts: 878
|
Posted: Thu Feb 25, 2010 10:17 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|