Hi :-)
I don't think its possible to export a war file from netbeans( I asked coz I know that it is possible in eclipse). I could now create the war file using the command line
jar -cvf mywarfile.war * ( It didn't work earlier coz I missed the space before * .. foolish me)
Now on the weblogic console, the process completes till the installation but fails when i try to activate changes (or start the deployment). It gives me the following error:
weblogic.management.DeploymentException: [
J2EE:160177]The application at "C:\Documents and Settings\smonga\Desktop\javaprojects\xyz\xyz.war" was not recognized as a valid application type. If this is an EAR file, please ensure the META-INF/application.xml exists. EJB-JARs should have a META-INF/ejb-jar.xml. WAR files require a WEB-INF/web.xml, and RARs require a META-INF/ra.xml. A JMS deployment should be an XML file whose name ends with "-jms.xml". A
JDBC deployment should be an XML file whose name ends with "-jdbc.xml". For other application types, please consult the WebLogic Server documentation.
looks like there's a glitch somewhere..
help !!