How to config port 7001 in WLS

Dear Friend:
Sorry, the subject may confuse you
Now we set the port 7001 as our default WLS port.
So the URL will be http://localhost:7001 if we use
local machine. How to setup the config then we can
only type http://localhost instead of adding the port
number to invoke the index.html.
Like iPlanet or other webserver, the default port is 80,
but we don't need to add ":80" in the URL.
Thanks in advance,
Damon

Check the documentation on how to set up WebLogic to listen on port 80.
Michael Girdley
BEA Systems
Learning WebLogic? http://learnweblogic.com
"Damon" <[email protected]> wrote in message
news:3ae07bee$[email protected]..
>
Dear Friend:
Sorry, the subject may confuse you
Now we set the port 7001 as our default WLS port.
So the URL will be http://localhost:7001 if we use
local machine. How to setup the config then we can
only type http://localhost instead of adding the port
number to invoke the index.html.
Like iPlanet or other webserver, the default port is 80,
but we don't need to add ":80" in the URL.
Thanks in advance,
Damon

Similar Messages

  • How do I make JWS use port 7001 instead of port 8080?

    Running Weblogic 6.1sp2, jdk1.3.
    I can get JWS/JNLP to work as long as I have weblogic listening to port 8080, but how do I get JWS to use port 7001?
    Searched for the answer and came up blank - I assume I'm missing something really simple...
    tia,
    Andrew

    Change the codebase="..." setting in your JNLP file to refer to your new port.

  • How can I include personalization to WLS servlets

    Hello
    I have WLS 5.1 and WLCS\PS 3.2
    How can I personalized servlets which works on WLS 5.1 in the best way?
    (Some docs on BEA site?)
    Regards
    BP

    Hi Bartek,
    WLPS is running on WLS. Think of it as a really big WLS
    application comprised of EJBs, JSPs, etc. You typically do
    not need to run both at the same time. Take a look at the
    WLPS installation directory and you'll find things such as
    weblogic.properties which should be familiar.
    To add personalization, it's easiest if you use JSPs as we
    provide a number of tag libraries. If you must use servlets
    then you'll need to use the Java APIs. There is documentation
    for the tags and JavaDocs at:
    http://e-docs.bea.com/wlcs/docs32/index.html
    I would suggest taking a look at the Personalization Server tour
    to get an overview of what's available.
    Cheers,
    Skip
    "Bartek Peczkis" <[email protected]> wrote in message
    news:[email protected]..
    I know that my question is very general. Thanks for any suggestions.
    My project working on WLS 5.1. I must adding personalization to it.
    And I don't know how can I join WLPS with WLS.
    I know that
    WLS listens at port 7001
    WLPS listens at port 7501
    (default)
    How WLPS connects with WLS?
    Do both servers must be running?
    Skip Sauls wrote:
    Hi Bartek,
    Can you be more specific as to what you would like to do? By
    personalized servlets, what do you mean?
    Thanks,

  • Error: Specify secure port in the property Using ports 7001/7002

              Hi,
              I have two node cluster using WL6.1, and Solaris.
              Then, I also setup NSAPI plug in, and specify 2 nodes
              in obj.conf file. But I tried to browse the URL.
              I have "Secure port in property..." error message.
              I check the SSL property in domain->servers->SERVERNAME
              Enabled:checked
              Listen Port: 9002
              Server Key File Name: config/mydomain/demokey.pem
              Server Certified File Name: config/mydomain/democert.pem
              Server Certifiled Chan File Name: config/mydomain/ca.pem
              Is the above correct setup?
              What am I missing?
              Thanks,
              // hiromu
              

    Ok.. That makes more sense.
              So, before we fix the error message, I want to understand your architecture.
              You have NES(Iplanet) proxying requests to 2 managed servers that are
              clustered.
              Your managed servers also have the HttpClusterServlet setup to proxy back to
              those two instances? I think you may be a bit confused.
              The HttpClusterServlet is usually installed on another instance of
              WebLogic(managed server) if you are not using Iplanet, IIS, or Apache as a
              frontend WebServer. When you use the HttpClusterServlet, that WebLogic
              instance will act as a WebServer proxying requests to OTHER backend WebLogic
              Servers.
              In your case, you probably do not need to use the HttpClusterServlet as you
              are using Iplanet to proxy the requests.
              In any case, here is the fix to your problem:
              Refer to:
              http://e-docs.bea.com/wls/docs61///////adminguide/http_proxy_cluster.html
              The documentation says the format of specifying the defaultServers is
              host1:port:secport|host2:port:secport.
              Therefore, you need to add the secure port even though you aren't using it.
              Let's assume your secure port is 9002, then your entry should be:
              <init-param>
              <param-name>defaultServers</param-name>
              <param-value>cyberia:9001:9002|sun-timmy:9001:9002</param-value>
              </init-param>
              Regards,
              Eric
              "hiromu kato" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Eric,
              >
              > The error message is from the managed server log as
              >
              > ####<Oct 2, 2001 9:26:02 PM PDT> <Notice> <WebLogicServer> <cyberia>
              <cluster2>
              > <ListenThread> <system> <> <000201> <ListenThread liste
              > ning on port 9001, ip address 10.10.102.189>
              > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <Cluster> <cyberia> <cluster2>
              <main>
              > <system> <> <000102> <Listening for multicast messages
              > (cluster bvcluster2) on port 9001 at address 237.0.0.1>
              > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <WebLogicServer> <cyberia>
              <cluster2>
              > <main> <system> <> <000330> <Started WebLogic Managed S
              > erver "cluster2" for domain "mydomain" running in Production Mode>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Info> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101047> <[WebAppS
              > ervletContext(1524862,bv,/bv)] HttpClusterServlet: init>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101048> <Please
              > specify secure port in the properties. Using ports 7001/7002. See release
              notes
              > for more info>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101048> <Please
              > specify secure port in the properties. Using ports 7001/7002. See release
              notes
              > for more info>
              > ****************
              >
              > I got the above error when I set web.xml
              > <?xml version="1.0" ?>
              >
              > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
              1.2//EN"
              > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              >
              > <web-app>
              >
              > <servlet>
              > <servlet-name>HttpClusterServlet</servlet-name>
              >
              <servlet-class>weblogic.servlet.internal.HttpClusterServlet</servlet-class>
              > <init-param>
              > <param-name>defaultServers</param-name>
              > <param-value>cyberia:9001|sun-timmy:9001</param-value>
              > </init-param>
              > <init-param>
              > <param-name>DebugConfigInfo</param-name>
              > <param-value>ON</param-value>
              > </init-param>
              > </servlet>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>/</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.jsp</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.htm</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.html</url-pattern>
              > </servlet-mapping>
              > </web-app>
              >
              > **********************
              > My obj.conf of the NES is
              >
              > Init fn="load-modules" funcs="wl_proxy,wl_init"
              shlib=/mebsuta/b/webserver/https-http-mebuta-hkato-50005/plugins/libproxy.so
              > Init fn="wl_init"
              >
              > Init fn=load-types mime-types=mime.types
              > Init fn="load-modules"
              shlib="/mebsuta/b/webserver/bin/https/lib/libNSServletPlugin.so"
              >
              funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletServ
              ice"
              > shlib_flags="(global|now)"
              > Init fn="NSServletEarlyInit" EarlyInit=yes
              > Init fn="NSServletLateInit" LateInit=yes
              >
              >
              > <Object name="weblogic" ppath="*/weblogic/*">
              > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
              PathTrim="/weblogic"
              > </Object>
              >
              > <Object name="si" ppath=*/servletimages/*">
              > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
              > </Object>
              >
              >
              > <Object name=default>
              > NameTrans fn="NSServletNameTrans" name="servlet"
              > NameTrans fn="pfx2dir" from="/servlet"
              dir="/mebsuta/a/hkato/docs_50005/servlet"
              > name="ServletByExt"
              > NameTrans fn=pfx2dir from=/ns-icons dir="/mebsuta/b/webserver/ns-icons"
              name="es-internal"
              > NameTrans fn=pfx2dir from=/mc-icons dir="/mebsuta/b/webserver/ns-icons"
              name="es-internal"
              > NameTrans fn="pfx2dir" from="/help"
              dir="/mebsuta/b/webserver/manual/https/ug"
              > name="es-internal"
              > NameTrans fn="pfx2dir" from="/manual"
              dir="/mebsuta/b/webserver/manual/https"
              > name="es-internal"
              > NameTrans fn=document-root root="/mebsuta/a/hkato/docs_50005"
              > Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl_proxy
              WebLogicCluster="cyberia:9001,sun-timmy:9001",
              > PathPrepend=/jspfiles
              > PathCheck fn=unix-uri-clean
              > PathCheck fn="check-acl" acl="default"
              > PathCheck fn=find-pathinfo
              > PathCheck fn=find-index index-names="index.html,home.html"
              > ObjectType fn=type-by-extension
              > ObjectType fn=force-type type=text/plain
              >
              > Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
              > Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
              > Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
              > #AddLog fn=flex-log name="access"
              > </Object>
              >
              > <Object name=cgi>
              > ObjectType fn=force-type type=magnus-internal/cgi
              > Service fn=send-cgi
              > </Object>
              >
              > <Object name="servlet">
              > ObjectType fn=force-type type=text/html
              > Service fn="NSServletService"
              > </Object>
              >
              > <Object name="jsp092">
              > ObjectType fn="type-by-extension"
              > ObjectType fn="change-type" type="magnus-internal/jsp092"
              if-type="magnus-internal/jsp"
              > Service fn="NSServletService" type="magnus-internal/jsp092"
              > </Object>
              >
              > <Object name="ServletByExt">
              > ObjectType fn=force-type type=magnus-internal/servlet
              > Service type="magnus-internal/servlet" fn="NSServletService"
              > </Object>
              >
              > <Object name="es-internal">
              > PathCheck fn="check-acl" acl="es-internal"
              > </Object>
              >
              >
              > Thank you for the help,
              >
              > // hiromu
              >
              

  • StartWeblogic.sh gives this error - port 7001 already in use

    I am getting the below error
    $ startWebLogic.sh
    CLASSPATH=/usr/jdk/j2sdk1.4.2_05/lib/tools.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/weblogic_sp.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/weblogic.jar::/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/common/eval/pointbase/lib/pbserver44.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/common/eval/pointbase/lib/pbclient44.jar:/usr/jdk/j2sdk1.4.2_05/jre/lib/rt.jar:/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/lib/webservices.jar:
    PATH=/opt/app/d1fdm1m1/WebLogic/8.1/weblogic81/server/bin:/usr/jdk/j2sdk1.4.2_05/jre/bin:/usr/jdk/j2sdk1.4.2_05/bin:/usr/bin::/usr/local/bin:/etc:/opt/EMCpower/bin/sparcv9:/etc/emc/bin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/X/bin:/usr/bin:/usr/sbin:/usr/X/bin:/usr/bin:/usr/sbin:/usr/X/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://[hostname]:[port]/console *
    <Feb 7, 2006 2:49:28 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_05-b04 from Sun Microsystems Inc.>
    <Feb 7, 2006 2:49:28 PM PST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Feb 7, 2006 2:49:28 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
    <Feb 7, 2006 2:49:28 PM PST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at /opt/app/d1fdm1m1/WebLogic/8.1/user_projects/domains/Atlay_MediationDomain1/./config.xml.>
    <Feb 7, 2006 2:49:30 PM PST> <Notice> <Log Management> <BEA-170019> <The server log file /opt/app/d1fdm1m1/WebLogic/8.1/user_projects/domains/Atlay_MediationDomain1/myserver/myserver.log is opened. All server side log events will be written to this file.>
    <Feb 7, 2006 2:49:32 PM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Feb 7, 2006 2:49:32 PM PST> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "Atlay_MediationDomain1">
    <Feb 7, 2006 2:49:38 PM PST> <Notice> <JTA> <BEA-110025> <Creating new transaction log file [./myserver/./myserver.0000.tlog].>
    <Feb 7, 2006 2:49:38 PM PST> <Notice> <JTA> <BEA-110025> <Creating new transaction log file [./myserver/./myserver.heur.0000.tlog].>
    <Feb 7, 2006 2:49:38 PM PST> <Emergency> <WebLogicServer> <b><BEA-000351> <Unable to create a server socket on Channel Default for port: 7001. java.net.BindException: Address already in use Perhaps another process is using port 7001.>
    <Feb 7, 2006 2:49:38 PM PST> <Emergency> <Security> <BEA-090085> <Server failed to bind to the configured port. The port may already be used by another process.>
    </b><Feb 7, 2006 2:49:38 PM PST> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: Server failed to bind to the requested port. See preceeding log message for details.>
    The WebLogic Server did not start up properly.
    Exception raised: 'weblogic.server.ServerLifecycleException: Server failed to bind to the requested port. See preceeding log message for details.'
    Reason: Server failed to bind to the requested port. See preceeding log message for details.
    Why it is saying this how will the change the port if already 7001 is used ?
    Thanks,
    -Raje

    Hi,
    You're running startWebLogic.sh, so I'm assuming this is on a *nix platform.  Assuming that's the case, reboot your system (to make sure you have a clean start), then try running:
    netstat -an|grep 7001
    to see if there is something actually listening on port 7001.
    If you do find something that is already listening on port 7001, try doing:
    ps -ef | more
    and review the output from that, to see if you can try to figure out what might be listening on port 7001.
    Jim

  • How to run a WAR in WLS

              Hi,
              I have successfully deployed a war in WLS 6.1 SP2 but I don't know how to call
              it from a browser. Could you please enlight me?
              The Web Application is called "Sample" and it is the Default Web Application.
              I used the server "myserver".
              Thanks,
              Joao
              

    If it is the default WebApp, then you don't provide a context path. You
              simply call
              http://myserver:myport/HelloWorld.jsp
              or something like
              http://localhost:7001/HelloWorld.jsp
              "Toad" <[email protected]> wrote in message
              news:[email protected]...
              > Ooops, there is only one slash, of course, after the port number. Might
              also
              > want to examine your web.xml and familiarize yourself with that standard
              > configuration file.
              >
              > "Toad" <[email protected]> wrote in message
              > news:[email protected]...
              > > Assume the name of your server is "sandbox" and that you are using the
              > > default weblogic HTTP port 7001:
              > >
              > > http://sandbox:7001//Sample
              > >
              > > The "context-root" is the name of your application which in your case is
              > > Sample. This also assumes you have a default.html or some other
              "welcome"
              > > page defined. Alternatively you could point right at whatever page
              you're
              > > trying to load:
              > >
              > > http://sandbox:7001//Sample/HelloWorld.jsp
              > >
              > >
              > > "Joao Costa" <[email protected]> wrote in message
              > > news:[email protected]...
              > > >
              > > > Hi,
              > > >
              > > > I have successfully deployed a war in WLS 6.1 SP2 but I don't know how
              > to
              > > call
              > > > it from a browser. Could you please enlight me?
              > > > The Web Application is called "Sample" and it is the Default Web
              > > Application.
              > > > I used the server "myserver".
              > > >
              > > > Thanks,
              > > > Joao
              > >
              > >
              >
              >
              

  • How to setup IBM Trade2 on WLS 6.1 Beta???

    Hi all,
    I'm currently trying to deploy the IBM Trade2 benchmark application
    on WLS 6.1 Beta following the instructions published by BEA.
    Unfortunately I still get some error messages and Trade2 does not
    work.
    Therefore, I would like to know if someone has successfully
    deployed Trade2. If yes, could you please send me your EAR file,
    the config.xml and the WebLogic start script, so that I can use
    it for my tests?
    Many thanks for your help and best regards,
    Erwin

    Looking through the WLS log, notice that the run-time parameter is set with
    a Run-Time-Mode of "EJB". This uses IBM's VAJ access beans and does not
    work with WLS.
    To change:
    1. Go to "Configure Trade run-time parameters" page at
    http://localhost:7001/WebSphereSamples/TradeSample/servlet/TradeConfigServlet.
    There is a link to this page under the "Configuration" section.
    2. Set Run-Time Mode to "EJB_ALT".
    3. Update Config.
    Also, remember to populate the Trade Database.
    ==============================================
    Erwin Tenhumberg wrote:
    Hello Srikant,
    here is an extract from the WLS log.
    Many thanks and best regards,
    Erwin
    ^C# ./startWebLogic.sh
    LD_LIBRARY_PATH=/usr/oracle/product/8.1.6/lib:/usr/java/jre/lib::/usr/iplanet/ias6/ias/gxlib:/bea/wlserver6.1_beta/lib/solaris:/bea/wlserver6.1_beta/lib/solaris/oci816_8
    * Starting Server *
    * To start the server, use the password assigned *
    * to the "system" user *
    * When accessing the WebLogic Server console *
    * from the browser, use the same password when *
    * prompted. The username is "system". *
    <Jul 23, 2001 2:08:30 PM PDT> <Info> <Security> <Getting boot password
    from user.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    <Jul 23, 2001 2:08:37 PM PDT> <Notice> <Management> <Loading
    configuration file
    ./config/mydomain/config.xml ...>
    <Jul 23, 2001 2:08:42 PM PDT> <Info> <Logging> <Only log messages of
    severity "Error" or worse
    will be displayed in this window. This can be changed at Admin
    Console> mydomain> Servers>
    myserver> Logging> General> Stdout severity threshold>
    New Trade Log
    InitTime Mon Jul 23 14:10:08 PDT 2001
    Current Time Mon Jul 23 14:10:08 PDT 2001
    Severity Level 0
    Reporting Level 4
    PrintMessages false
    MESSAGE
    TradeConfig setting parameter:
    JDBC_PWD
    =
    MESSAGE
    TradeConfig setting parameter:
    RunTimeMode
    =
    EJB
    MESSAGE
    Clearing Quote Cache
    MESSAGE
    TradeConfig setting parameter:
    JDBC_UID
    =
    MESSAGE
    TradeConfig setting parameter:
    MaxQuotes
    =
    500
    MESSAGE
    TradeConfig setting parameter:
    MaxUsers
    =
    500
    MESSAGE
    TradeConfig setting parameter:
    WorkLoadMix
    =
    Standard
    MESSAGE
    TradeConfig setting parameter:
    WebInterface
    =
    JSP
    <Jul 23, 2001 2:10:08 PM PDT> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    <Jul 23, 2001 2:10:08 PM PDT> <Notice> <WebLogicServer>
    <SSLListenThread listening on port
    7002>
    <Jul 23, 2001 2:10:08 PM PDT> <Notice> <WebLogicServer> <WebLogic
    Server started>
    MESSAGE
    trade_client.TradeAction.doRegister(..): using TradeExceptionWrapper
    to wrap and thow an
    exception
    EXCEPTION
    **DATE:
    Mon Jul 23 14:11:27 PDT 2001
    **COMMENTS:
    [trade_client.TradeServletAction.doRegister(...), Error registering
    userIDtestfowarding to an
    error page, severity of exception = 10: Fatal Server Exceptions only]
    **MESSAGE:
    trade_client.TradeAction.doRegister(..)--trade_client.TradeAction.doRegister(..)--PARAMETERS:*userIDtest--passwd:test--fullname:Erwin
    Tenhumberg--*smail:555 Middelfield
    Road--email:[email protected]:123-fake-ccnum-456--*money:
    10000.0--trade_client.TradeAction.doRegister(..)--trade_client.TradeAction.doRegister(..)--PARAMETERS:*userIDtest--passwd:test--fullname:Erwin
    Tenhumberg--*smail:555 Middelfield
    Road--email:[email protected]:123-fake-ccnum-456--*money:
    10000.0--
    **LOCALMESSAGE:
    trade_client.TradeAction.doRegister(..)--trade_client.TradeAction.doRegister(..)--PARAMETERS:*userIDtest--passwd:test--fullname:Erwin
    Tenhumberg--*smail:555 Middelfield
    Road--email:[email protected]:123-fake-ccnum-456--*money:
    10000.0--
    **STACKTRACE:
    javax.naming.InvalidNameException: url does not contain a port
    at trade.TradeExceptionWrapper.<init>(TradeExceptionWrapper.java:24)
    at trade_client.TradeAction.doRegister(TradeAction.java:427)
    at trade_client.TradeAction.doRegister(TradeAction.java:484)
    at trade_client.TradeServletAction.doRegister(TradeServletAction.java:1138)
    at trade_client.TradeAppServlet.performTask(TradeAppServlet.java:125)
    at trade_client.TradeAppServlet.doGet(TradeAppServlet.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:245)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2279)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1923)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Srikant Subramaniam <[email protected]> wrote in message news:<[email protected]>...
    What error messages are you seeing? Can you pl post them here?
    Srikant.
    Erwin Tenhumberg wrote:
    Hi all,
    I'm currently trying to deploy the IBM Trade2 benchmark application
    on WLS 6.1 Beta following the instructions published by BEA.
    Unfortunately I still get some error messages and Trade2 does not
    work.
    Therefore, I would like to know if someone has successfully
    deployed Trade2. If yes, could you please send me your EAR file,
    the config.xml and the WebLogic start script, so that I can use
    it for my tests?
    Many thanks for your help and best regards,
    Erwin
    Srikant, [email protected], http://weblogic.bea.com/, etc.

  • How to config JMS queues for non-AQueue products? Only config files?

    Assume I have the requirement NOT to use Oracles built-in Aqueue JMS provider but use another (external)product like:
    Apache ActiveMQ, JBossMQ, IBM MQseries,... instead.
    Can I config these JMS products through OC4Js web browser config web pages as well or am I forced in such cases to use configuration through XML config files?
    How do I tell OC4J NOT to use internal JMS Aqueue queues but use other JMS product?
    Peter

    "lilian zhu" <[email protected]> wrote:
    >
    Hi,
    i am having a admin server running on port 7001 for servlet1 and managed
    server
    running on port 8001 for servlet2. how can config the httpd.conf to make
    the apache
    web server recongize both uri path?
    i tried <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort
    7001</IfModule>
    and <IfModule mod_weblogic.c> WebLogicHost localhost WebLogicPort 8001</IfModule>,
    only can recongize port 8001.
    i also tried WebLogicCluster localhost:7001,localhost:8001, doesn't work.
    i would like to know, for my case, will the clustered server work, how
    can i make
    this working for non-clustered servers?
    Thanks.
    Lilian
    Hi,
    we have the same problem. We are running two non-clustered weblogic servers and
    we want to configure only a failover
    with the plugin.
    We contacte the bea support but we haven't find a solution.
    Greetings
    Hans.

  • AIX 6.2 how to config Scheduler obiee 10.1.3.4

    Hi
    AIX Experts
    I have Install AIX 6.2 server OBIEE 10.1.3.4. how to config Schedulaer in Aix server
    I am getting this error when I am trying to save an Ibot.
    Oracle BI Scheduler Error: [nQSError: 12008] Unable to connect to port 9705 on machine sbigsit04. [nQSError: 12010] Communication error connecting to remote end point: address = sbigsit04; port = 9705. [nQSError: 12002] Socket communication error at call=: (Number=-1) Error -1 occurred.
    Error Details
    Error Codes: GYFPI8RN
    Please help
    Advance Thanks
    Satya vardhan

    Hi,
    Please see if these docs help.
    Bi Server Not Running [ID 1083475.1]
    Cannot start BI Server with rpd from 10.1.3.2.1 [ID 563413.1]
    Oracle OBI Presentation Service logon hangs as the 'ODBC.ini' file is pointing to wrong Port for the BI Server [ID 1139513.1]
    Thanks,
    Hussein

  • How to config CSM load balance of http combined https

    In this case,when I config CSM for load balance http and https service separately was ok.2 VIPs , 2 Serverfarms, One for http , and one for https .But I found that the https would referred to http information on IIS , because when the client first to access http is ok,and then login by https ,the information is not right.So,how to config CSM in this case,any reply will be very be appreciated.

    There are 2 different ways.
    You could combine the 2 vserver into a single one by not specifying the tcp port.
    Another solution would be to use the same sticky group for both vservers.
    For example, you could use sticky srcip.
    ie:
    sticky 10 netmask /32 address source
    vserver http
    sticky 60 group 10
    inservice
    vserver https
    sticky 60 group 10
    inservice
    Regards,
    Gilles.
    Thanks for rating this answer.

  • How to config the AS5300 support this???

    now,we have one AS5300 with 8 CE1 port. want use the port to calling and called bri isdn and normal modem,otherwise use callback for remote access.how to config for support this?can give me some example.this.
    ps>> the ce1 now is connect the isp by CE1(pri 30B+D).

    Hi,
    In SE38(ur program)--> menubar GOTO>TRANSLATION->provide SOURCE and TARGET LANGUAGE->write the texts in desired language---
    I think it may help you.
    Thanks,

  • How to config management interface to an ethernet interface?

    we have an ASA 5540 that require LAN port for failover. And the only available interface left is the management port. How to config management interface to an ethernet interface?

    You can disable the management-only mode on that interface to make it as regualr routable port and use for any other purpose including LAN base failover purposes.
    About management interface - 5510 but generally applies to management0/0 itself including 5540
    http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intparam.html#wp1057800
    configuring LAN base failover
    http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/intparam.html#wp1057800
    Rgds
    -Jorge

  • How to config CME with FXS card for analog phones

    I want to config FXS cards in CME router with SCCP protocol for transfer, pickup ... feature. I can find information about the sccp (the command about stcapp), but I can not find the information about how to config CME, e.g. the phone no.(something like ephone-dn .... )
    Can anyone help me ? or send me the link
    Thx
    Dennis

    Thx Johncaston,
    Your config is for H323, it doesn't support features, something like transfer funtion .......
    I have found the config for SCCP, let's share my finding
    ====================
    ephone-dn 178
    number 9933
    description Board Room
    name Board Room
    hold-alert 30 originator
    ephone-dn 179 dual-line
    number 9990
    description Meeting Room 3
    name Meeting Room 3
    hold-alert 30 originator
    ephone 95
    mac-address 9556.60FA.0200
    type anl
    button 1:178
    ephone 96
    mac-address 9556.60FA.0201
    type anl
    button 1:179
    GigabitEthernet0/0 is up, line protocol is up
    Hardware is MV96340 Ethernet, address is 0019.5566.0fa0 (bia 0019.5566.0fa0)
    ================================
    stcapp ccm-group 1
    stcapp
    sccp local GigabitEthernet0/0
    sccp ccm 172.16.136.125 identifier 1
    sccp
    sccp ccm group 1
    associate ccm 1 priority 1
    signaling dscp af31
    audio dscp ef
    voice-port 1/0/0
    cptone HK
    caller-id enable
    voice-port 1/0/1
    cptone HK
    caller-id enable
    dial-peer voice 21 pots
    service stcapp
    port 1/0/0
    dial-peer voice 22 pots
    service stcapp
    port 1/0/1
    =========================
    Thanks !!
    Dennis

  • How to config J2EE Server in netweaver studio

    Hai can one tell me how to config J2EE SERVER to my webdynpro application.
    i created first web-dynpro application. in last step it is asking for server connection
    i am going to window -- > Preferences --> SAP J2EE ENGINE
    after that plz tell me how to get
    1) message server host
    2) message server port
    3) system name
    4) j2ee instance
    5) SCS instance
    These values how can i get.
    plz tell me how to run succesfully my webdynpro application.?

    Hi,
    http://<hostname>:<port no>/sap/monitoring/SystemInfo
    In this page you wil have all the system information..
    The port no will usually be 50000.
    Web AS Java is sufficient.. no other components are necessary for running the web dynrpo application.
    Check this discussion !
    Re: SDM Error while deploying from IDE
    Regards
    Bharathwaj
    Message was edited by: Bharathwaj R

  • How to config sg300 28 for vlan

    i purchased  300-28
    how it config for stp and trunk

    Hi Jig, RSTP is on by default with default priority 32768 and port fast auto negotiates.
    To create a vlan
    configure terminal
    vlan database
    vlan 2
    exit
    To configure a trunk
    configure terminal
    interface gi1
    switchport mode trunk
    To add a vlan to the trunk as a tag memeber, making the port 1 untag, 2 tag
    configure terminal
    interface gi1
    switchport trunk allowed vlan add 2
    To change the native vlan of a port
    configure terminal
    interface gi1
    switchport trunk native vlan 2
    -Tom
    Please mark answered for helpful posts

Maybe you are looking for

  • Any ideas for a status or "at a glance" splash screen / presentation?

    This is an idea I've been tossing around and wanted to know if there was something easy out there that would accomplish this... I'd like to mount a monitor in one of our common areas for the management team and have it display current statuses of som

  • Cannot install apps.

    I started downloading an app and 2 updates on my iPod touch. Then i had to stop the downloads and used itunes but when I tried installing them on my iPod they were still "waiting". Restarting hasn't worked.

  • Is there a way to get Aperture to remember where you left off?

    I find it a pain that even when switching between projects, Aperture always jumps back to the first image in a project. Is there a way to get Aperture to remember where you left off? (plist setting?)

  • After effects error: crash in progress. last looged message was: 8468 AppDirs 5 Required Dir

    I always get this error when starting up AE just right when the flash screen appears. AE then crashes. Any help appreciated.

  • ST02 analysis

    Hi, Can any body give a detailed analysis of ST02 Tune buffers screen. I always look only for swaps and hit ratio. But I am aware that the analysis of SAP memory like roll area, paging area, extended memory can be done  with ST02. Please explain me.