How do I use Visual Cafe to debug my servlets running inside the WebLogic Web server?
Created May 7, 2012
Irene Espadas You have to go to Project-Option-Server. In the button option "Manage Deployment Target" you have to configure the server, putting the password, server name and domain. You can do this in enviroment options for all the projects Run the servlet. It has to generate a web.xml and weblogic.xml file. I think you have to make a directory named classes in configmydomainapplicationsDefaultWebApp_myserverWEB-INFclasses. Make sure the xml files it generates have been put in configmydomainapplicationsDefaultWebApp_myserverWEB-INF\