WL 4.51 - Visual Cafe Expert Edition

From: Romin Irani <[email protected]>
Subject: Re: VM options in Visual Cafe debugger
Date: Friday, June 30, 2000 12:52 PM
Hi,
We are using WebLogic 4.51 and Visual Cafe 4.0a Expert Edition. Can someone
send me detailed instructions on setting up the Visual Cafe IDE to debug my
servlets/JSP code with WebLogic. Kindly help me on the same.
Thanks and appreciate the help,
Romin Irani.
WebLogic <[email protected]> wrote in message
news:8j8l15$3nj$[email protected]..
Hi,
I am using Visual Cafe 4.0 Expert Edition with WebLogic v4.51. I have
configured a VM to spawn the weblogic.Server class such that
Project-->Execute works fine. When I run in the debugger, however, the
system properties aren't being sent to the JVM. How do I pass thefollowing
arguments to the VM when debugging?
-Dweblogic.system.name=myproject
-Duser.dir=d:\weblogic4.5
-Dweblogic.system.home=d:\weblogic4.5
Thank You,
-Ernesto

 

Similar Messages

  • Visual Cafe 3.1

    Could Weblogic fellows put some instruction to debug (Remote JVM Debug) EJBs
    using Visual Cafe 3.1?
    It never worked successfully for me. Is there any other way debug the
    EJBs(Session Beans).
    New Developers really struggle to understand where the prpblem is?. I would
    really appreciate if any body gives any idea.
    Thanks
    /selvan
    Captura Software Inc

    Download the patch Visual Cafe 3.1a from
    http://www.symantec.com/domain/cafe/downloads.html. The patch.htm file mentions some
    generic replacement files - vcdbg_generic_1.2.exe and vcdbg_generic_1.2.tar that must
    be installed to facilitate debugging on JDK 1.2.
    Nirav.
    Paul White wrote:
    Visual Cafe 3.1 does support JDK 1.1/1.2 switching for debuggging (see
    Environment Options). Hosting on JDK 1.2 will be avaiable with the
    version 4.0 of Enterprise Suite (currently available with the Expert
    edition but this does not have the EJB support or Weblogic integration).
    VC has had JDK 1.2 denbugging support since March 1999.
    Visual Cafe Enterprise allows you to attach to almost any VM for
    distributed debugging.
    If you want further insructions on EJB debugging take a look at the
    Knowledgebase at www.visualcafe.com or post a message to the newsgroups
    at
    news://service.symantec.com/symantec.support.itools.win.vcafe3.distributed
    Note that WebGain is the new company which has acquired VisualCafe from
    Symantec and is funded partly by BEA Systems. More info at
    http://www.webgain.com
    Dana Jeffries wrote:
    It's fairly stright forward out-of-the-box.
    You do need the VCafe 3.1 Enterprise Suite product.
    Let me know what your particular issues are.
    (As noted in the follow up message, the debugging API has changed for JVM 1.2
    and the debuggers have not yet fully supported this iterface. I have personally
    debugged into a 1.2 JVM though only a "remote VM" running on my local machine.
    VCafe and Solaris have problems at the moment which are being addressed.)
    Dana Jeffries
    Companion Products Group
    Tamilselvan Ramasamy wrote:
    Could Weblogic fellows put some instruction to debug (Remote JVM Debug) EJBs
    using Visual Cafe 3.1?
    It never worked successfully for me. Is there any other way debug the
    EJBs(Session Beans).
    New Developers really struggle to understand where the prpblem is?. I would
    really appreciate if any body gives any idea.
    Thanks
    /selvan
    Captura Software Inc
    Learn how to build reliable, personalised e-commerce Web sites -- and
    walk away with FREE BEA software.
    Visit http://www.bea.com/events/instant/ to sign up for one of BEA's
    European 'Instant E-Commerce' seminars.--
    Nirav Chanchani
    Product Manager, Tools Integration
    BEA Systems, Inc.,
    2315 North First Street,
    San Jose, CA 95131, USA.
    Phone +1 408 570-8159
    Fax +1 408 570-8901
    E-mail [email protected]
    Web http://www.bea.com
    [att1.html]

  • Which Visual Cafe do I need?

    Hi,
    I wish to attach and debug a running version of Weblogic, to debug my
    servlets. Can I use
    Expert Edition or do I need Enterprise Edition of Visual Cafe?
    Thanks,
    Andy

    Much cheaper alternative is the BugSeeker from http://www.karmira.com
    Absolutely great product.
    Kumar Allamraju <[email protected]> wrote:
    Enterprise edition would do.
    more info: http://www.weblogic.com/docs51/classdocs/vcafe.html
    Kumar
    Andrew Nuss wrote:
    Hi,
    I wish to attach and debug a running version of Weblogic, to debug my
    servlets. Can I use
    Expert Edition or do I need Enterprise Edition of Visual Cafe?
    Thanks,
    AndyDimitri

  • Code generation using Visual cafe

    I'm using visual cafe for GUI development. It includes it's own libraries though the equivalent ones are available in JDK.
    For example: to place a component in GRid Bag layout it generates code with symantec's constructor
    new com.symantec.itools.awt.GridBagConstraintsD(,...) instead of java.awt.GridBagContraints(,...) constructor.
    Is there any way to tell Visualcafe to use jdk instead of it's own libraries when applicable? let me know if anyone knows how to do this?
    thanks,
    sampath

    The simple answer is NO, or its not simple nor reliable.
    The unsolicited answer is; stop using that garbage. I used it for 4 years. Symantec completely dropped the ball. I use the free Jbuilder version. It uses ALL official classes and does NOT force you into code conventions, nor does it complain about many things. VC has its own private section in the code where you can not manually edit it. headache. VC does geenrate much less anonymous classes, but all in all, try JBuilder. Maybe even Forte as I hear good things about that too.
    When I converted to JBuilder, I simply changed the symanted gridbag class into the sun gridbag class. In general the symantec class is EXACTLY the same, but symantec was ahead of its time, and needed to make its own classes in order to have the GUI editing since sun didnt have completel beans available at the time. But sun has not privided these beans for years, and still symantec has not adapted. I think they are arrogant now and hope this keeps you forced into their IDE since changing seems hard(though "replace" works just fine in these situations)...

  • Debugging JSPs using Visual Cafe

              I am using WL 5.1 and trying to figure out how to debug JSPs using Visual Cafe 4.0.(Enterprise Edition). The JSP file is running fine if I use plain "javac" for compilation. If I change the compiler to include -g option (for debug), I get the following error.
              Thu Aug 31 15:46:37 CDT 2000:<E> <ServletContext-General> Servlet failed with Exception
              java.lang.NumberFormatException: error=2
              at java.lang.Integer.parseInt(Integer.java:409)
              at java.lang.Integer.parseInt(Integer.java:458)
              at weblogic.servlet.jsp.JspStub.compilePage JspStub.java:303)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
              at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:92)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:168)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:99)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:742)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:686)
              at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:247)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:361)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              weblogic.properties
              weblogic.httpd.initArgs.*.jsp=\
                        pageCheckSeconds=1,\
                        compileCommand=C:/VisualCafeEE/java2/bin/javac.exe -g,\
                        workingDir=C:/weblogic/myserver/classfiles,\
                        verbose=true
              If I don't use -g option, the page gets displayed correctly. Any help would be appreciated.
              Thanks
              Sree Pillai
              

    assuming you are running on Windows, you can use a .cmd file with the
              following command in it
              javac -g %*
              if you name it c:/java/bin/javac.cmd, then replace the line with
              compileCommand=C:/java/bin/javac.cmd,\
              Barry
              Sree <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am using WL 5.1 and trying to figure out how to debug JSPs using Visual
              Cafe 4.0.(Enterprise Edition). The JSP file is running fine if I use plain
              "javac" for compilation. If I change the compiler to include -g option (for
              debug), I get the following error.
              >
              > Thu Aug 31 15:46:37 CDT 2000:<E> <ServletContext-General> Servlet failed
              with Exception
              > java.lang.NumberFormatException: error=2
              > at java.lang.Integer.parseInt(Integer.java:409)
              > at java.lang.Integer.parseInt(Integer.java:458)
              > at weblogic.servlet.jsp.JspStub.compilePage JspStub.java:303)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
              > at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:92)
              > at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              > java:168)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:99)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:742)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:686)
              > at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              > ContextManager.java:247)
              > at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              > a:361)
              > at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              >
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              >
              > weblogic.properties
              > -------
              > weblogic.httpd.initArgs.*.jsp=\
              > pageCheckSeconds=1,\
              > compileCommand=C:/VisualCafeEE/java2/bin/javac.exe -g,\
              > workingDir=C:/weblogic/myserver/classfiles,\
              > verbose=true
              > --------------
              >
              >
              > If I don't use -g option, the page gets displayed correctly. Any help
              would be appreciated.
              >
              > Thanks
              > Sree Pillai
              

  • Tuxedo Service EJBs and Visual Cafe

    Anyone know how configure the weblogic.wtc.jatmi.TuxedoServiceHome and
    weblogic.wtc.jatmi.TuxedoService classes for a new Service EJB in Visual
    Cafe?
    The classes are not listed in the Configure Enterprise Bean drop down list,
    and if I enter the class names, VC wants to create new java source files.

    Got it to work by manually editing the ejb-jar.xml file.
    "Carl Lawstuen" <[email protected]> wrote in message
    news:3bb2349b$[email protected]..
    Anyone know how configure the weblogic.wtc.jatmi.TuxedoServiceHome and
    weblogic.wtc.jatmi.TuxedoService classes for a new Service EJB in Visual
    Cafe?
    The classes are not listed in the Configure Enterprise Bean drop downlist,
    and if I enter the class names, VC wants to create new java source files.

  • Error when trying to debug in Visual Cafe

    I get a class not found exception when I run the server in Visual Cafe.
    Are there any clear directives on how to run the server (JDK 1.2.2, WIN NT)
    in debug mode?
    This is my class that I'm running and below is the error I receive.
    Any help is greatly appreciated.
    /Filip
    public static void main(String[] args) {
    String wlcl =
    "d:\\weblogic\\classes;d:\\weblogic\\lib\\weblogicaux.jar;.;D:\\GetLuckyFast
    \\release;d:\\weblogic\\classes;d:\\weblogic\\license;d:\\weblogic\\myserver
    \\serverclasses;d:\\weblogic\\lib\\weblogicaux.jar;D:\\GetLuckyFast\\release
    ;D:\\GetLuckyFast\\release\\java_extensions\\cdkjava12_3210.jar;D:\\GetLucky
    Fast\\release\\java_extensions\\jsdk.jar;D:\\GetLuckyFast\\release\\java_ext
    ensions\\javax.ejb.zip;D:\\GetLuckyFast\\release\\java_extensions\\jndi.jar;
    D:\\GetLuckyFast\\release\\java_extensions\\jms.jar;D:\\GetLuckyFast\\releas
    e\\java_extensions\\javax_jts.zip;D:\\GetLuckyFast\\release\\java_extensions
    \\mail.jar;D:\\GetLuckyFast\\release\\java_extensions\\dcxjp.zip;D:\\GetLuck
    yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
    ava_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\\jcert.j
    ar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.jar;D:\\GetLuckyFast\\re
    lease\\java_extensions\\jsse.jar;d:\\weblogic\\classes;c:\\jdk1.2.2\\lib\\to
    ols.jar;D:\\GetLuckyFast\\release;D:\\GetLuckyFast\\release\\java_extensions
    \\dcxjp.zip;D:\\GetLuckyFast\\release\\java_extensions\\mail.jar;D:\\GetLuck
    yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
    ava_extensions\\jcert.jar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.j
    ar;D:\\GetLuckyFast\\release\\java_extensions\\jsse.jar;D:\\GetLuckyFast\\re
    lease\\java_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\
    \cdkjava12_3210.jar";
    System.getProperties().put("weblogic.system.home","d:\\weblogic");
    System.getProperties().put("classpath","C:\\jdk1.2.2\\lib\\tools.jar;d:\\web
    logic\\license");
    System.getProperties().put("weblogic.class.path",wlcl);
    System.getProperties().put("registration.properties","D:\\GetLuckyFast\\rele
    ase\\registration.properties");
    System.getProperties().put("weblogic.system.name","myserver");
    System.getProperties().put("java.security.manager","");
    System.getProperties().put("java.security.policy","d:\\weblogic\\weblogic.po
    licy");
    try {
    weblogic.Server.main(args);
    } catch (Exception t) {
    System.err.println(new java.util.Date() + "####**** ERROR
    t.printStackTrace();
    }//main
    main (17:59:46): weblogic.ejb.common.DeploymentException: Deployment
    Descriptor class could notbe found in ser file:
    main (17:59:46): java.lang.ClassNotFoundException:
    [Lweblogic.security.acl.User;
    main (17:59:46): at
    java.io.ObjectInputStream.inputArray(ObjectInputStream.java:806)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
    main (17:59:46): at
    java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
    main (17:59:46): at
    java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
    main (17:59:46): at
    javax.ejb.deployment.AccessControlEntry.readObject(AccessControlEntry.java:1
    96)
    main (17:59:46): at java.lang.reflect.Method.invoke(Native Method)
    main (17:59:46): at
    java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:1685)
    main (17:59:46): at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1165)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    main (17:59:46): at
    java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
    main (17:59:46): at
    java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
    main (17:59:47): at
    java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
    main (17:59:47): at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1166)
    main (17:59:47): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    main (17:59:47): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:279)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:271)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.<init>(EJBDeployment.java:232)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:204)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:354)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:126)
    main (17:59:47): at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1278)
    main (17:59:47): at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:793)
    main (17:59:47): at java.lang.reflect.Method.invoke(Native Method)
    main (17:59:47): at
    weblogic.Server.startServerDynamically(Server.java:87)
    main (17:59:47): at weblogic.Server.main(Server.java:61)
    main (17:59:47): at T3Debugger.main(T3Debugger.java:16)
    main (17:59:47): at symantec.tools.debug.Agent.runMain(Native Method)
    main (17:59:47): at symantec.tools.debug.MainThread.run(Agent.java:48)

    Carl,
    Here's a screenshot of my project's Solution Explorer:
    OK, so I have a file called "Resources.resx" and another folder down below called "Resources" which contains images. Which one should I rename and what do I do about possible errors that might pop up when I try to Build or Run the app?
    Hello,
    I mean the .resx file, but based on your screenshot, the Resources.resx file was generated by Visual Studio and it was not added by yourself, right?
    This issue has beend discussed in the following thread, you could compare it with yours to narrow down this issue, since the error message shows that the project added duplicate data.
    http://stackoverflow.com/questions/3003914/vs2010-an-item-with-the-same-key-has-already-been-added
    You could follow that thread to check both the .resx file and the .csproj file to see whether there are duplicate data have been added.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to create ear after installing Visual Cafe plug-in for app server 6 sp3.

    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt to add a war to an ear in the deployment tool I get the following: xml file or ias xml file missing. Make sure that source archive "d:\......war" is saved before dragging. Obviously I have done this, but has this IDE plugin changed the xml parsers to a different version that could be causing this? Has anyone else ran across this error?

    Hi,
    Can you confirm to me, if you are using Visual Cafe Enterprise 4.5.1
    and iAS 6.0 SP3. Also let me know the the name & version of O/S please.
    Regards
    Raj
    Bob Pfingsten wrote:
    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt
    to add a war to an ear in the deployment tool I get the following: xml
    file or ias xml file missing. Make sure that source archive
    "d:\......war" is saved before dragging. Obviously I have done this,
    but has this IDE plugin changed the xml parsers to a different version
    that could be causing this? Has anyone else ran across this error?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Deploying an application (.ear) from Visual Cafe

    What is the easiest way to deploy an entire EJB application.
    I.e both the web and ejb parts from Visual Cafe. In JDeveloper you can just deploy
    the entire thing. But BEA has told me you have to deploy each part, then use ANT,
    then deploy again. Surely this means any change I make is going to take an hour
    to deploy.

    Check out the Netbeans IDE (www.netbeans.org) !
    "Demian Krige" <[email protected]> wrote in message
    news:3c4d6ec4$[email protected]..
    >
    What is the easiest way to deploy an entire EJB application.
    I.e both the web and ejb parts from Visual Cafe. In JDeveloper you canjust deploy
    the entire thing. But BEA has told me you have to deploy each part, thenuse ANT,
    then deploy again. Surely this means any change I make is going to take anhour
    to deploy.

  • Offline copy of SQL Database in Visual Studio Community Edition?

    I'm using an Azure Mobile Service and SQL database, and I'm interacting with it via Visual Studio Community Edition (12.0.31101.00 Update 4).
    I'm often offline, but want to work on and test the SQL code.  Is there a way to sync a local copy of the database to my pc so I can work with that to test my code?  I'm not necessarily looking to make changes to the database offline and syncing
    that back to the server, although that would be nice too.
    Thanks!

    Hello Scott,
    You could use SQL Data Sync to synchronize your local copy of the database with the Azure SQL database. The details are documented at http://msdn.microsoft.com/en-us/library/hh456371.aspx. 
    PS - the SQL Data Sync feature is still in preview and the support is only through forums.
    Regards,
    Kumar Bijayanta

  • How to build out the deployment JAR file like Visual Cafe?

    Hi everybody,
    I am wondering if there is tool within JDK could generate the JAR file like Visual Cafe's Deployment function.
    It seems that simply to include those library file (jar file's) in the target Jar could not solve the problem.
    Looking for the reply.

    You must to create your META-INF file.
    see more details :
    http://java.sun.com/docs/books/tutorial/jar/

  • WebLogic service packs and Visual Cafe

    I installed Service Pack 6 for WebLogic. I used "wlconfig" to update the registry, and I also changed the "startWebLogic.cmd" batch file in the WebLogic home directory. However, when I start the server from VisualCafe it does not use SP6. It appears that Visual Cafe has it's own way of launching the WebLogic server. Anyone have any idea how Visual Cafe does this and what I have to change so it will use SP6?
    Thanks,
    Dave
    [email protected]

    I installed Service Pack 6 for WebLogic. I used "wlconfig" to update the registry, and I also changed the "startWebLogic.cmd" batch file in the WebLogic home directory. However, when I start the server from VisualCafe it does not use SP6. It appears that Visual Cafe has it's own way of launching the WebLogic server. Anyone have any idea how Visual Cafe does this and what I have to change so it will use SP6?
    Thanks,
    Dave
    [email protected]

  • WL 5.1 and Visual Cafe 3.1

    We are evaluating WL 5.1, and purchased a copy of Visual Cafe 3.1 Enterprise
    with hopes of setting up a development environment for simplified deployment
    of EJBs to the WL server. Has anyone had success in setting this
    environment up?
    It seems that Cafe wants WL to be installed on the same machine. Is this
    true? Out of the box, using the wizard to create a new WL EJB does not work
    as it appears to be looking for WL classes that don't exist.
    The BEA web page only shows support for 4.5.1. Is 5.1 officially supported
    via front end tools?

    Tony,
    As Nirav mentioned, VCafe 3.1.a does not support WLS 5.1. WLS 5.1 shipped well after VCafe 3.1a.
    You will need VCafe 4.0, currently under development, in order to deploy or configure EJBs for WLS
    5.1.0.
    -dana
    Tony Bailey wrote:
    Nirav,
    We have done a full reinstall of the product suite. My workstation now has
    WL 5.1 and Cafe 3.1a (patched). Using the project wizard I chose to create
    a new EJB for WebLogic. When choosing to configure the deployment
    descriptor, the build succeeds, but we get these errors:
    Visual Cafe (08:58:28): Build Successful
    Internal VM (08:58:29): Trying to load from
    XML...java.lang.NoClassDefFoundError: weblogic/ejb/utils/ui/fromXML
    Internal VM (08:58:29): java.lang.NoClassDefFoundError:
    weblogic/ejb/utils/ui/fromXML
    Are we not going to be able to deploy via Cafe?
    "Nirav Chanchani" <[email protected]> wrote in message
    news:[email protected]...
    Tony,
    First of all, you should download the patch 3.1a from the WebGain website
    (http://www.webgain.com/Download/index.htm). VisualCafe 3.1a is certified
    to
    work with WLS 4.5.1 only.
    Although you will need to install WLS on the same machine as VisualCafe tobe
    able to build EJB projects, the EJB's can be deployed on a remote machine
    running WLS.
    WLS 5.1 support is slated for the next release of VisualCafe EnterpriseEdition
    4.0. Another product that helps with EJB programming is StructureBuilder,also
    available from WebGain. (See http://www.webgain.com for details).
    Nirav.
    Tony Bailey wrote:
    We are evaluating WL 5.1, and purchased a copy of Visual Cafe 3.1
    Enterprise
    with hopes of setting up a development environment for simplifieddeployment
    of EJBs to the WL server. Has anyone had success in setting this
    environment up?
    It seems that Cafe wants WL to be installed on the same machine. Isthis
    true? Out of the box, using the wizard to create a new WL EJB does notwork
    as it appears to be looking for WL classes that don't exist.
    The BEA web page only shows support for 4.5.1. Is 5.1 officiallysupported
    via front end tools?--
    Nirav Chanchani
    BEA Systems, Inc.

  • Weblogic 4.5 and Visual Cafe 3.1

    Hi,
    I am having a problem integrating Visual Cafe with Weblogic.
    Specifically, it involves getting the Weblogic classpath modified to support
    setting up a connection pool to an Informix database. If I start the
    Weblogic server manually, I can set the server classpath appropriately to
    find the Informix JDBC driver and my pool is setup properly.
    However with VC, it starts the Weblogic server from the IDE and I have
    not been able to get the addition classpath entries to find the Informix
    driver. Is there a way to add additional classpath entries so that when VC
    starts Weblogic it will find my JDBC driver? Or do I have to start the
    Weblogic server seperately and setup remote debugging manually?
    Thanks
    Carl

    Yes, I am using the symantec debug VM. This is the batch file I use to start WL.
    echo %CLASSPATH%
    set
    CLASSPATH=.;c:\VisualCafe\JAVA\LIB;c:\VisualCafe\JAVA\LIB\SYMCLASS.ZIP;c:\VisualCafe\JAVA\LIB\CLASSES.ZIP;c:\VisualCafe\bin\components\sfc.jar;c:\weblogic\license;%CLASSPATH%
    set PATH=c:\winnt\system32;c:\winnt;c:\VisualCafe\Java\bin;c:\weblogic\bin
    set
    JAVACLASSPATH=%CLASSPATH%;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGICCLASSPATH=.\classes;.\license;.\lib\weblogicaux.jar;c:\code\VisualCafe\Version1
    rem java -ms32m -mx32m -classpath %JAVACLASSPATH%
    -Dweblogic.class.path=%WEBLOGICCLASSPATH% -Djava.security.manager
    -Djava.security.policy==weblogic.policy weblogic.Server
    c:\VisualCafe\java\bin\debugvm -ms32m -mx32m -classpath %JAVACLASSPATH%
    -Dweblogic.class.path=%WEBLOGICCLASSPATH% -Djava.security.manager
    -Djava.security.policy==weblogic.policy weblogic.Server
    If you don'y use the symantec debug VM, it stands to reason that the debug
    environment will not see your process in the VM. I can't help you with why your
    WL crashes when you connect using the debug VM. Perhaps you could post some more
    information?
    -- Jay
    Tamilselvan Ramasamy wrote:
    Hey,
    help please
    You said that you can attach from VC 3.1 to weblogic server 4.5.1 right. How
    did you start the server ? Is it using the symantic debugvm.exe and symantic
    settings? If I start the server with javasoft java.exe then VC is not seeing
    the vm at all. And I tried starting weblogic server using symantic
    debugvm.exe, as soon as a client trying to connect then the server crashes.
    Please post the some instruction how did you do that?
    Thanks
    /selvan
    Jay Baker <[email protected]> wrote in message
    news:[email protected]...
    The latter has been successful with me. I start the WL server manually viaa
    command prompt and then 'attach to process'.
    -- Jay
    Carl Phillips wrote:
    Hi,
    I am having a problem integrating Visual Cafe with Weblogic.
    Specifically, it involves getting the Weblogic classpath modified to
    support
    setting up a connection pool to an Informix database. If I start the
    Weblogic server manually, I can set the server classpath appropriatelyto
    find the Informix JDBC driver and my pool is setup properly.
    However with VC, it starts the Weblogic server from the IDE and Ihave
    not been able to get the addition classpath entries to find the Informix
    driver. Is there a way to add additional classpath entries so that whenVC
    starts Weblogic it will find my JDBC driver? Or do I have to start the
    Weblogic server seperately and setup remote debugging manually?
    Thanks
    Carl

  • PE11, maximising the size of the photo area  to full screen from expert edit

    PE11.  Could maximise photo to full screen window directly from expert edit in PE8.  Is this still possible in PE11.  Also, area availabe for photo seens to me very limited in lattest PE11.  Anoyingly always having to manually close the large tool option panel to have any room for the image.  Are there workarounds?  I would a also like any discussion about the future developement of PE.  Is this forum the best place to put this post?

      Try working in floating windows rather than tabs. You can then maximize and minimize like all other windows keeping the pallets behind. Go to:
    Edit >. Preferences >> General
    Check the box to Allow Floating documents in Expert Mode
    You can also quickly press the tab key to hide/reveal pallets.

Maybe you are looking for

  • Powerbook G4 won't start up

    OK, I know others have had a similar issue but I haven't been able to find a solution to this and desperately need some help. My Powerbook G4 with Leopard seems to be dead and I haven't backed it up recently (yes. I know). Yesterday I installed the l

  • Change default page to Dashboards

    Hi, When i log in Presentation the first page that appears is Answers. How i change this to Dashboard? Thanks

  • Results from another Query - not available

    HI, My environment is Business Objects XI 3.1 SP2 Edge series , i have  below quereis with web Intelligence Reports 1. not available  the functions/options  Results from another Query(Any) or Results from another Query(ALL) at Query Level. 2. not get

  • MacBook Pro Not Turning On / Green Light

    Hi, I have a Mid-2010 MacBook Pro 13", which has been my trusty machine for the past five years. It's been a fantastic machine. Recently, it began losing the time, and shutting off on it's own. Yesterday, it simply gave up, shut off, and that was the

  • Laptop working at a crawling speed

    Out of nowhere, my macbook pro has come to a crawl at best, to process or do anything, i get the spinning wheel and working with files in lightroom takes 10-15 mins just for file to populate. Really have no idea what happened, how to troubleshoot or