Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: What Makes WEB-INF

Re: What Makes WEB-INF

From: Kai-Uwe Klavei <klavei_at_gmx.de>
Date: Sun, 13 Feb 2005 11:41:42 +0100
Message-ID: <378p3nF58vi27U1@individual.net>


St. John Chen schrieb:
> I saw a JSP servlet running on Oracle 9i.

There are JavaServer Pages (JSPs) and there are Java Servlets - there is nothing named "JSP servlet". JSPs and/or Servlets are part of a Web Application.

> The Java classes are stored
> in WEB-INF/classes, WEB-INF/lib, META-INF directories.

These directories and there content are also part of a Web Application.

See:
Project Conventions for Enterprise Applications: http://java.sun.com/blueprints/code/projectconventions.html And follow the provided links:
Packaging and Deployment:
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/deployment/deployment.html Application Developer's Guide:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/appdev/source.html

> I tried to read through Oracle 9i documentation, but I don't find any
> information regarding any application which will create such directory
> and Java classes. I assume I may miss out some documents.
>
> Can anyone points me to the documentation name, as well as the PDF filename?

You can read the specifications if you want to: http://java.sun.com/products/servlet/download.html http://java.sun.com/products/jsp/reference/api/index.html

> Is there a Java program provided by Oracle to create such a structure?

The developers (the IDE, the build file, ...) of a Web Application create that structure.

> If I would like to migrate thoese installed files + Java classes into
> another server, without the installation file, is there any
> documentation on how to setup the environment?

Ask the provider of that Web Application. Consult the documentation of that Web Application.

Kai-Uwe Received on Sun Feb 13 2005 - 04:41:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US