facebook

Please display server classpath somewhere [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206713 Reply

    Robert Varga
    Participant

    I have problems with starting Weblogic 8.1 SP2 from MyEclipse.
    (it comes up without a problem with the start script, only then I am unable to debug it).

    The domain is an integration domain, so it has to have a couple of other jar files in the classpath, besides the ones for the basic server domain.

    This is the actual classpath the startweblogic command is starting a server of an integration domain with:

    
    C:\bea\weblogic81\server\lib\weblogic_knex_patch.jar;
    C:\bea\weblogic81\common\lib\log4j.jar;
    C:\bea\weblogic81\server\lib\debugging.jar;
    C:\bea\weblogic81\server\lib\knex.jar;
    C:\bea\weblogic81\javelin\lib\javelin.jar;
    C:\bea\weblogic81\server\lib\wlw-lang.jar;
    C:\bea\jdk141_05\lib\tools.jar;
    C:\bea\weblogic81\server\lib\weblogic_sp.jar;
    C:\bea\weblogic81\server\lib\weblogic.jar;
    C:\bea\weblogic81\server\lib\ojdbc14.jar;
    C:\bea\weblogic81\server\lib\ant\ant.jar;
    C:\bea\jdk141_05\jre\lib\rt.jar;
    C:\bea\weblogic81\common\eval\pointbase\lib\pbserver44.jar;
    C:\bea\weblogic81\common\eval\pointbase\lib\pbclient44.jar;
    C:\bea\weblogic81\server\lib\webserviceclient.jar;
    C:\bea\weblogic81\server\lib\webserviceclient+ssl.jar;
    C:\bea\weblogic81\server\lib\xbean.jar;
    C:\bea\weblogic81\server\lib\wlxbean.jar;
    C:\bea\weblogic81\server\lib\xqrl.jar;
    C:\bea\weblogic81\server\lib\netui\netui-compiler.jar;
    C:\bea\weblogic81\server\lib\wli.jar;
    C:\bea\weblogic81\server\lib\fop.jar;
    C:\bea\weblogic81\integration\adapters\sample\lib\sample-eis.jar;
    

    I know it is possible to add classpath elements, but it would also be useful to know, what exactly is the classpath which MyEclipse tries to start the Weblogic server with.

    So at least MyEclipse should write out the classpath which will be/is actually used either in the console window, or the server classpath configuration panel or at least in the Eclipse log.

    And as a fast solution, please post the list of jar files which MyEclipse on its own includes in the classpath for starting a Weblogic 8 server.

    Also a Pointbase server may be started from the startweblogic command depending on a variable (it invokes a separate script, so it could be done manually, only it is more user-friendly to have it done automatically). It would be useful if this could also be started and stopped together with the weblogic server.

    Regards,

    Robert Varga

    #206715 Reply

    Scott Anderson
    Participant

    Robert,

    The domain is an integration domain, so it has to have a couple of other jar files in the classpath, besides the ones for the basic server domain.

    And as a fast solution, please post the list of jar files which MyEclipse on its own includes in the classpath for starting a Weblogic 8 server.

    The base startup of a WebLogic server only requires that server/lib/weblogic_sp.jar and server/lib/weblogic.jar be on the classpath, so those are the only weblogic jar files that are specified by the connector. You’ll need to add anything above that the integration domain needs by either prepending or appending the jars to the classpath using the ‘paths’ preference page.

    #206722 Reply

    Robert Varga
    Participant

    @support-scott wrote:

    Robert,

    The domain is an integration domain, so it has to have a couple of other jar files in the classpath, besides the ones for the basic server domain.

    And as a fast solution, please post the list of jar files which MyEclipse on its own includes in the classpath for starting a Weblogic 8 server.

    The base startup of a WebLogic server only requires that server/lib/weblogic_sp.jar and server/lib/weblogic.jar be on the classpath, so those are the only weblogic jar files that are specified by the connector. You’ll need to add anything above that the integration domain needs by either prepending or appending the jars to the classpath using the ‘paths’ preference page.

    Hi Scott,

    Thanks for the quick answer.

    Regards,

    Robert

    #206724 Reply

    Scott Anderson
    Participant

    Robert,

    No problem. Hope that gets you moving in the right direction.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Please display server classpath somewhere [Closed]

You must be logged in to post in the forum log in