Regards,
Anandraj
http://weblogic-wonders.com
Follow us on facebook:
https://www.facebook.com/weblogicwonders
anandraj tadkal wrote:Sriram,
WebLogic server has its own servlet container.
All you need to do is to configure your Netbeans with the weblogic server and run the applications on it.
Alternatively you can export the application from the Netbeans as a war file and write WebLogic Specific Deployment descriptor and deploy it on the WebLogic Server.
Cheers,
Anandraj
http://weblogic-wonders.com
Regards,
Anandraj
http://weblogic-wonders.com
Follow us on facebook:
https://www.facebook.com/weblogicwonders
anandraj tadkal wrote:Hi Sriram,
WebLogic Server provides many features for deploying the application.
The most easier one is to use the weblogic admin console to do so.
1. Login into the console, navigate to the Deployments tab from the left panel.
2. Click install and specify the file to be installed.
Alternatively you can also use the weblogic.Deployer utility to deploy the application.
1. Open a command prompt , set the classpath by running the setDomainEnv script.
2. Execute the below command.
Deploying application on admin server:
java weblogic.Deployer -adminurl url -username username -password password -name myapp -deploy c:/myapps/myapp.ear
Deploying application on managed server:
java weblogic.Deployer -adminurl url -username username -password password -name myapp -deploy c:/myapps/myapp.ear -targets ManagedServer1
Refer the WebLogic Deployer link for more details on the utility.
Cheers,
Anandraj
http://weblogic-wonders.com
Regards,
Anandraj
http://weblogic-wonders.com
Follow us on facebook:
https://www.facebook.com/weblogicwonders
anandraj tadkal wrote:The Tomcat that is bundled with the NetBeans 6.9.1 works on JDK 1.6 Update 13 or later. The 6.9.1 version of the IDE can not be installed using JDK 5.0. Hence the Hibernate application that works fine with TomCat server is compiled with JDK 1.6.
However the weblogic server 8.1 is shipped with JDK 1.4.
This could cause the problem.
You can try deploying the application on WebLogic Server 10.3 and later as they are shipped with JDK 1.6 and later.
Else try to recompile the application in JDK 1.4.
javac -source 1.4 FIleName.java
Cheers,
Anandraj
http://weblogic-wonders.com
Regards,
Anandraj
http://weblogic-wonders.com
Follow us on facebook:
https://www.facebook.com/weblogicwonders
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|