Is there anyone out there who can tell me how to correctly create and deploy a wasp.war
servlet on a weblogic 6.1 standalone server domain. I just can't get it done.
I'm using wasp 4.6 J2eeIntegrate --installation-type=weblogic --htpp-port=??? -https-port=??? --shared
I presume I should use 7001 7002 and deploy the servlet and call
http://localhost:???/<context>/wasp/admin/console but I just can't seem to get it to work.
Thx.