Web sphere or web logic

Dear friends,
May i know which one is good to work , regarding web logic or web sphere...

Have you considered Glassfish or the SUN Java Application Server? Both
have the same compatibiilty as the reference implementation for Java EE (Java EE SDK)
and they are free for production use. You can find more information here :
http://www.sun.com/software/products/appsrvr/index.xml
https://glassfish.dev.java.net/
--ken
Kenneth Saks
Java EE SDK Team
SUN Microsystems

Similar Messages

  • WebLogic to Web Sphere Migration problem

    Hi,
    I have a problem on Migrating from Web Logic to Web Sphere in RSA for websphere 7.0 .
    On clicking prepare for deployment there displaying a pop up error "Deploy has encountered a problem". in details
    The error is:
    Deploying hqp-ejb
    Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors:
    Error generating findTest(int) query for bean Foo(Abstract schema name=Foo). Error=query cannot be pushed down
    Query='SELECT Object (a) FROM Foo As a WHERE a.id = ?1 AND a.code = 'M''.
    This application is running fine in Web Logic.
    The queries are inside ejb-jar.xml.
    Please help to fix the problem.

    LiveCycle's install bits for WebSphere and WebLogic are different.  You simply shouldn't install the bits for WebLogic and then try deploying to WebSphere.

  • Web Sphere let me call EJB through the firewall.

    Finally I found some light on my problem related to the firewall.
    Seems like the web Sphere gives you the option to specify the port for the application server to communicate with the client. Can I do similar stuff with Sun Application server? Or I ask our customer to use web logic instead?
    http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/topic/com.ibm.support.was.doc/html/EJB_Container/1008407.html
    Let me know if this can be easily done with the application server configuration.
    Message was edited by:
    skoizumi2133
    Message was edited by:
    skoizumi2133

    Configuring the IIOP listener from the administration interface is possible in Sun application serverThis let you configure the initial port when ejb client connects to the application server but not the port the as talks back to the client.

  • Web sphere portlets not working

    i have this provider registered in oracle portal as http://localhost:9080/portal/providers
    which are hosted on a web sphere application server but when i click on a link rather then
    going to http://localhost:9080/portal/main.do it is going to http://localhost/portal/main.do
    and is removing the 9080 port number and opening outside the portlet context

    Suzie,
    Most likely you forgot to use the pdk struts tags to render your link.
    Peter

  • Directory structure of web sphere

    i did not get the directory structure of the web sphere 6.1 to deploy a sample application like webapps->dirname->WEB-INF->classes etc in tomcat server.
    The project is developed under tomcat but it has to be convert to the web sphere.

    please google..
    http://www.exforsys.com/tutorials/websphere/websphere-v5.0-workbench-basics-create-j2ee-projects.html
    http://publib.boulder.ibm.com/infocenter/wpfhelp/v6r1m2/index.jsp?topic=/com.bowstreet.designer.doc/designer/c_devenv_dir_structure.htm

  • Error in proxy to Web sphere MQ series

    Hi,
    When i am working on proxy to Web sphere MQ series using JMS adapter.
    In the message monitoring we are getting the following error:
    "Exception caught by adapter framework. The JMSSender returned no JMSText Message to use. Must abort send process."
    "Delivery of the message to the application using connection AFW failed, due to: The JMSSender returned no JMSText Message to use. Must abort send process."
    Thanks in advance.

    Hi
    Try this
    JMS Content Converrsion
    https://websmp207.sap-ag.de/~sapdownload/011000358700001186732005E/HowToConveModuleJMS.pdf
    JMS Adapter configuration error
    External JMS Provider Error
    Sender JMS Adapter - NOT Working
    Thanks

  • Deploying applications developed using Jdeveloper in IBM Web Sphere

    Hi
    I want to deploy the applications developed using jdeveloper on IBM Web Sphere. Pl suggest me the procedure
    Thanks
    Satya

    Refer
    Websphere 5.1 and ADF/UIX
    Websphere 5.1 and ADF/UIX

  • COnfiguring oracle JDBC Driver with Web Sphere

    I have oracle 7.3.4(on Solaris) and IBM Web Sphere standard
    Edition 2.03 (on NT) I want connect to Oracle ina Servlet. Can
    any one help in configuring Oracle JDBC driver in Web
    Sphere?
    Thanks very much
    Tom
    null

    I have oracle 7.3.4(on Solaris) and IBM Web Sphere standard
    Edition 2.03 (on NT) I want connect to Oracle ina Servlet. Can
    any one help in configuring Oracle JDBC driver in Web
    Sphere?
    Thanks very much
    Tom
    null

  • Metadata for namespace '/WEB-INF/tld/struts-logic.tld' is not loaded

    hi all,
    I keep getting these kind of errors in JDeveloper for JSPs which have this included:
    Metadata for namespace '/WEB-INF/tld/struts-logic.tld' is not loaded.
    What should I do to resolve this error?

    I did exactly that, but since client I work for is using /tld subdirectory, everything is the same as below, only /tld is added after /WEB-INF:
    1.Copy the TLD file struts-logic.tld to the WEB-INF directory.
    2. In the web.xml add <taglib/> element
    <taglib>
    <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
    </taglib>
    3. In the JSP add
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    struts libs have been added to the WEB-INF/lib directory too, but the problem persists.
    Maybe the reason is invalid ant build.xml file which is invoked from JDev when building project? In build.xml I found this part:
    <!--Set the classpath-->
    <path id="classpath">
    <fileset dir="${lib.dir}">
    <include name="**/*.jar" />
    <exclude name="xercesImpl.jar"/>
    </fileset>
    </path>
    Maybe I need to add this to the <path>:
    <fileset dir="${tld.dir}">
    <include name="**/*.tld" />
    </fileset>
    after defining the directory
    <property name="tld.dir" value="${web.dir}/WEB-INF/tld"/>
    But the thing is other developers are using the same build.xml file from their IDEs (Eclipse and IntelliJ) and nobody seem to have this problem?

  • How to Deploy Macromedia Flex 1.5 in Web Sphere

    Hello,
    I am working on a Project where Macromedia flex 1.5 - front end, .Net - back end and Oracle 10g Database with JRun4 as a Server.
    So Now Based on client Requirements, I want to deploy my Project into web Sphere 8.5 Application Server.
    Can Any One Provide me the detailed documentation of How to deploy Macromedia flex 1.5 application in Web Sphere 8.5 Server.
    Regards,
    Rajasekhar

    Atlast it's working now!!!
    As you suggested there is a problem in servlet configuration, I checked out Configuration in Web-INF/Web.xml file there i dint found Resource Reference to websphere.So I Added the below Lines, Now it's Working.
    Thanks for Your Kind Suggestions,Which Helped me a Lot!!
        <resource-ref>
            <description>Flex Messaging WorkManager</description>
            <res-ref-name>wm/MessagingWorkManager</res-ref-name>
            <res-type>com.ibm.websphere.asynchbeans.WorkManager</res-type>
            <res-auth>Container</res-auth>
            <res-sharing-scope>Shareable</res-sharing-scope>
        </resource-ref>
    Regards,
    Rajasekhar

  • EJB, JSP on web sphere

    Hello all
    Can someone suggest a beginner's book or introductory resources for writing J2EE applications using EJB, JSP on Web Sphere 5.0?
    thanks a bunch
    Mahesh :)

    For EJBs in general, "Bitter EJB" is a great book
    it's one you can read on the bus, as opposed to a reference manual

  • IDM is not working with Web Sphere

    Hi,
    i have installed IDM 7 and make the idm.war and deploying with websphere5. the deployment has success but when i tried to start the application from web sphere admin console the web sphere server stops and not work admin console also.
    any other solution.
    i am unable to find the loggingtoolkit4j from ibm site and i didn;t get the log.jar
    kindly give the path where i can find out

    This may not be related, but I found that it may be necessary to turn of the Java 2 security option on the JVM in WebSphere.
    To turn off in WebSphere, logon to the WAS Administrative Console and navigate to Security > Configuration > Secure Administration > Applications and Infrastructure. Uncheck the Java 2 Security option.

  • 9i App. Server v/s IBM's WEB SPHERE

    Friends,
    Please compare the features of 9i AS v/s
    IBM'S Web Sphere. It will be useful to all
    people to decide their platform for their
    WEB APPLICATIONS.
    Thanks

    The key difference is that Web Sphere is essentially a J2EE container and 9iAS has a J2EE container with an integrated stack of technology.
    Your question is a little like what is the difference between a SQL query engine and a database ;-)

  • Consuming External Web Services in Web Dynpro Java

    Hi All,
    I an trying to consume external web service in Web dynpro java using Adaptive Web Service Model.
    But getting below mentioned error while executing the web service
    Exception on execution of web service with WSDL URL 'D:\Web Service Project\CurrencyConvertor.asmx.xml' with operation 'ConversionRate' in interface 'CurrencyConvertorSoap'
    Steps i followed are as below:
    1. Created  Adaptive Web Service Model for this i select WSDL source as "Local File System or URL"
    In next step i select No logical destination radio button and click on next
    In next step, browse the WSDL file and successfully import the WSDL file.
    2. After successfully importing the WSDL file i wrote below code in Init method:
    WebModel modelweb = new WebModel();               
    Request_ConversionRate reqConversion = new Request_ConversionRate(modelweb);
    ConversionRate conversion= new ConversionRate(modelweb);
    reqConversion.setConversionRate(conversion);
    wdContext.nodeRequest_ConversionRate().bind(reqConversion);
    3.After that execute the model - code is given below :
        IWDMessageManager manager = wdComponentAPI.getMessageManager();
        try
          wdContext.currentRequest_ConversionRateElement().modelObject().execute();
          wdContext.nodeResponse().invalidate();
          wdContext.nodeConversionRateResponse().invalidate();
        catch(Exception e)
          manager.reportException(e.getMessage(), false);
    Please let me know how to resolve this.
    Thanks
    Sandy

    Hi,
    You need to use destinations for metadata and modeldata.
    Configure those destination in Visula admin.
    you can refer to following link.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7
    Regards,
    Shruti.

  • Problems access to a web application (Web Interface or Web report)

    Hi,
    We found problems with the access to web application. Some users have problems with direct links to the web applications(Web Interface or Web reporting), when they click on the link an error message appears, the message displays the following text:
    "Cannot open file Bex?sap-language=ENbsplanguge=ENcmd=idoc_TE.."
    Clicking in details the message is "No Access to specified file"
    For this users the access to excel reporting is correct, the message appears when they click on the direct web links through the browser or directly in BW system, but if they type the URL they can access. Other users can use the direct web link without problems.
    I highly appreciate any help or idea about how to solve this issue.
    Thanks in advance.

    HI,
    please ask to your basis that check the language of every single user on su01 tx.
    This is the problem i think.
    Natalia.

Maybe you are looking for

  • Iphoto, does it depend on the hardware or software version?

    I bought a second hand mac, but it didnt came with iLife and I didnt get the discs. So I need buy iPhoto. I´m told the new iPhoto doesnt work with old macs. Not sure if they refferr to old software or hardware. I have OS X 10.6.8 (cant even get Lion

  • Click wheel no longer works

    Hey guys, The other day, my click wheel just completely stopped working. I got it for Christmas '04 (Suffice to say, I'm disappointed that it hasn't even lasted two years yet). It is a 4th-gen 40GB black/white display. Prior to it completely not work

  • [AA7+] [Windows] Set default text size for "auto" setting...

    Good morning: I was wondering if it is possible to set the default font size or specify a maximum font size for the auto setting of the font size on a text field when using the auto setting? Currently, if the font size is set to "auto" it defaults to

  • Server 2012 - installing user cal error

    Hello, we have set up a server 2012 and bought 4 User CALs for multiple acces. RDS session host & collection deployment has been installed and configured. however when i want to install the appropriate User CALs in RD Licensing Manager i do the follo

  • Widget icon on dashboard

    My widget icon disappeared from my dashboard. Please, how can I get it back?