Webstart doesn't forward proxy config to an applet?

Hello,
I was trying to get a JNLPAppletLauncher applet (signed) to call home through a web proxy.
Anyway, the suggestion in the unoffical FAQ ( http://lopica.sourceforge.net/faq.html#proxy-settings )
didn't work. For some reason proxyHost and proxyPort aren't forwarded from the Java webstart
control panel settings to the applet.
All the jar files that the applet needed were downloaded via the proxy, but the actual
applet itself didn't have its System properties set.
Presumably it should have, right?
I was able to get it to work though, using the com.sun.java.browser.net solution at
http://www.raditha.com/java/proxy.php .
Thanks
Doug

First, setting str = null causes the first pass
through paint() to crash with a nullPointerException.
Your java console should be showing you that much.
Some browers (e.g. Mozilla) requiring adding the java
console seperately (it should be easy to
find/download with a web search).
Second, your javascript call to the Applet's method
will continue on and attempt to re-load the html page
(resetting everything, including the Applet). To stop
this, add a "return false" after the
call.<input type="submit" value="Calculate"
onclick="submitToApplet(this.form);return
false;">
Thanks a lot-I've made the suggested changes and now I can see something. But still the variable str is not getting the intended assigned value passed from the Javascript.
Changed applet...
public class CalculateApplet1 extends JApplet {
     String str = "else";     
     public void test( String arr )
          str = arr;          
     public void paint( Graphics g ) {
          if( str.equals( "test" ) )
               g.drawString( "abhi", 25, 25 );     
          else
               g.drawString( str, 25, 25 );
}Output-else! For testing purpose, I'm passing a string "test" from Javascript i.e. str should be equal to "test"

Similar Messages

  • Push Forward Proxy info within DHCP

    Hello,
    Is it possible to "push" Forward proxy info to clients using DHCP (with some option)?
    Regards
    Kostas

    Kostas B wrote:
    Hello,
    Is it possible to "push" Forward proxy info to clients using DHCP (with some option)?
    Regards
    Kostas
    It is possible to use my DHCP Option Code Utility to create the required DHCP option codes for advertising a proxy server. See http://en.wikipedia.org/wiki/WebProxy_AutodiscoveryProtocol
    As per the above article, there are two methods for a client to 'discover' a proxy server, one is via a DHCP option code, as per your query, the other is via a standard URL formed based on the clients domain name, e.g. http://wpad.example.com/wpad.dat
    Unfortunately, it is my impression that while it is possible to set a Mac OS X Server to provide both the DHCP option code, and to host a suitable file at the address specified via the DNS method, I don't believe any version of Mac OS X as a client will use either of these methods.
    You can manually configure a Mac OS X client to look for the DNS address and then the wpad file in System Preferences -> Network -> Advanced… -> Proxies -> Automatic Proxy Configuration , you could in theory use Managed Preferences via Workgroup Manager as well. However both these methods cause problems for laptops since when out of the office they are unlikely to be able to access your proxy server, or want to.
    So, these two methods on a Mac OS X Server may work with Windows clients (if Windows still supports these methods), but as far as I am aware are useless for Mac OS X clients.
    For the benefit of others, a typical reason for using a proxy server, is to monitor network traffic especially web-browsing. An alternate approach that should work for Macs, would be to have a device in-between the LAN and the Internet so all web-browsing has to go through it regardless. This should therefore not need the Macs to be specifically configured.
    As we all know, historically Apple has not addressed the needs of the Enterprise market and this could be considered an example of that.
    For the benefit of everyone, here is an example DHCP option code as you would add it to your bootpd.plist file at /etc/bootpd.plist
    <code><key>dhcpoption252</key>
    <data>
    aHR0cDovL3dwYWQuZXhhbXBsZS5jb20vd3BhZC5kYXQ=
    </data>
    The above uses the example, URL of http://wpad.example.com/wpad.dat obviously you need to use my utility to create a value that matches your domain and to have a web-server on your LAN that can host that file. The file then tells the client how to access the proxy server, again see the above wiki article and also this one http://en.wikipedia.org/wiki/Proxy_auto-config which tells you how to write the wpad.dat (aka. proxy.pac) file.
    Update: I notice Mac OS X 10.6 now has a "Auto Proxy Discover" option, as Apple do not provide any real documentation for this level of detail, only they know for sure what this does. However it does sound like it might implement the DHCP and DNS methods of auto-discovery. This option was not present in Mac OS X 10.5. If this is what it does you do not need to turn on and fill in the "Automatic Proxy Configuration" option.

  • OD managed client proxy-config

    Hello all,
    we created at the OD-server (OSX 10.5.8) a computergroup for our
    managed clients (OSX 10.6.2).
    Some configs working correct, f.e dock-config (ID com.apple.dock).
    But the proxy-config (ID com.apple.SystemConfiguration)
    wasn't executed at the client.
    The client keep former proxy-entries.
    Is this an error or because of forward reverse proxy?
    Thanks! Wolfgang

    Hi
    I have seen this before a number of times and only on Intel iMacs, old and new. All I can put it down to is a possible screen corruption at the Login Window? Perhaps a rogue or damaged/corrupted font? It may also have something to do with how the setting is being applied locally which might be conflicting with the Managed Preferences applied from the Server?
    I have also seen it initially with an OD Master/Replica pair.
    For me it tends to disappear after a while or if you click the back button or restart. It might be a timing issue with whatever is providing the routing? Perhaps the NTP Server? If you're in a position you could investigate the Switch or Router? Perhaps replace one or the other or both (temporarily) to see if things change?
    Tony

  • Add proxy config with ard2

    How can I add a proxy config to 30 mac with 10.4 with ARD2 ?

    You shouldn't have to enable the root account. I've
    send myriad UNIX commands to my workstations
    (including testing the one in this thread) without
    problems and none of them have the root account
    enabled.
    Not sure why you're hitting that error. Are the
    systems reporting that error on the same version of
    Mac OS X as the systems for which it works correctly?
    Dave, thanks for the advice, the computers are all netbooted from the same image on my osx server... I'm now trying to solve another problem with unix commands.
    I'm trying to get a lab to log into a networked testing program, and select the correct test version simultaneously. So far using osascripts, I've got the whole lab to log into the macs, log into the testing program, but now I need it to select the correct test and level. Here's my script:
    osascript -e 'tell application "System Events" to keystroke "1" using command down'
    osascript -e 'tell application "System Events" to delay 3.0'
    ....NEED COMMAND HERE TO MOVE TO SECOND CHOICE IN A HIGHLIGHTED LIST (the down arrow does this on the keyboard...)
    osascript -e 'tell application "System Events" to delay 3.0'
    osascript -e 'tell application "System Events" to keystroke return'
    osascript -e 'tell application "System Events" to delay 3.0'
    osascript -e 'tell application "System Events" to keystroke "n" using command down'
    I thought I had it working using this command:
    osascript -e 'tell application "System Events" to keystroke "down"'
    but it doesn't seem to work now...
    Tried this one too:
    osascript -e 'tell application "System Events" to keystroke down'
    So, does anyone know what to say that similar to hitting the down arrow on the keyboard?
    Thanks!

  • Lion server forward proxy

    Hi,
    is there an easy way to setup Lion server on a mac mini with the internal Apache web server as forward proxy? Bearing in mind that mac mini only has one ethernet port (I guess virtual ethernet port can be used if two interfaces are necessary)?
    looking further ahaed - is there any benefit in running a proxy setup with enhanced content filtering capabilities or is the parental control through profile manager sufficient to fulfill that task?
    best
    -H

    Apache's forward proxy doesn't require multiple interfaces, so that's not an issue, but IIRC you can't do this via the GUI. That means you're down to editing Apache's configuration files directly, in which case you can do anything that Apache can normally do.
    As for the filtering, that's up to you - you'll need to decide on the amount of filtering paranoia you want to implement, and whether Parental Control provides sufficient coverage, whether you want to roll your own, or subscribe to a commercial solution.

  • Problem in  creating a forward proxy

    I want to create a forward proxy .
    And the requirement is that whenever browser hits a URL then that request should first go to that proxy, I want to add a header to this request then the modified request should go back to browser through which it will reach the remote server.
    I tried to implement this through running a port on which I will read the request coming from browser .But I do not know how will I send the modified request back to the browser.
    I have written the following code:
    Java Code:
    import java.io.*;
    import java.net.*;
    public class ProxyApp {
        public static void main(String a[]) throws IOException , Exception
            ServerSocket proxySocket = new ServerSocket(7456);
            System.out.println("Socket created at port number.....7456.");
            System.out.println("waiting for browser to connect......");
            Socket browserSocket    = proxySocket.accept();
            System.out.println("request received from browser......");
            OutputStream browserOutputStream    = browserSocket.getOutputStream();
            InputStream browserInputStream      = browserSocket.getInputStream();
            byte[]       b = new byte[1];
            StringBuffer buf = new StringBuffer();
            String       s ;
            for ( ; ; ) {
                int len ;
                len = browserInputStream.read(b, 0, 1);
                if ( len == -1 ) {
                    break ;
                s = new String( b );
                buf.append( s );
                if ( b[0] != '\n' ) {
                    continue ;
                break ;
            String bufferedData = buf.toString();
            System.out.println("browser requested......"+bufferedData);
            int  start, end ;
            start = bufferedData.indexOf( ' ' ) + 1;
            while ( bufferedData.charAt(start) == ' ' ) {
                start++ ;
            end   = bufferedData.indexOf( ' ', start );
            String urlString = bufferedData.substring( start, end );
            System.out.println("browser requested..urlString...."+urlString);
             /*******************reading from server********************************/
            URL url = new URL(urlString);
            URLConnection connection = url.openConnection();
            connection.setDoOutput(true);
            OutputStream remoteOutputStream =  connection.getOutputStream();
            System.out.println("sent to remote......"+bufferedData);
            remoteOutputStream.write(bufferedData.getBytes());
            remoteOutputStream.flush();
            remoteOutputStream.close();
            System.out.println("Data written to remote server...");
            InputStream remoteInputStream   = connection.getInputStream();
            byte[]       b1 = new byte[1];
            StringBuffer buf1 = new StringBuffer();
            String       s1 ;
            for ( ; ; ) {
                int len ;
                len = remoteInputStream.read(b1, 0, 1);
                if ( len == -1 ) {
                    break ;
                s1 = new String( b1 );
                buf1.append( s1 );
                if ( b1[0] != '\n' ) {
                    continue ;
                break ;
            String bufferedData1 = buf1.toString();
            System.out.println("Data read from remote server...bufferedData1..."+bufferedData1);
            browserOutputStream.write(bufferedData1.getBytes());
            browserOutputStream.flush();
            browserOutputStream.close();
            System.out.println("Data written to browser...");
            System.out.println("**************END********************");
    }But while getting the input stream from url connection I get Socket Exception.
    Please tell me what is wrong...
    Please help me out!
    Edited by: 967629 on Oct 25, 2012 4:48 AM

    I want to create a forward proxy .
    And the requirement is that whenever browser hits a URL then that request should first go to that proxy, I want to add a header to this request then the modified request should go back to browser through which it will reach the remote server.
    I tried to implement this through running a port on which I will read the request coming from browser .But I do not know how will I send the modified request back to the browser.
    I have written the following code:
    Java Code:
    import java.io.*;
    import java.net.*;
    public class ProxyApp {
        public static void main(String a[]) throws IOException , Exception
            ServerSocket proxySocket = new ServerSocket(7456);
            System.out.println("Socket created at port number.....7456.");
            System.out.println("waiting for browser to connect......");
            Socket browserSocket    = proxySocket.accept();
            System.out.println("request received from browser......");
            OutputStream browserOutputStream    = browserSocket.getOutputStream();
            InputStream browserInputStream      = browserSocket.getInputStream();
            byte[]       b = new byte[1];
            StringBuffer buf = new StringBuffer();
            String       s ;
            for ( ; ; ) {
                int len ;
                len = browserInputStream.read(b, 0, 1);
                if ( len == -1 ) {
                    break ;
                s = new String( b );
                buf.append( s );
                if ( b[0] != '\n' ) {
                    continue ;
                break ;
            String bufferedData = buf.toString();
            System.out.println("browser requested......"+bufferedData);
            int  start, end ;
            start = bufferedData.indexOf( ' ' ) + 1;
            while ( bufferedData.charAt(start) == ' ' ) {
                start++ ;
            end   = bufferedData.indexOf( ' ', start );
            String urlString = bufferedData.substring( start, end );
            System.out.println("browser requested..urlString...."+urlString);
             /*******************reading from server********************************/
            URL url = new URL(urlString);
            URLConnection connection = url.openConnection();
            connection.setDoOutput(true);
            OutputStream remoteOutputStream =  connection.getOutputStream();
            System.out.println("sent to remote......"+bufferedData);
            remoteOutputStream.write(bufferedData.getBytes());
            remoteOutputStream.flush();
            remoteOutputStream.close();
            System.out.println("Data written to remote server...");
            InputStream remoteInputStream   = connection.getInputStream();
            byte[]       b1 = new byte[1];
            StringBuffer buf1 = new StringBuffer();
            String       s1 ;
            for ( ; ; ) {
                int len ;
                len = remoteInputStream.read(b1, 0, 1);
                if ( len == -1 ) {
                    break ;
                s1 = new String( b1 );
                buf1.append( s1 );
                if ( b1[0] != '\n' ) {
                    continue ;
                break ;
            String bufferedData1 = buf1.toString();
            System.out.println("Data read from remote server...bufferedData1..."+bufferedData1);
            browserOutputStream.write(bufferedData1.getBytes());
            browserOutputStream.flush();
            browserOutputStream.close();
            System.out.println("Data written to browser...");
            System.out.println("**************END********************");
    }But while getting the input stream from url connection I get Socket Exception.
    Please tell me what is wrong...
    Please help me out!
    Edited by: 967629 on Oct 25, 2012 4:48 AM

  • Mac OS X Server Forward Proxy(Web Caching)...setup a website for the proxy???

    My office is a Mac environment with a couple of windows pcs. To save on bandwidth i would like to setup a Mac OS X Snow leopard server with a web caching proxy, forward proxy. I read this link from apple
    Server Admin 10.6 Help: Configuring Web Service Proxy Settings
    i understand that to set this up i must enable it on my Mac Server and also on the clients(end user) web browser. What i don't understand is this part:
    "When setting up a forward proxy, make sure you create and enable a  website for the proxy. You might want to disable logging                      on the proxy site or configure the site to record  its access log in a separate file from your other sites’ access logs.  The                      site does not need to be on port 80 but setting up  web clients is easier if its browsers use port 80 by default."
    Create and enable a website for the proxy??? I don't understand, why do i need a website for web caching? Shouldn't the settings in the web browser direct the http requests to the mac server and it does the rest, what has a website got to do with it and what type of website?How?
    Please help, thank you in advance

    SL Server

  • Proxy-config wsdl question

    When defining my destenatoin in the proxy-config.xml, Is it possible to point to a wdsl  located on the local file system?
    I am trying to connect TIBCO web-services which do not advertise the WSDL.
    -jh

    You peaked my interest so I did the following.
    FIrst, I found a simple service (calculate) online and copied it's WSDL to my local drive.
    http://www.dneonline.com/calculator.asmx?WSDL
    I added the file reference to it in my proxy-config.xml.
    <wsdl>file://c:/calculator.wsdl</wsdl>
    No luck!
    However, since I had the WSDL, I placed it on my local TOMCAT (LCDS) instance so that I could reference it via HTTP.
    <destination id="testWSDLFile">
    <properties>
    <wsdl>http://localhost:8400/lcds/wsdl/calculator.wsdl</wsdl>
    <soap>*</soap>
    </properties>
    <adapter ref="soap-proxy"/>  
    </destination> Once i did that, I could use the Data Service wizard in FlashBuilder and everything seemed to work. I was worried that I might have crossdomain issue-something to consider I suppose. Otherwise .. all good.
    Hope that helps some
    -bob-

  • Apache 2.2 21 forward Proxy 2 way SSL for weblogic server as a client

    Hi All,
    Currently, i am trying to implement a forward SSL proxy. The client will hit my apache server which in return will hit a IIS Server.
    scenarios 1
    client(weblogic)--*2 way SSL*Apache(forward proxy)*2 way SSL*-- IIS
    If i were to implement 1 way ssl, i am able to see the content of the website.
    client(weblogic) --- Apache(forward proxy) --- IIS
    If i were to launch the web browser from the client machine (with the client certificate imported in the browser), i am able to view the content in the IIS. But if i were to simulate the connection from weblogic server, it just give me end of file exception (response contain no data) on the logs.
    Below is my configuration
    Listen 8080
    <VirtualHost default:8080>
    ServerName serverA
    ErrorLog "logs/ssl_error_log"
    CustomLog "logs/ssl_access_log" common
    SSLProxyEngine On
    SSLProxyMachineCertificateFile /certificate/servercert.cer
    SSLProxyCACertificateFile /certificate/rootCA.cer
    SSLProxyVerify require
    SSLProxyVerifyDepth 10
    ProxyRequests On
    ProxyVia On
    AllowConnect 12345
    <Proxy *>
    Order allow,deny
    Allow from all
    </Proxy>
    </VirtualHost>
    For 2 way SSL, will the client forward their client certificate to my apache proxy server and apache will on the client behalf forward the client certificate to the IIS server for authenication?
    Or the SSL authenication still happen between the client (weblogic) and the end server (IIS) bypassing the proxy server.
    Please help.

    It is a domain wide setting. Can you not create a new domain? I do not think that you can handle it from web.xml. I have never seen such thing in web.xml.

  • Web forward proxy cache authentication

    Greetings
    just doing some testing. I enabled forward proxy on my web server. Clients can access the cache and can use proxy services.
    How do I setup User based Authentication to access this proxy ? does some magic find my local LDAP or do I need to set something up in httpd.conf ?
    insight and flames welcome

    It's common for people to use the Apache Commons HttpClient library for these kinds of connections. It provides for both proxy and basic auth.

  • I was infected by a virus and this changed proxy config to 127.0.0.1:64727, i removed the virus, but every time i start firefox i find the proxy configuration made by the virus.is there any config file i can change ?

    I was infected by a virus (i can't remember the virus name). Antivirus removed it, but i think it changed some config file on FF, 'cause every time i try to restart it , i find it configured to use proxy 127.0.0.1:64727. I change every time the config, i also tried to change the config on the about:config and set network.proxy.type 5 , no port and no network proxy (so it's all on default) . I changed the config on the gui, i removed the config from windows registry ( IE and chrome start normally, with no proxy), but every time i restart FF i find the proxy config there. How can i fix it ?

    I had the same problem.
    Solution
    '''Clear Virus First'''
    -clear virus using either anti-virus or manually going into task manager and figuring out which processes are bad.
    -If the manual way, go through each process in task manager and right click to "open file location". Depending on where it is located and the name of the process, you can google the process name online to see if it is bad.
    -Delete the bad process file and as added security, create a folder using the name of the process so the file can't be recreated later. (example: If I had a virus "3dcr.exe" in folder c:\user, then delete "3dcr.exe" and create a new folder c:\user\3dcr.exe\ )
    '''Fix Proxy Settings'''
    -If your browser points an proxy server and you can't change the settings because every restart of firefox returns the settings back (even after changing in about:config or prefs.js or options>advanced>network>settings). The answer is to uninstall firefox with all its user preferences and the reinstall it.
    *I know it is a bit brute force, but it was the only method I found to work. Just be sure to save your bookmarks first.

  • OAS and proxy configs in IE5

    I have OAS on an NT4 box connecting into my Solaris cluster w/ 8i. I can hit my webpage local on the NT box but when I go to other boxes I can't see the page unless I take the proxy config out of the IE5 browser. Then I can't see the internet with those machines. Have tried to leave the proxy w/ the bypass button checked and putting the address in my host files no go. Is there a setting that I can change in OAS that will effect this..I know I can config my IE5 browser but I have alot to rollout to so that may be hard to do...It is only on an intranet but it resolves to the fully qualified net name ie:http://iam.here.com/ but will not resolve to http://iam/...Is this possibly a DNS issue or a OAS config issue... we are using a 8080 port setting on all outgoing www and ftp traffic but this should not effect internal traffic.
    Thanks,
    Eric

    if I have IIS for BI Pres Svcs and the BI Server is installed on OASNo -- you have the Presentation Services plugin installed on IIS OR OAS -- and that's all from an OBIEE point of view.
    BI Server is a standalone binary (nqsserver) which runs outside of any application server.
    I can point BIP to the OAS on BI Server?You would install BIP on OAS. However - I don't know how the security integration would work, or if it would. Sorry.
    Maybe someone else here will be able to help, or you could try the BI Publisher forum?

  • [svn] 2611: Bugs: BLZ-200: Setting virtual-host in proxy-config causes ConfigurationException

    Revision: 2611<br />Author:   [email protected]<br />Date:     2008-07-24 11:36:03 -0700 (Thu, 24 Jul 2008)<br /><br />Log Message:<br />-----------<br />Bugs: BLZ-200: Setting virtual-host in proxy-config causes ConfigurationException<br />      BLZ-201: Configure host/port for proxy setting causes ConfigurationException in BlazeDS<br />QA: need a unit test reading the example proxy-config.xml and verifying that all values are read in HTTPProxyAdapter.java<br />Doc: no<br /><br />Came across and fixed another bug: when <max-connections> is not set inside a <max-per-host>, we assumed the default value of 2 instead of the <default-max-connections-per-host> value (if set).<br />Also, some whitespace reformatting in HTTPProxyAdapter.java.<br /><br />Ticket Links:<br />------------<br />    http://bugs.adobe.com/jira/browse/BLZ-200<br />    http://bugs.adobe.com/jira/browse/BLZ-201<br /><br />Modified Paths:<br />--------------<br />    blazeds/branches/3.0.x/modules/proxy/src/java/flex/messaging/services/http/HTTPProxyAdapt er.java<br />    blazeds/branches/3.0.x/resources/config/proxy-config.xml

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Forward Proxy Authentication SAP Webservice Framework HELP!

    Hi,
    i have built as WS Client using the SAP Standalone Proxy. The client will utilize a forward proxy to access my Webservice. Unfortunately the documentation does only give information how to set the proxy address and port:
    port._setProperty"javax.xml.rpc.http.proxyhost","proxy");
    port._setProperty("javax.xml.rpc.http.proxyport","8080");
    The is no hint how to set a proxy user and password? Does anybody know the answer to my question here?
    Cheers,
    Heiko

    Hi Heiko,
    Get SecurityProtocol as described <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ab/c955e2e2d24a888127f211f2d5043f/frameset.htm">here</a> .
    Use methid <i>public void addHeader(String key, String value)</i> to add HTTP header:
    String authString = "username" + ":" + "password";
    String auth = "Basic " + new sun.misc.BASE64Encoder().encode(authString.getBytes());
    securityProtocol.addHeader("Proxy-Authorization", auth);
    Best regards, Maksim Rashchynski.

  • Using auto detect proxy when I close web pages it goes back to manual proxy config help please

    I was using the web o/k restarted my computer, tried to conect to the internet web page came up but would not turn over, said trouble with proxy. Looked in tool, options, advanced, setting. The box next to Manual proxy config was ticked. Changed to auto detect proxy clicked ok then ok. Next it had reverted back to manual proxy, is there a way to save this on auto proxy config as it is a pain having to change it all the time.
    Thanks

    See:
    * http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Effects of Goods Receipt for PO with A/C assignment to Network?

    Dear All, Does anyone know what is the effect in the system after I posted a Goods Receipt for a Purchase order item with account assignment to a Network (Project Systems). The account assignment is 'N' in the Purchase Order. Best Regards, Junwen

  • MDX not working in Power View on sharepoint 2013

        I have this MDX statement below that should be able to dynamically give me a % of total for any dimension.  IN power View (sharepoint 2013) I am getting an error.  It works in Excel and works in the AS browser but will not seem to work in power v

  • Non invoice related deductions through EDI

    I am trying to automate the cash application process via the receipt of the customer inbound 820 (using message type REMADV, type PEXR2002). I can successfully post payment, clear open items, and set up deductions relating to a specific invoice, but

  • XI - SAP R3 - XI Scenario

    I have a scenario JMS 1 -> XI (BPM 1) -> SAP R3 -> XI (BPM 2) -> JMS 2 (all interfaces are synchronous) I found when BPM 2 is triggered, it doesn't work until timeout (PL_TIMEOUT). But if I only run SAP R3 -> XI (BPM 2) -> JMS 2, then it's ok. The co

  • Changing the page region contents

    hi I have a page with 4/5 regions. On the top most region our company banner (which is a .gif) is there. There are some other links added in different region of the page. i want to change my company banner whenever i click on the links in the differe