How to see console output in Sun Java(TM) System Web Server 6.1 SP7?

Dear All,
I am having Sun Java(TM) System Web Server 6.1 SP7 installed on Windows 2000 Prof.
I have deployed few applications and they were running successfully.
From debugging point of view, i like to see the output from System.out.println .
Prior to SP7 there is a console which shows this output. But now the batch files only starts and stops the admin and site server services. Where to see for console output?
Is there command like tail.exe of Weblogic awailable for Sun Java System Web Server or any setting to be done in Admin?
Please revert.
-Sameer

Response headers can be found in srvhdrs pblock.
Those can be manipulated by using set-variable
http://docs.sun.com/app/docs/doc/820-1638/6nda01tea?l=en&a=view#abuis
You can read more about these in
Sun Java System Web Server 6.1 SP8 Administrator's Configuration File Reference
http://docs.sun.com/app/docs/doc/820-1638?l=en
and
Sun Java System Web Server 6.1 SP8 NSAPI Programmer's Guide
http://docs.sun.com/app/docs/doc/820-1643?l=en

Similar Messages

  • How to see "console output" from the java web start ?

    Hi all.
    I wish to see logging infomation from the client side when using java web start technologie (java1.6 version).
    Please help.
    Thak's

    Use the "Advanced" tab of the Java Control Panel to turn on "tracing" and/or the Java Console.
    see:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/troubleshooting.03.06.html
    /Andy

  • Sun Java(tm) System Messaging Server 6.3-0.15 outgoing mail issue

    Hi,
    We are running Sun Java(tm) System Messaging Server 6.3-0.15 (built Feb  9 2007).
    with this java code if i change  email.setFrom(SenderEmial);   to any other email address than the mail server will send email form that email instead of authenticated which is a problem for us so that any one can misuse it. i need help regarding this issue.I think its due to lack of SSL security so i want to know that how i can enable SSL.
      Email email = new SimpleEmail();
        email.setSmtpPort(25);
        email.setAuthenticator(new DefaultAuthenticator("[email protected]","myPass"));
        email.setDebug(false);
        email.setHostName("mail.sunjavamail.com");
        email.setFrom(SenderEmial);  //By changing this my mail server is sending emails from any email address.
        email.setSubject("Hi");
        email.setMsg("Test Mail");
        email.addTo("[email protected]");
          // email.setTLS(true);
       // email.setSSL(true);
        email.send();
        System.out.println("Done");
    Thanks..

    Hi,
    I do not think this is unusual.  Out of the box there are no restrictions on From: addresses, they're not required to match the domain of the sender or match up with DNS results.  You can configure various restrictions or even modify the from address based on the users authenticated credentials, but not by default. 
    See the following documentation for details on restricting From: addresses:
    https://wikis.oracle.com/display/CommSuite/Mail+Filtering+and+Access+Control#MailFilteringandAccessControl-FROMACCESSDescription
    https://wikis.oracle.com/display/CommSuite/Handling+Forged+Email+by+Using+the+Sender+Policy+Framework

  • Looking for training on Sun Java(tm) System Messaging Server 6

    Hi All,
    I looking to take training on Sun Java(tm) System Messaging Server 6 i checked SUN Training Site but i didn't find
    Can ant one tell me if its available or not.
    regards,
    Mariam

    MariamS wrote:
    I see that you know so much about Sun Java System Messaging staff. I've been using Messaging Server for over 8 years in various roles so I have a good head-start.
    from where you learned all these i like to expert in this area but i dont know from where i have to start.The Messaging Server admin guide is the best place to start:
    http://docs.sun.com/app/docs/doc/819-4428
    Regards,
    Shane.

  • Problem Connecting to Sun Java(tm) System Messaging Server 6.2-3.05

    Hi All,
    I am trying to connect to Sun Messaging Server from my program. Till now I tested the program against all other popular IMAP servers with out any problem. I have set the debug to true. I am not able to figure why the connection is getting reset. Any help would be greatly appreciated
    Thanks in Advance
    Srinivas
    DEBUG: setDebug: JavaMail version 1.4.1ea-SNAPSHOT
    * OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN] Messaging Multiplexor (Sun Java(tm) System Messaging Server 6.2-3.05 (built Nov 23 2005))
    IMAP DEBUG: AUTH: PLAIN
    A0 CAPABILITY
    * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY LANGUAGE XSENDER X-NETSCAPE XSERVERINFO AUTH=PLAIN
    A0 OK CAPABILITY completed
    IMAP DEBUG: AUTH: PLAIN
    A1 LOGIN KBahadur mypassword
    javax.mail.MessagingException: * BYE JavaMail Exception: java.net.SocketException: Connection reset;
    nested exception is:
         com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:476)
         at javax.mail.Service.connect(Service.java:275)
         at javax.mail.Service.connect(Service.java:156)
         at com.gavs.mail.receiver.MailReceiver.receive(MailReceiver.java:74)
         at com.gavs.mail.receiver.MailReceiver.poll(MailReceiver.java:39)
         at com.gavs.calendar.server.HTTPPushServer$4.run(HTTPPushServer.java:72)
    Caused by: com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
         at com.sun.mail.iap.Protocol.handleResult(Protocol.java:315)
         at com.sun.mail.imap.protocol.IMAPProtocol.login(IMAPProtocol.java:307)
         at com.sun.mail.imap.IMAPStore.login(IMAPStore.java:521)
         at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:456)
         ... 5 more

    I vaguely remember that there was a Messaging Server bug that
    caused it to fail because JavaMail was sending it two packets
    containing the data but it was expecting all the data to be in one
    packet. I thought JavaMail was fixed to send it one packet, to
    avoid the bug, and I thought the server was fixed as well so be
    sure to check for relevant patches. And be sure you're using the
    latest version of JavaMail.
    If I remember correctly, telnet was batching the data for the entire
    line and sending it in a single packet, which is why it worked when
    using telnet.
    You might try a network protocol analyzer (sniffer) like snoop on
    Solaris or tcpdump on Linux to see exactly what packets are being
    sent.

  • How to see console outputs at the Netweaver Developr Studio

    Hello,
    I am using the Netweaver Developr Studio
    Let's say my program is having this line: System.out.println("Hello");
    Is there any way to see this output at the Developr Studio console?

    Hi Roy,
    since your WebDynPro application runs on the server & not within local JVM, you can only see this on the machine which crashes when you try to execute
    System.out.println(".");
    System.exit(0);
    . would be then seen on the host which crashed, under
    /sap/usr/cluster/server/managers/console_logs/
    hope this helps (:,
    ds
    ps. tail is a really cool unix tool (tail -f <logFile>.log for follow) to make such contemplation even better

  • Sun Java enterprise System 2005Q1 installation problems

    I have installed 2005q1 parts in my solaris 5.8 box and had some problems running sussessfully portal server and access manager. So I had to uninstall them again.
    The uninstaller from /var/sadm/prod/entsys/uninstaller did not give me option to un install all components, so I have removed some packegs using pkgrm command.
    Now I am trying to reinstall webserver/directory server/access manager again and now getting the follwoing problems.
    Screen for selecting Type of Configuration
    1. Configure Now - Selectively override defaults or express through
    2. Configure Later - Manually configure following installation
    Select Type of Configuration &#91;1&#93; {"<" goes back, "!" exits} 2
    Ready to Install
    The following components will be installed.
    Product: Java Enterprise System
    Location: /var/sadm/prod/entsys
    Space Required: 110.11 MB
    Sun Java(TM) System Web Server 6.1 SP4 2005Q1
    Sun Java(TM) System Directory Preparation Tool
    Sun Java(TM) System Directory Server 5 2005Q1
    Sun Java(TM) System Access Manager 6 2005Q1
    Identity Management and Policy Services Core
    Access Manager Administration Console
    Common Domain Services for Federation Management
    1. Install
    2. Start Over
    3. Exit Installation
    What would you like to do &#91;1&#93; {"<" goes back, "!" exits}? 1
    Please wait while the installer upgrades and installs shared components...
    Java Enterprise System
    <<<< That is all , after that system doesn't come out to next any more". It just hangs up there."
    Please ,, Please advise what i am missing??????
    Thanks
    Srini parise
    jpsrao&#64;hotmail.com

    it seems that you have not uninstalled the previous entire installation. You can clear all installation manually. first, you need remove all information about your previour installation in "/var/sadm/install/productregistry" file, and then deleted the previous installation directory , now suppose you can reinstall it successfully again, good luck!

  • How to make weblogic proxy to work on Sun Java system web server 7?

    Hi Every one,
    I am working on upgrade our Sun one 6.1 webserver to Sun Java system web server 7. Our website uses weblogic server to process jsp, web server only send static pages. I did all configurations as on Sun one. But somehow, the webserver does not forward "get jsp page" request to weblogic. The log record is:
    for host 10.78.124.118 trying to GET /home.jsp, send-file reports: HTTP4142: can't find /www/a/WebServer7/docs/bmd9i/home.jsp (File not found)
    home.jsp is at weblogic server.
    And redirect "NameTrans fn="redirect" from="/" url="/home.jsp"" seems does not work. when I type on IE http://32.69.253.131/ (32.69.253.131 is http listener IP), it always shows index.html page under the document root.
    Could some on can help? I am the first time to configurate web server. Thanks in advance.
    The configuration files are like:
    1. magnus.conf
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/www/a/WebServer7/weblogic6.1sp6/libproxy.so"
    Init fn="wl_init"
    2. obj.conf
    # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    #<Object name="weblogic">
    #Service fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #</Object>
    <Object name="default">
    <Client method="TRACE">
    AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="501"
    </Client>
    #AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="strip-params"
    NameTrans fn="redirect" from="/" url="/home.jsp"
    NameTrans fn="redirect" from="/index.jsp" url="/home.jsp"
    NameTrans fn="redirect" from="/index.html" url="/home.jsp"
    NameTrans fn="document-root" root="$docroot"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/www/a/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path="index.html"
    <If $uri =~ "/*.jsp">
    Service method="(GET|HEAD|POST|PUT)" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    </If>
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-compressed" check-age="off" vary="on"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain" charset="iso_8859-1"
    ObjectType fn="set-default-type" charset="iso_8859-1"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    3.mime.types
    I add one line: type=text/jsp exts=jsp

    Quick obvious question - Are you positive you're editing the correct obj.conf? Check the config directory and see if there is a second one called something like <instance>.obj.conf (where <instance> is the name of your configured instance).
    Alternatively you can grep for object-file in the server.xml to see which obj.conf the server is using:
    # grep object-file server.xml
        <object-file>bare-php.obj.conf</object-file>Assuming that you are editing the correct obj.conf file, are you making certain to restart Web Server after making your changes?

  • How can I use Servlets on Sun Java System WebServer 6.1

    Hi
    This is Khurram,
    I have just downloaded, and installed "Sun One Java System Web Server 6.1" on WindowsXP. This is installed and working properly on my system. But I want to use Servlet technology on this server, even I did download it just for working on servlets. Before it, I was using typical JavaWebServer2.0 for this purpose.
    Any ways.
    Can any one tell me, how can I do this on "Java System Web Server 6.1".
    Thanks
    any help will be appriciated
    regards
    Khurram

    Thanks for your such action.
    Actually I have installed it since 2 days, and have read throughly the documentation of WebServer, But Only the Link for this purpose is provided "Programmer's Guide to Web Applications", Now I have just searched for it and found only "Programmer's Guide" .PDF format. I have just read it out now, But here also provided a small refference to see "Programmer's Guide to Web Applications". Now I have just the problem that where to find it.
    Please, tell me if you have some solution to my problem
    or atleast tell me where to find the refference "Programmer's Guide to Web Applications". I tried but only found "Programmer's Guide" for Sun Web Server 6.1.
    Thanks any way to give some time.
    Khurram

  • How To make/configure  Broadband connection in Sun java desktop system

    Hi all,
    I am using sun java desktop system Release 3 solaris 10 version in my sun ultra workstation. I have a problem with it. I can not make broadband connection , in it. so pls let me know how can i make broadband connection with my ADSL modem ?
    Thanks
    Partha

    Try this:
    Log into a termina as rootl. (Select failsafe terminal or command login)
    To get the name of your network interface driver, type:
    /usr/sbin/ifconfig -a You'll see something like this:
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 129.156.226.245 netmask ffffff00 broadcast 129.156.226.255
    In my case it is hme0 so I create a file called /etc/dhcp.hme0:
    touch /etc/dhcp.hme0If you want to set a hostname, put it in a file called /etc/hostname.hme0 for example:
    rm /etc/hostname.hme0
    echo myhostname > /etc/hostname.hme0Most broadband providers preconfigure ADSL modems to default to DHCP so if you do this, connect the ultra 10 to the broadband modem and reboot, the ultra 10 should pick up an IP address and be connected to the internet.

  • Adding a JDBC driver in Sun Java System Web Server 7

    I'm trying to configure JDBC database connection pooling for a Microsoft SQL Server 2005 Express Edition though the Sun Java System Web Server 7 administration console. I don't want to use the MSSQL JDBC driver that comes bundled with the SJSWS 7. So I've downloaded the lastest MSSQL JDBC driver from the Microsoft website and put in the "lib" subdirectory of the SJSWS installation directory. So when I go to add a new JDBC resource through the administration console, the newly added MSSQL database driver doesn't appear in the "Driver Vendor" drop-down box.
    How do I add the downloaded JDBC driver to the server so that it appears in the "Driver Vendor" drop-down under "Create JDBC resource".

    Check this documentation from MS on using the JDBC driver with DataSource
    http://msdn2.microsoft.com/en-us/library/ms379052.aspx
    SJS Web Server 7.0 should work with any driver that has support for javax.sql.DataSource. The great majority of drivers do.
    So instead of using the driver name, use the DataSource class name:
    com.microsoft.sqlserver.jdbc.SQLServerDataSource
    The properties to add should be:
    user=username
    password=password
    servername=sql_server_hostname
    portnumber=sql_server_port
    databasename=databasename
    In general, all the setters required to get the datasource configured can be set as properties.

  • Sun Java System Web Server 7.0 available

    I am delighted to announce that Sun Java System Web Server 7.0 is now available for download, purchase, deployment, and more.
    This release builds on the highly scalable and stable heritage of Web Server. It features an entirely re-designed Administration interface designed around clusters, easy access to frequently performed tasks, simplification of frequently performed tasks., and a fully scriptable command line interface featuring functional parity with the browser-based interface.
    In addition to the administration changes this release features:
    o Full 64-bit support for Solaris SPARC and Solaris AMD64 platforms
    o Regular expression pattern matching for URL re-writing and mass hosting
    o If/Then/Else constructs within request processing
    o Advanced sed based input and output filters
    o Dynamic loading of Certificate Revocation Lists (CRLs) without requiring daemon restart
    o Elliptic Curve Cryptography (ECC)
    o Built in request mapping for protection against abnormal load patterns and Denial of Service protection
    o WebDAV ACL support
    o Out-of-box Java support for Servlets 2.4, JSP 2.0, JSF 1.1, JSTL 1.1, JWSDP 2.0 based web services
    o Java session failover and recovery within a cluster of peers
    o Integrated HTTP reverse proxy User-Agent
    o Bundled FastCGI client for use with third party scripting environments such as Perl, PHP, Ruby on Rails, etc
    o Enhancement of perfdump, stats-xml, and SNMP as well as more ability to monitor the Java container and the ACL system
    o Much more
    The software can be downloaded from:
    http://www.sun.com/download/products.xml?id=45ad781d
    The documentation is available at:
    http://docs.sun.com/app/docs/coll/1308.3

    If 7.0 was released, how come http://www.sun.com/webserver still only talks about 6.1?

  • Any difference between Sun Java System Web Server - Update 1 and update 2

    Any configuration changes need to be made particularly for Sun Java System Web Server - Update 2 in the load balancing. because i face issue in load balancing with Sun Java System Web Server - Update 2 , but load balancing is working fine with Sun Java System Web Server - Update1

    using Sun Java System Web Server - Update 2 as forward proxy. and here is my obj.conf file entries
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Program Files/Sun/WebServer7/lib/icons" name="es-internal"
    PathCheck fn="uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-index-j2ee"
    PathCheck fn="find-index" index-names="index.html,home.html,index.jsp"
    ObjectType fn="type-j2ee"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
    Service method="(GET|HEAD|POST)" type="*~magnus-internal/*" fn="send-file"
    Service method="TRACE" fn="service-trace"
    Error fn="error-j2ee"
    AddLog fn="flex-log"
    </Object>
    #this line was added for weblogic clustering
    <Object name="webapp" ppath="*/webapp/*">
    Service fn=wl_proxy WebLogicCluster="ip:7002,ip:7003"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="cgi">
    ObjectType fn="force-type" type="magnus-internal/cgi"
    Service fn="send-cgi"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object name="tunnel" ppath="*/HTTPClnt*">
    Service fn=wl_proxy WebLogicCluster="ip:7002,ip:7003"
    </Object>

  • Unable to install Sun Java System Web Server 6.1 Service Pack 7 on Wndows

    Dear All,
    I recently downloaded Sun Java System Web Server 6.1 Service Pack 7 and now I am trying to install it.
    The previous version of Web Server 6.1 that i installed is running successfully on Windows 2000 Prof. though it is not meant for it.
    To install SP7, i uninstalled the previous Web Server 6.1. I also removed the folder Sun and all the child folders of it. The Sun ONE Web Server services are still available and i can't able to delete them even from registry so i disabled them.
    Then I tried to install SP7. But after few steps, it gives error:
    You already have a Sun ONE Web Server installed. Install can not proceed.
    I am sure that i am able to remove completely the previous instance of webserver as i removed all the entries from registry also and also disabled the services related to it.
    Still why i am getting this error?
    Will it work on Windows 2000 Professional like its previous version?
    If not can i able to install previous version of the Web server 6.1 (without SP7) on Windows 2000 Prof?
    Please help me regarding this.
    -Sameer

    Sameer, you should have uninstalled Web Server 6.1 using the Web Server uninstallation program instead of just deleting its files and directories. Your Windows registry is now in an inconsistent state.
    If you can restore your previous Web Server 6.1 installation from a backup, you can run the uninstaller to correctly uninstall it.
    If you cannot uninstall Web Server 6.1 using its uninstallation program, you will need to manually delete the Windows services and edit the Windows registry to remove all references to the files you deleted. Note that you can render your computer inoperable by deleting services or modifying the Windows registry. Don't do this if you're not confident with what you're doing.
    To delete the services using SC.EXE:C:\>sc delete https-admserv61
    C:\>sc delete https-hostname(You can find the hostname for the Web Server 6.1 service(s) using the Services program in the Administrative Tools folder of the Control Panel.)
    To clean up the registry, use REGEDIT.EXE to delete HKEY_LOCAL_MACHINE/Software/Sun Microsystems/WebServer.

  • Re: How to see transfer structure in sap r/3 system

    Hi All,
    In generic extraction I have created extract structure ,in the extract structure I have 6 fields but I am trasferring only 4 fields to the BW system ,So it will creates transfer structure in BW System with the 4 fields but when the Transfer structure in sap r/3 generates and how can see the transfer structure in sap r/3 system.I will give full points if i get the correct answer.
    Regards,
    Venkat

    Hi ,
    Data source = extract structure in r/3 system  +  transfer structure in r/3 system  + transfer structure in bw system .
    for exmpale you try to extract the following fields
    1) vbeln
    2) erdat
    3) ernam
    4)netwr
    5)waerk  from vbak table but you decided to trasfer only 4 fields expect the erdat in that case
    extract structure contains all 5 fields and transfer structure contains 4 fields in BW system  expect erdat field,
    As far as my knowledge is concern when replicate the data source in bw system and activate the infosource at that time
    it will create the transfer structure in r/3 system but I dont know how to see the transfer structure in r/3 system,
    please help me in this regard.
    Regards,
    Venkat

Maybe you are looking for

  • How many times can i call the start()

    Hi All: I would like to know how many time you can actually call the start(), cuz my app is doing some really strange things, here is a fragament of my code: private void spawnThreads() ListIterator it = _vWorker.listIterator(); while ( it.hasNext()

  • Ipod reset and restore wont help

    Hi, well hope somebody helps me out of this. i love my ipod and its throwing tantrums at me.. Anyway well suddenly d ipod dint start. it kept showing the charging symbol even when not connected.. so did a reset and still the same.. Then i tried it to

  • My iphone is disabled, help me... i dont want to tell my parents, because i got got it"

    my iphone is disabled, help me... i dont want to tell my parents, because i got got it.. help me please!!

  • Process Chain error after Enpk1(7.01) upgrade - "Termination discovered"

    Hello We have upgraded our BW from 7.0 to  Enhpk1 (7.01) with latest stack. After our upgrade I'm seeing our Process chain when a step errors out and there is a next step to continue with always link inspite of the error in prev step, but  the Proces

  • Need help with complex numbers ..

    Hi! Just want to check if i got it right - if anyone could pls confirm: public void divComplex(Complex a, Complex b) x = ((a.x * b.x) + (a.y * b.y))/((b.x * b.x) + (b.y * b.y)); y = ((a.y * b.x) + (a.x * b.x))/((b.x * b.x) + (b.y * b.y)); public void