Apache Plugin in linux for WLS6.0 sp1 and (?sp2?)

This message is a little long,
The following message is arranged in 4 parts where:
1. Conclusion and Sugestions.
2. Tests Environment
3. Simple plugin environment
4. Virtual Hosting with apache
Any comment and help will be welcome
Conclusion
The plug-in has not been tested and documented and therefore does not
work in the described environment. The plugin parameter needs to be :
1. Syntaxly rewieved. The parameters not starting with
WebLogic.... (like PathTrim, PathPrepend, ConnectTimeoutSecs,
ConnectRetrySecs, Debug, DebugConfigInfo, StatPath, ErrorPage,
HungServerRecoverSecs, Idempotent, CookieName,
DefaultFileName, MaxPostSize, MatchExpression, FileCaching,
SecureProxy, TrustedCAFile, RequireSSLHostMatch,
SSLHostMatchOID) are confusing and couyld be bug/problem
generators when adding other non BEA modules in apache. I
would suggest to have all the parameter starting with a common
root like WebLogic or Wls or something else deterministic
2. Better documented. The module parameters in Apache need to
get an action perimeter. For example the "LoadModule
weblogic_module" and "AddModule mod_weblogic.c" need to be
declared one time at the server level. But there no
indication for the others plugin parameters if they are
limited inside the sublocation where declared, i.e
<VirtualHost>, <location> <file>.....
3. Documented with configuration examples: The apache plugin is
interlinked with what is declared in the WLS server. I would
sugest to provide some examples on this matter. I.e how to
relate the Apache virtual hosting with or without the virtual
hosting in wls.
Test Environment
The tests described below has been done with the following system
environment.
Operating System:
RedHat 7.0 + glibc updates + network uodates, kernel level 2.2.17-14
RedHat 7.1 + updates, kernel 2.4.2-2
Java Level:
On the RedHat 7.0 system the default Java JVM provided in the BEA
distribution
On the RedHat 7.1 system the Sun JDK 1.3.1 for Linux
Apache: 1.3.19
DNS: one system called cordoba.paris.inetpc.com with 3 cnames added
(w1cordoba, w2cordoba, w3cordoba)
The Weblogic installtion is coming from a single reference system.
This system runs under RedHat 6.2 + latest update levels. The WebLogic
tree directory has been deployed in both systems and the JVM set in the
proper manner. Despite the well known problem with the default webapp
Wls 6.0 works fine and as expected. Default ports are used (7001).
The apache environment works fine too. In a single apache environment
and with the virtual hosting supporting the 3 cnames (w1cordoba,
w2cordoba, w3cordoba)
In both systems the behavior and and problems are equal.
Simple plugin environment
A single default web app runs under wls6.0. calling the wls60 thru the
URI: "http://cordoba:7001" works fines and the Welcome.html default page
is properly displayed. Similar tests have been done with a jsp page and
works fine too.
The httpd.conf file has been set has described in the documentation and
as follow:
LoadModule weblogic_module modules/mod_wl.so
WebLogicHost cordoba
WebLogicPort 7001
Debug ON
DebugConfigInfo ON
<location /wls>
SetHandler weblogic-handler
PathTrin /wls
</location>
Problem 1: When requesting the page using the URI: "http://cordoba/wls"
the answer from the couple apache/plugin is:
-1- In the netscape location entry fileld we get in return:
"http://cordoba/Welcome.html"
-2- The response from apache is "NOT FOUND The requested URL
/Welcome.html was not found on this server."
-3- When requesting the page using the URI: "http://cordoba:7001" the
return is properly rendered, and the Netscape Location entry field
gets: "http://cordoba:7001/Welcome.html"
-4- wlproxy.log contains:
Sun Jun 3 16:34:19 2001
================New Request: [GET /wls HTTP/1.0] =================
Sun Jun 3 16:34:19 2001 The request string is '/wls'
Sun Jun 3 16:34:19 2001 INFO: SSL is not configured
Sun Jun 3 16:34:19 2001 Now trying whatever is on the list;
ci->canUseSrvrList = 1
Sun Jun 3 16:34:19 2001 INFO: New NON-SSL URL
Sun Jun 3 16:34:19 2001 general list: trying connect to 'cordoba'/7001
Sun Jun 3 16:34:19 2001 Connected to cordoba:7001
Sun Jun 3 16:34:19 2001 INFO: sysSend 343
Sun Jun 3 16:34:19 2001 INFO: Reader::fill(): first=0 last=0
toRead=4096
Sun Jun 3 16:34:19 2001 parsed all headers OK
Sun Jun 3 16:34:19 2001 INFO: Reader::fill(): first=0 last=0
toRead=4096
Sun Jun 3 16:34:19 2001 INFO: Reader::fill(): first=0 last=0
toRead=4096
Sun Jun 3 16:34:19 2001 r->status=302 returning 0
Sun Jun 3 16:36:08 2001
================New Request: [GET /wls HTTP/1.0] =================
Sun Jun 3 16:36:08 2001 The request string is '/wls'
Sun Jun 3 16:36:08 2001 INFO: SSL is not configured
Sun Jun 3 16:36:08 2001 Now trying whatever is on the list;
ci->canUseSrvrList = 1
Sun Jun 3 16:36:08 2001 INFO: New NON-SSL URL
Sun Jun 3 16:36:08 2001 general list: trying connect to 'cordoba'/7001
Sun Jun 3 16:36:08 2001 Connected to cordoba:7001
Sun Jun 3 16:36:08 2001 INFO: sysSend 343
Sun Jun 3 16:36:08 2001 INFO: Reader::fill(): first=0 last=0
toRead=4096
Sun Jun 3 16:36:08 2001 parsed all headers OK
Sun Jun 3 16:36:08 2001 r->status=302 returning 0
Virtual Hosting with Apache
These tests aim to validate a production environment where an entry cell
of apache servers will serve static pages and route dynamic requests to
a set of WebLogic servers. From the Apache/Httpd point of view the
dispatch is done first at a virtual host level and then for each virtual
server, each different location will be served by one or multiple
weblogic servers. A try with Apache virtual hosts in where a reroute by
location or a full reroute has done the same results than stated in
"Simple plugin environment".
[att1.html]

Hi
I am trying to configure the following pattern:
->https->apache->SSL->weblogic
using the apache plugin that you provided from the distribution.
There is no way to let it work.
the apache site trying to connect to weblogic is a virtual host, follows the config
file.
Checking the DEbugDebug config monitor it I discover that SecureProxy it is OFF
istead of ON and checking the debug file I've got this message:
INFO: ssl is not activated..
It means that despite of SecureProxy set to ON, it is still working in clear.
I have the same behaviour using 6.0, SP1, SP2 and 6.1
(If there more documentation about it in 6.1, please let me know where!)
Please, anyone can send me documentation about it or help me???
# <-- Start XXXXX Virtual Host
<VirtualHost XXXXXX>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateKeyFile XXXX
SSLCertificateFile XXXXX
<Location />
AddHandler weblogic-handler .jsp
</Location>
<IfModule mod_weblogic.c>
SecureProxy ON
RequireSSLHostMatch false
TrustedCAFile /ssl/certs/ca.pem
Debug ALL
DebugConfigInfo ON
WebLogicHost XXXXX
WebLogicPort XXXXX
ErrorPage /pm/private/frame_044_error_500.htm
MatchExpression *.jsp
</IfModule>
</VirtualHost>
# <-- End XXXXX Virtual Host
"Jong Lee" <[email protected]> wrote:
>
1. Syntaxly rewieved.
Worth considering for the next major release.
2. Better documented.
Yes, 6.1 release is doing a much better job of documentation!
The module parameters in Apache need to
get an action perimeter. For example the "LoadModule
weblogic_module" and "AddModule mod_weblogic.c" need to be
declared one time at the server level. If apxs is used to update the module, end user should not need
to worry about adding/changing these two lines.
But there no
indication for the others plugin parameters if they are
limited inside the sublocation where declared, i.e
<VirtualHost>, <location> <file>.....
3. Documented with configuration examples: The apache plugin
is
interlinked with what is declared in the WLS server. I would
sugest to provide some examples on this matter. I.e how to
relate the Apache virtual hosting with or without the virtual
hosting in wls.
Again, better on 6.1 docs.
Problem 1: When requesting the page using the URI: "http://cordoba/wls"
the answer from the couple apache/plugin is:
-1- In the netscape location entry fileld we get in return:
"http://cordoba/Welcome.html"
"DefaultFileName Welcome.html" should be used in your httpd.conf
-2- The response from apache is "NOT FOUND The requested URL
/Welcome.html was not found on this server."
-3- When requesting the page using the URI: "http://cordoba:7001" the
return is properly rendered, and the Netscape Location entry field
gets: "http://cordoba:7001/Welcome.html"
-4- wlproxy.log contains:on 6.1, if relative URI is used in sendRedirect(), PathTrim and
PathPrepend should be taken care automatically. i.e:
in httpd.conf:
PathTrim /weblogic
PathPrepend /abc
in a jsp page:
response.sendRedirect("HelloWorld.jsp");
The plugin and wls will be smart enough to set Location header
to the following:
Location: http://apache_host:apache_port/weblogic/HelloWorld.jsp
Then the plugin will trim the /weblogic and prepend /abc to it
i.e:
http://wls_host:wls_port/abc/HelloWorld.jsp
Virtual Hosting with Apache
These tests aim to validate a production environment where an entrycell
of apache servers will serve static pages and route dynamic requests
to
a set of WebLogic servers. From the Apache/Httpd point of view the
dispatch is done first at a virtual host level and then for each virtual
server, each different location will be served by one or multiple
weblogic servers. A try with Apache virtual hosts in where a reroute
by
location or a full reroute has done the same results than stated in
"Simple plugin environment".Absolutely. in 6.1 you can specify different weblogic hosts per
vhost. Even you can use MatchExresspion or <Location> to define
different parameters per mime type and path:
i.e:
MatchExpression *.jsp WebLogicHost=www.bea.com|WebLogicPort=7001|DefaultFileName=/Welcome.html
MatchExpression *.html WebLogicCluster=weblogic1:7001,weblogic2:7002|Debug=ALL
<Location /weblogic>
WebLogicHost thankyou.com
</Location>
Where Location takes the precedence.
Anyway, 6.1 apache plugin should be a much better modules.
We also support apache2.0(beta) in 6.1. Unfortunately,
the apache2.0 binaries were unable to be included in the 6.1
beta installer. There might be a separate down-load for that.
Thank you for your great suggestions/comments.
thanks
Jong

Similar Messages

  • MPIO versions for Windows 2008 SP1 and R2?

    Where can I find a list of the latest versions numbers of MPIO for Windows 2008 SP1 and R2?

    Hi,
    Do you mean the latest version of mpio.sys file?
    After search I think the latest version of mpio.sys is 6.1.7601.21687, Date is 19-Mar-2011.
    For all supported x64-based versions of Windows Server 2008 R2
    Collapse this tableExpand this table
    File name
    File version
    File size
    Date
    Time
    Platform
    Mpio.sys
    6.1.7600.20928
    156,544
    19-Mar-2011
    07:34
    x64
    Mpio.sys
    6.1.7601.21687
    156,544
    19-Mar-2011
    07:45
    x64
    For all supported IA-64-based versions of Windows Server 2008 R2
    Collapse this tableExpand this table
    File name
    File version
    File size
    Date
    Time
    Platform
    Mpio.sys
    6.1.7600.20928
    353,664
    19-Mar-2011
    06:52
    IA-64
    Mpio.sys
    6.1.7601.21687
    353,664
    19-Mar-2011
    06:50
    IA-64
    For more information please refer to following MS articles:
    "0x000000D1" Stop error occurs in the Mpio.sys driver in Windows Server 2008 R2
    http://support.microsoft.com/kb/2511962
    "msdsm.sys” and “mpio.sys" files version after SP2 installation
    http://social.technet.microsoft.com/Forums/en/winserverClustering/thread/c18b5111-9888-4aba-bda5-22a54b7227d9
    Lawrence
    TechNet Community Support

  • Exchange 2010 SP1 and SP2 are no longer supported.

    Exchange 2010 SP3 is the minimal version that should be installed on your Exchange Servers and just may contain the fixes you need to solve your issue.
    Support for 2010 SP1 and SP2 has ended.
    Before posting a question, please ensure you are running at least 2010 SP3.
    For more details:
    http://blogs.technet.com/b/rmilne/archive/2014/04/09/end-of-exchange-2010-sp2-support.aspx
    Twitter!:
    Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

    Exchange 2010 SP3 is the minimal version that should be installed on your Exchange Servers and just may contain the fixes you need to solve your issue.
    Support for 2010 SP1 and SP2 has ended.
    Before posting a question, please ensure you are running at least 2010 SP3.
    For more details:
    http://blogs.technet.com/b/rmilne/archive/2014/04/09/end-of-exchange-2010-sp2-support.aspx
    Twitter!:
    Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • IWS 6.0 SP1 and SP2 throwing startup messages on to console

    iWS 6.0 SP1 and SP2 on HP-UX 11.0 are throwing the following messages on to the console constantly
    iPlanet-WebServer-Enterprise/6.0SP1 B08/20/2001 01:46
    [LS ls1] http://cdbmsw2.cdbms_rbi.com, port 80 ready to accept requests
    startup: server started successfully
    # [LS ls1] http://cdbmsw2.cdbms_rbi.com, port 80 ready to accept requests
    startup: server started successfully[LS ls1] http://cdbmsw2.cdbms_rbi.com, port
    80 ready to accept requests
    startup: server started successfully
    [LS ls1] http://cdbmsw2.cdbms_rbi.com, port 80 ready to accept requests
    [LS ls1] http://cdbmsw2.cdbms_rbi.com, port 80 ready to accept requests
    startup: server started successfully
    can anybody tell the reasons
    thanks in advance
    regards
    Ananda Rao

    Ananda,
    If you're starting the server from the command line, this is normal behavior. All these messages will output to the console and logs. If you start this from the GUI interface, the output will go to the logs.

  • WLS6.0 sp1 and MS Active Directory

    Hi,
    Is it possible to configure WLS' LDAP security realm to use MS' Active
    Directory to authenticate users? A quick yes or no would be appreciated -
    I'll worry about the finer details of how later!!
    Regards
    Laura Allen

    Custom realm of course with the weblogic....ldaprealmv2.LDAPRealm
    implementation class.
    We did not use Kerberos authentication - just the plain password
    authentication in "cleartext". Our servers are inside a secure data center -
    no encryption required. That's why we did not need jdk1.4.
    "Marc Carrion" <[email protected]> wrote in message
    news:[email protected]...
    >
    Are you telling that you configured the ldap realm of WL to use activedirectory?
    or you used your custom realm?
    To use the authentication with Kerberos you need to use GSS-API and it'snot
    included in jdk1.3 neither in jaas, that's why I needed to use jdk1.4
    Can you explain how did you do that?
    Thanks,
    Marc
    "Roy Cornell" <[email protected]> wrote:
    Hi Laura:
    No, BEA did not confirm the compatibility. We did our own investigation
    and
    found that the two systems work well together. One of the highlights
    of the
    research was the fact that the configuration of the WLS custom realm
    for
    Active Directory was more similar to Netscape Directory or Open LDAP
    than to
    the MS Site Server.
    I am attaching the sample settings for the LDAP realm:
    server.host=<some-ip-or-name>
    server.principal=CN=wlsadmin001,OU=WLSMEMBERS1,DC=company,DC=com
    user.filter=(&(cn=%u)(objectclass=user))
    user.dn=OU=WLSMEMBERS1,DC=company,DC=com
    group.filter=(&(cn=%g)(objectclass=group))
    group.dn=OU=WLSGROUPS1,DC=company,DC=com
    membership.filter=(&(member=%M)(objectclass=group))
    We used the AD for authenticating the users and for authorizing the EJB
    methods. AD contained the users and their security roles and the
    deployment
    descriptiors of the EJB's contained the permissions for the security
    roles.
    We ran repeated tests and were more or less satisfied.
    Regards
    P.S.
    we used WLS 6.1 Jdk 1.3
    ----- Original Message -----
    Sent: Tuesday, September 18, 2001 5:40 AM
    Subject: WLS6.0 and Active Directory
    Forgive me contacting you directly, but did you recieve a reply fromBEA
    as
    to whether WLS supports interaction with Active Driectory? And wereyou
    attempting to use Active Directory just for user authentication? Anyinfo
    on how WLS and Active Directory interact would be appreciated!
    Regards
    Laura Allen
    The information in this e-mail and any attached files is confidential.It
    is intended solely for the use of the addressee. Any unauthorised
    disclosure or use is prohibited. If you are not the intended
    recipient
    of
    the message, please notify the sender immediately and do not disclosethe
    contents to any other person, use it for any purpose, or store or copythe
    information in any medium. The views of the author may not necessarily
    reflect those of the Company.
    "Laura Allen" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    Is it possible to configure WLS' LDAP security realm to use MS' Active
    Directory to authenticate users? A quick yes or no would be
    appreciated
    I'll worry about the finer details of how later!!
    Regards
    Laura Allen

  • NSAPI [iPlanet 6.0SP1] for WLS6.1 SP1

    Hi,
    I am trying to integrate iPlanet WebServer 6.0 SP1 with Weblogic6.1 SP1 but am
    not able to get it up and running. I followed the documentation and able to get
    the ststic HTML pages but am not able to get the JSP's and Servlets to work. Here
    are the steps I followed, can anyone help me out.
    Thanks in advance
    Ravi
    1. Copy &#8220;proxy36.dll&#8221; located in the &#8220;<weblogic_home>/bin&#8221;
    directory to &#8220;<Netscape_Home>/Servers/Plugins/&#8221; directory.
    2. Modify &#8220;Magnus.conf&#8221; file.
    Add following two lines at the top of the file after the comments.
    >Init fn="load-modules" funcs="wl-proxy,wl-init"\ shlib="C:/Netscape/Server4/plugins/proxy36.dll"
    Init fn="wl-init"
    3.Modify &#8220;obj.conf&#8221; file. Add the following lines
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn="wl-proxy" WebLogicHost=<IPAddress of WLS Server>WebLogicPort="Port#"
    PathTrim="/weblogic"
    </Object>
    4.Apply changes and Stop/Start the iPlanet Server.
    6.Create subfolder called &#8220;my_apps&#8221; under &#8220;<NETSCAPE_HOME>/docs/&#8221;.
    Move the contents of the &#8220;<WEBLOGIC_HOME>/public-html/my_apps&#8221; folder
    to this folder.
    7.Modify &#8220;myapps.properties&#8221; located in &#8220;<WEBLOGIC_HOME>/MyDomain/myappsproperties&#8221;
    and modify the &#8220;web_server_url&#8221; and &#8220;web_server_ip&#8221; to
    indicate the URL of the webserver
    web_server_url=http://<iPlanetHostname>:port/weblogic/
    web_server_ip= http://<iPlanetHostname>:port
    8.     Restart WebLogic Server
    9.     Restart iPlanet Enterprise Server

    Hi,
    My previous request might have been misleading, i found that it is not just images that don't work but all the resources deployed in apache with the webconnector to iplanet do not work if there is a query string attached to it.
    for eg., http://<host>/home/index.html?user=username does not work either.
    Thanks
    Prashanth Sukumaran.

  • WebLogic Apache plugin giving 404 for 50% of requests

    I have the following configuration on my httpd.conf
    <IfModule mod_weblogic.c>
    RequireSSLHostMatch false
    Debug ON
    EnforceBasicConstraints OFF
    HungServerRecoverSecs 5
    ConnectRetrySecs 0
    KeepAliveEnabled ON
    KeepAliveSecs 15
    IdemPotent ON
    WLLogFile /var/log/httpd/wlproxy_global.log
    DebugConfigInfo On
    </IfModule>
    And this Location configured:
    <Location /FaleConosco>
    SetHandler weblogic-handler
    WebLogicCluster 10.8.90.147:7006
    Debug ON
    WLLogFile "/var/log/httpd/wlproxy-faleconosco.log"
    </Location>
    And this is what's happening:
    1 - Half of requests through Apache, get a 404
    2 - All requests that go directly to WebLogic, get a 200
    Any idea?
    Edited by: 938972 on Jun 6, 2012 7:48 AM

    It seems that the WebLogic plugin for Apache has a bug (where do I submit bugs?)
    If WebLogicCluster is used with only one server, there might be problems with requests being missed.
    I changed the above configuration to use the WebLogicHost / WebLogicPort, and now I get 100% of HTTP/1.1 200
    <Location /FaleConosco>
    SetHandler weblogic-handler
    # WebLogicCluster 10.8.90.147:7006
    WebLogicHost 10.8.90.147
    WebLogicPort 7006
    Debug OFF
    WLLogFile "/var/log/httpd/wlproxy-faleconosco.log"
    </Location>
    Hope this thread will help others

  • Using MessagingBridge for WLS6.1-SP3 and MQSeries 5.2

              I am trying to use the MessagingBridge with MQSeries 5.2.
              I have an MDB to consume messages from MQSeries queue. I created
              the MesageingBridge with source (being the MQS queue) and target
              (being WLS queue) but the bridge never channeled the messages from
              MQSeries source queue to WLS destination queue.
              Here are segments from config.xml:
              <JMSServer Name="JMSServer" Targets="myserver">
              <JMSQueue JNDIName="MQ_TARGET_QUEUE" Name="MQS Target Queue" StoreEnabled="default"/>
              </JMSServer>
              <JMSBridgeDestination
              Classpath="c:\MQSeries\ma88\samples\base;c:\MQSeries\ma88\lib\com.ibm.mq.jar;c:\MQSeries\ma88\lib\com.ibm.mqjms.jar;c:\MQSeries\ma88\lib\jms.jar;c:\MQSeries\ma88\lib\jndi.jar;c:\MQSeries\ma88\lib\fscontext.jar;c:\MQSeries\ma88\lib\providerutil.jar;c:\MQSeries\ma88\lib\connector.jar"
              ConnectionFactoryJNDIName="MQSeriesQueueManager"
              ConnectionURL="t3://127.0.0.1:7001"
              DestinationJNDIName="NotifMsgQueue" Name="MQSSourceDestination"/>
              <JMSBridgeDestination
              ConnectionFactoryJNDIName="WLSMQS_Connection_Factory"
              ConnectionURL="t3://127.0.0.1:7001"
              DestinationJNDIName="MQ_TARGET_QUEUE" Name="WLSTargetDestination"/>
              <MessagingBridge AsyncEnabled="true" DurabilityEnabled="true"
              Name="MQSeries Messaging Bridge" QOSDegradationAllowed="false"
              QualityOfService="Duplicate-okay"
              SourceDestination="MQS Source Destination" Started="true"
              TargetDestination="WLSTargetDestination" Targets="myserver"/>
              <StartupClass
              Arguments="QManager=QM_de8u5p,QMJNDIName=MQSeriesQueueManager,QManagerHost=127.0.0.1,
              QManagerPort=1414,NotificationsQueue=AppNotifQueue,NQJNDIName=NotifMsgQueue"
              ClassName="com.wbiex.MQSeriesStartup" FailureIsFatal="false"
              Name="MQSeriesStartup" Targets="myserver"/>
              Note: The MDB was able to access and consume messages off the MQSeries NotifMsgQueue
              queue
              without the bridge .
              Thank you very much for your help.
              

    First of all, CR081414_61sp3.jar is not supposed to be put in
              the CLASSPATH. It contains the adapter files you need to
              run the bridge. You don't need it anyway because CR081511_61sp3.jar
              contains the newer version of the adapter files. You need to put
              CR081414_61sp3.jar to your WLS CLASSPATH, and also extract the a
              adapter files (*.rar) and put them in the directory where your
              config.xml gets the adapters for deployment.
              Did you put all necessary MWSeries stuff in the WLS CLASSPATH
              and PATH. I am sure you have done something there to make
              your startup class work. Just make sure you have all of them.
              Them are listed in "Using Foreign JMS Providers with WebLogic Server".
              By the way, what is the error you got? Did you look at the server
              log?
              You can also turn on bridge debugging.
              -Dweblogic.Debug.DebugMessagingBridgeStartup=true
              -Dweblogic.Debug.DebugMessagignBridgeRuntime=true
              Debugging information will show up in the server log by default.
              Dongbo
              Jim Allen wrote:
              >
              > Thanks Dongbo,
              > I got both patches CR081511_61sp3.jar and CR081404_61sp3.jar
              > and added them to WLS CLASSPATH.
              > The connectionURLs for both source and target destinations are
              > the same because I am using WLS JNDI which is located in same
              > server. I have startup class that creates MQSeries connection
              > factory and a queue and binds them to WLS JNDI tree.
              > I also removed the MQSereis jars from AdapterClassPath but
              > still the Bridge is not working.
              >
              > Please help !! thanks very much again
              >
              > Dongbo Xiao <[email protected]> wrote:
              > >Something in your configuration looks wrong. The connectionURL
              > >you have for both the MQSeries bridge destination and WLS bridge
              > >destination are the same, which cannot be right. Another thing
              > >is that it is not recommended to put MQSeries stuff in AdapterClassPath.
              > >You have to have MQSeries stuff in the CLASSPATH and PATH for
              > >the WLS server that the bridge is running on.
              > >
              > >Take a look at the "Using Foreign JMS Providers with WebLogic Server
              > >"
              > >Tom recommended to you.
              > >
              > >Also you need to get the latest patches for 6.1SP3.
              > >
              > >Hope this helps.
              > >Dongbo
              > >
              > >
              > >Jim Allen wrote:
              > >>
              > >> I am trying to use the MessagingBridge with MQSeries 5.2.
              > >> I have an MDB to consume messages from MQSeries queue. I created
              > >> the MesageingBridge with source (being the MQS queue) and target
              > >> (being WLS queue) but the bridge never channeled the messages from
              > >> MQSeries source queue to WLS destination queue.
              > >> Here are segments from config.xml:
              > >>
              > >> <JMSServer Name="JMSServer" Targets="myserver">
              > >> <JMSQueue JNDIName="MQ_TARGET_QUEUE" Name="MQS Target Queue"
              > >StoreEnabled="default"/>
              > >> </JMSServer>
              > >> <JMSBridgeDestination
              > >> Classpath="c:\MQSeries\ma88\samples\base;c:\MQSeries\ma88\lib\com.ibm.mq.jar;c:\MQSeries\ma88\lib\com.ibm.mqjms.jar;c:\MQSeries\ma88\lib\jms.jar;c:\MQSeries\ma88\lib\jndi.jar;c:\MQSeries\ma88\lib\fscontext.jar;c:\MQSeries\ma88\lib\providerutil.jar;c:\MQSeries\ma88\lib\connector.jar"
              > >> ConnectionFactoryJNDIName="MQSeriesQueueManager"
              > >> ConnectionURL="t3://127.0.0.1:7001"
              > >> DestinationJNDIName="NotifMsgQueue" Name="MQSSourceDestination"/>
              > >> <JMSBridgeDestination
              > >> ConnectionFactoryJNDIName="WLSMQS_Connection_Factory"
              > >> ConnectionURL="t3://127.0.0.1:7001"
              > >> DestinationJNDIName="MQ_TARGET_QUEUE" Name="WLSTargetDestination"/>
              > >> <MessagingBridge AsyncEnabled="true" DurabilityEnabled="true"
              > >> Name="MQSeries Messaging Bridge" QOSDegradationAllowed="false"
              > >> QualityOfService="Duplicate-okay"
              > >> SourceDestination="MQS Source Destination" Started="true"
              > >> TargetDestination="WLSTargetDestination" Targets="myserver"/>
              > >> <StartupClass
              > >> Arguments="QManager=QM_de8u5p,QMJNDIName=MQSeriesQueueManager,QManagerHost=127.0.0.1,
              > >> QManagerPort=1414,NotificationsQueue=AppNotifQueue,NQJNDIName=NotifMsgQueue"
              > >> ClassName="com.wbiex.MQSeriesStartup" FailureIsFatal="false"
              > >> Name="MQSeriesStartup" Targets="myserver"/>
              > >>
              > >> Note: The MDB was able to access and consume messages off the MQSeries
              > >NotifMsgQueue
              > >> queue
              > >> without the bridge .
              > >>
              > >> Thank you very much for your help.
              

  • JLime: Linux for the HP Jornada and NEC MobilePro handhelds

    http://jlime.com/index.php
    I bought a NEC MobilePro 900 off ebay to try it   Should be in the mail soon!

    Hallo Herr P ;);
    Danke, but we have already tried this Option, but it seems to be that what the Sun People say in their specifications is something and what's really there is something else....
    As I said, the CDC specifications implies, that you can have the J2ME in (almost) all the Platforms, and also in many different Architectures,
    http://java.sun.com/j2me/docs/cdc_hotspotds.pdf
    but that is not what we have found, or at least what we have faced. We have compiled the Files to the platform we wanted, but we couldn't compile it to ARM Architecture. In those links you gave, there is no makefile that achieves our goal.
    Please let us know if we have made a mistake or if there is another way to compile it to ARM ARCH.
    Once again, thank you very much for your help....:)
    Best wishes,
    Al-Moayed

  • Is Zen7 SP1 Agent Backwards compatible with Zen6.5 SP1 and SP2?

    Looking at deploying the Zen7 SP1 agent, but I'm not certain of any
    caveats involved in doing so.
    Netware 6.5 SP5 CPR, Zen6.5 SP2 on one server, SP1 on the other.
    Thank you for your time,
    Troy

    I think you need Zen7 on the servers if you're gonna use the Zen7 agent,
    there is a compability matrix in the Zen7 docs on the Novell website. You
    can use the Zen65 agent with Zen7 on the server.
    "Troy H" <[email protected]> wrote in message
    news:m9WPg.92$[email protected]..
    > Looking at deploying the Zen7 SP1 agent, but I'm not certain of any
    > caveats involved in doing so.
    >
    > Netware 6.5 SP5 CPR, Zen6.5 SP2 on one server, SP1 on the other.
    >
    > Thank you for your time,
    > Troy

  • CR runtime SP1 and SP2 on WS 2003 and IIS 6 report is blank in reportviewer

    Hi All,
    Could you please help me, No image problem in following scenarios,
    Using asp.net 3.5
    WS 2003, IIS6,  CR runtime 2008 with SP1 = > No images
    WS 2003, IIS6, CRruntime 2008 with SP2 => No images
    WS 2003, IIS6,  CRruntime 2008(No SP) => Works allright.
    Of-course I can downgrade but is there any workaround, to combination with SP2 or SP1.
    Thank you.
    Regards,
    Sandeep Sharma
    EDIT: Its not like no image but first page is empty, only toolbar is shown. when I export all data is shown in PDF.
    Edited by: SSharma on Nov 2, 2009 3:30 PM
    Edited by: SSharma on Nov 2, 2009 3:31 PM

    Well, I'll go along with something wrong. If you can give me precise steps in how to duplicate the issue. I would like you to also try  one of our web samples from here;
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    I recommend vbnet_web_simplepreview and see if you can duplicate the issue with the sample app.
    Remember that more than likely, you are not the only one running SP 1 and / or SP 2 and I do not see other reports of the issue you describe in these forums...
    Ludek

  • Sp1 and sp2 integration

    I like using WLW 8.1 sp2 but i've to deploy my EJBs to a WLS 8.1 sp1 server. Anyone
    knows how can i tell the IDE to use different versions of ejbc or ejbgen?
    Thanks.
    Antonio.

    Seb,
    I have a look at the document: http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_bip_admin_en.pdf
    I can see where to schedule the Crystal Reprot to run in the background and send out via email option.
    However, I dont see how the report can be sent out from BOE server. Is there any setting need to be done so that BOE Server can send out the crystal report?
    Please help, thank you.

  • URL for apache plugin for linux with weblogic 6.1

    Hi,
    can anyone tell me, where i can find the apache plugin for linux weblogic 6.1
    thanks in advance,
    cheers chris

    Could you give some detail for this issue? I have tried the plugin with IIS6 and it does works.

  • Plugin(mod_wl.so) for Apache 1.3.X  for weblogic 8.1 on Windows

    Can anyone tell me where I can get a plugin(mod_wl.so) for Apache 1.3.X for weblogic 8.1 on Windows. The plugins are avaiable for solaris,AIX and linux. But I could not find any thing for Windows. The plugins are available for Apache 2.X.

    I have Apache running on two Linux web servers (dell2 and dell3)
    and WLS running on two Linux app servers (dell5 and dell6).
    I can also run Apache on two Sun/Solaris web servers (sun2 and
    sun3). I have the AcceptBacklog parameter set to 100 on each
    WLS Server. There is no problem when I drive the WLS servers
    through mod_wl.so running on the Sun servers. The CONNECTION_REFUSED is only seen
    when I try to drive them through
    mod_wl.so on the Apache/Linux systems.
    What is the ap_proxy.cpp file referenced in the error message?
    It doesn't appear to be part of the Apache source code yet I
    can see references to various ap_proxy functions.
    Thanks for your help,
    Dave Jaffe
    [email protected]
    "Jong Lee" <[email protected]> wrote:
    >
    You should not run apache and wls on the same box for load testing since
    apache1.3.x
    plugin does not maintain keep-alive
    connection to weblogic server. Also try to increate the acceptBacklog
    parameter
    on wls, the default is 50 which might not
    be big enough for load.
    thanks
    Jong
    "Dave Jaffe" <[email protected]> wrote:
    As described in a posting yesterday, I got the mod_wl.so working
    with WL6.0 SP1 in clustered mode on two Linux 6.2 systems
    running Apache 1.3.12 driving two clustered WL servers.
    However, under moderate stress I see the following message
    appear in the Apache error log after about a minute and the
    throughput drops and response time skyrockets:
    [error] CONNECTION_REFUSED [os error=11, line 1342 of
    ap_proxy.cpp]
    I've not played with the Apache source but my guess is that this
    error message is meaningful to the developer of mod_wl.so
    The two WL servers can handle a workload four times heavier than
    what I'm describing here using Sun/Solaris web servers running
    Apache 1.3.9 and the Solaris version of mod_wl.so
    Any pointers would be much appreciated
    Dave Jaffe
    Dell Solution Enablement Lab
    [email protected]

  • Plugin(mod_wl.so) required  for Apache 1.3.X for weblogic 8.1 on Windows

    Can anyone tell me where I can get a plugin(mod_wl.so) for Apache 1.3.X for weblogic 8.1 on Windows. The plugins are avaiable for solaris,AIX and linux. But I could not find any thing for Windows

    Can anyone tell me where I can get a plugin(mod_wl.so) for Apache 1.3.X for weblogic 8.1 on Windows. The plugins are avaiable for solaris,AIX and linux. But I could not find any thing for Windows

Maybe you are looking for

  • Month wise Closing balance of Material Wise and  Batch Wise

    Hi, We can get period wise closing balance for Plant-Storage Location-materials in MARDH. But i didnt find any table which can provide Plant - S.Loc - Year - Period (or Month) - Batch wise closing Balances. Can any body please suggest a table on the

  • IBook acting strange...erase and reinstalled...it's starting to be strange

    My iBook was acting strangely...I can't connect to the wireless server, though ISP, network settings and Airport are all correct and the connection is visible and the strength of the connection will change. I cannot load any internet pages. In additi

  • Login problems with Vista

    I have a 10.4.11 OSX server as an OD Master. All my OSX and WinXP clients can authenticate without problem. I received a new computer with Windows Vista Ultimate x64 SP1. I was able to make it join my domain without problem but when I try to log in,

  • RV220W 1.0.2.4: Time incorrect after reboot

    When a reboot is performed, the router is falling back to a previous time setting. Probably the latest one set manually, when time is to be set manually and not by a NTP server Aug 28 22:35:39 618579721 KERNEL [Kernel] Dead loop on virtual device sit

  • Font looping issue in Illustrator CS5

    My Ilustrator either loops fonts (1 - 10 approx.) or it stop at one font and can't move forward. Photoshop doesnt have this problem. My friend has all the same fonts as me, but his works fine. Once i opened a the original document i created on my cop