Where to put new application

Hey!I'm new according to programming in java ee. My question is: which folder do I put my new project in. Is it in JAVA_INNSTALL_DIR/domains/domain1/applications?T.
[186 byte] By [bronze-starDukes] at [2007-11-26 12:12:16]
# 1

If you have a Web Application it would be better to package it into a WAR (Web Archive) file and the use the App Server Web GUI Tool to deploy it.

And Yes, it works the same if you put your App folder into

{INSTALL_DIR}/domains/domain1/applications/j2ee-modules

As i said, it would be better to just generate your WAR file and deploy it.

bronzestar at 2007-7-7 14:11:59 > top of Java-index,Archived Forums,Socket Programming...