uolaod war file

what other files do I need to upload with my war file ? Dose any one run the linux ver ?
[95 byte] By [kc8pdra] at [2007-11-27 0:08:35]
# 1

WAR (Web Archive) is a JAR file that includes the complete Web application deployment structure in a single archive file. The file structure includes all static webpages, WEB-INF directory and web.xml file, all librarries, and web component class files.

To export a project to a WAR file from the IDE:

In the Projects window, right-click the project-name node and choose Export WAR File.

In the Export WAR dialog box, choose the Java specification to which your target container conforms. For example, to deploy to Sun JavaTM System Application Server Platform Edition 8.2, select the J2EE 1.4 option. To deploy to Sun Java System Application Server 7, select the J2EE 1.3 option.

Enter the location to which to export the WAR file and click OK.

The IDE builds the WAR file using the default libraries. To add additional libraries to the WAR file, create a library reference in your project.

Rradhikaa at 2007-7-11 16:07:56 > top of Java-index,Development Tools,Java Tools...
# 2
I upload the war file with gftp in linux the I restart the tomcat server I get an error but when I run it local It works . I email tech support they made a test page it work . Do you think why it is not working I'm doning it in linux ?
kc8pdra at 2007-7-11 16:07:56 > top of Java-index,Development Tools,Java Tools...
# 3
Seems like you are not using the IDE to deploy ? Also, need more details ...
Rradhikaa at 2007-7-11 16:07:56 > top of Java-index,Development Tools,Java Tools...
# 4
ok what it is I right click the export war files . then I upload it with a ftp client the I upload the file . Then I log in to my server the restart the tomcat server . then when I go to my jsp page it say's can not find page ?
kc8pdra at 2007-7-11 16:07:56 > top of Java-index,Development Tools,Java Tools...
# 5
The problem could be with your web.xml file. Also, check the following url : Deployment Example: Tomcat http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/depl oy/howtodeploy/deploy_tomcat.html
Rradhikaa at 2007-7-11 16:07:56 > top of Java-index,Development Tools,Java Tools...