Hi,
I am facing a problem while deploying my ".war" file in weblogic 6.0 server. I use the following command:
d:\> java weblogic.deploy -debug -port 7001 -host localhost update weblogic employee d:\APPTEST\forwar\basic_employee.war
I am facing the following error:
java.net.MalformedURLException: unknown protocol: d
at java.net.URL.<init>(URL.java:480)
at java.net.URL.<init>(URL.java:376)
at java.net.URL.<init>(URL.java:330)
at weblogic.deploy.parseSource(deploy.java:539)
at weblogic.deploy.init(deploy.java:299)
at weblogic.deploy.runBody(deploy.java:214)
at weblogic.utils.compiler.Tool.run(Tool.java:81)
at weblogic.deploy.main(deploy.java:1036)
java.lang.NullPointerException
at weblogic.deploy.deployApplication(deploy.java:420)
at weblogic.deploy.deploy(deploy.java:367)
at weblogic.deploy.runBody(deploy.java:222)
at weblogic.utils.compiler.Tool.run(Tool.java:81)
at weblogic.deploy.main(deploy.java:1036)
Please look at the first line. It says "unknown protocol: d".
Please help me to solve this problem.
Thanks,
Karthikeyan.