Needs to install JSP and related things!!

hi All,
I am new to java web-related areas though I am in Java platform for years. I want to set up JSP & Servlet development area with RedHat Linux OS and MySQL database with Tomcat server. Can u tell me what are the new versions of these are compatible with each other or with any website regarding this. Thanks in advance.
-bh_t_76.

Hi
You just need to visit http://jakarta.apache.org and download any version of Tomcat for Linux available freely. I am now aware about any other web containers for Linux platform althought I have worked with Jrun, Orion Application Server and Sun's J2EE Server on windows.
For the configuration, you can refer to any book for JSP and servlet. Most of the books contains details of installation, configuration and running of Tomcat.
I am in the process of learning JSP and servlets on Windows as well as Linux (I have Red Hat Fedora Core Project 1). So, I have told what I know till now. Hope that will help u.
Also, if you are interested in keeping touch with me for the development and learning purpose, so that we can share a few things about Java, I am listing my email address. it is [email protected]
All the best.

Similar Messages

  • Need to install JSP & other related things!!

    hi All,
    I am new to java web-related technology though I have been in java platform for years. I want to setup a Java web-based development using JSP& setup in RedHat Linux OS, MySQL database and Tomcat server. Can anyone suggest me what are the newer versions of the above are compatible with each other. Thanks in adv.
    bh_t_76

    Try using the newest production release versions (Tomcat 5.0.25, J2SE 1.4.2_04 etc.), they work very well.
    (Your Red Hat Linux CDs could have already some older versions of such products, but you're not limited to use the Red Hat versions.)
    Don't use JDK 1.5 yet if you want to mix and match things as you want to do; JDK 1.5 is yet in beta and several tools and applications were not tested with JDK 1.5.

  • HT4623 Need to install itunes and  icloud onto my  pc. Howdo I do that? I am trying to backup  my ipad 3 to my pc also.

    Unable to install Cloud and iTunes on to PC after I had to take PC to factory settings. How do I re-install all my apple products to be able to perform backup and  remove pictures from iPad and install AirPrint? Anita Page

    Hello there, Anita.
    The following Articles should provide the information you need for installing iCloud and iTunes software on your computer:
    Apple - iCloud - Learn how to set up iCloud on all your devices.
    https://www.apple.com/icloud/setup/pc.html
    and
    iTunes: How to install the latest version
    http://support.apple.com/kb/ht5654
    If you run into troubles with installation, you may find the information in this article useful as well:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    As far as the information for backing up and AirPrint on your iPad, these articles should help also:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    http://support.apple.com/kb/ht1766
    AirPrint Basics
    http://support.apple.com/kb/ht4356
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • I need to install adobe and I forgot my password

    I need to install Adobe and it's asking me for my password and I don't know what it is?

    Are Photoshop and Lightroom the standalone versions, or did you install via the CC?

  • I dont want to enter payment details ,iam new to iphone i need to install apps and i also did't get none option

    i dont want to enter payment details ,iam new to iphone i need to install apps and i also did't get none option

    You have to follow the instructions on this page when creating a new account : Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method - Apple Suppor…
    If you don't then credit card details will need to be entered before the account can be used to download any item from the store.
    If you are being prompted to review the account when logging into it then you could see if this post by mountaingoatgirl lets you do so without needing to enter credit card details : https://discussions.apple.com/message/24303054#24303054
    If not then you will either have to enter credit card details (you can remove the card after entering it), or create a new account (and this time follow the instructions on the above link)

  • Do I need to install x64 and x86 versions of SQL Server 2012 SP2?

    Hi,
    I have installed x64 version of SQL 2012 SP2.  Do I need to install x86 version of SP2 as well?
    (I have some x86 components installed as well that came with various things like SSDT-BI and/or Visual Studio installations.)
    When I click "SQL Server Installation Center (64-bit).lnk" shortcut and run "Installed SQL Server features discovery report", it says "Microsoft SQL Server 2012 Setup Discovery Report".
    When I click "SQL Server Installation Center.lnk" shortcut and run same, it says "Microsoft SQL Server 2012 Service Pack 1 Setup Discovery Report".
    Both reports say the same thing: the installed version is 11.2.5058.0, which is SP2.

    Hi,
    I have installed x64 version of SQL 2012 SP2.  Do I need to install x86 version of SP2 as well?
    (I have some x86 components installed as well that came with various things like SSDT-BI and/or Visual Studio installations.)
    When I click "SQL Server Installation Center (64-bit).lnk" shortcut and run "Installed SQL Server features discovery report", it says "Microsoft SQL Server 2012 Setup Discovery Report".
    When I click "SQL Server Installation Center.lnk" shortcut and run same, it says "Microsoft SQL Server 2012 Service Pack 1 Setup Discovery Report".
    Both reports say the same thing: the installed version is 11.2.5058.0, which is SP2.
    Hello,
    No you dont have to install X86 version
    SQL server 2012 installable will install SQL server as per process architecture of your machine. If it is 32 bit machine it will install 32 bit version  and for 64 bit it will install 64 bit version. installable has facility for both
    Even on 64 bit machines some files, which always work in 32 bit compatibilyt mode, will be installed as well andand they go to SQL server (X86) folder. BIDS, SSIS always by default works in 32 bit compatibility mode.
    If report says version as 11.2.5058 it means component is patched to SP2
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Need help in JSP and Servlets

    Hi friends,
    [please forgive me if i am posting this in the wrong forum, all seems same to a fresher]
    Now, to my problem..i need a suggestion, a way or a method to implement the following!
    I am supposed to create a servlet that reads data from oracle database. Once i retrive the data (for example: 6 rows of a table having 4 attributes), i am supposed to pass this data to a JSP page where the data has to be formatted and displayed properly. If i call the same servlet from a different JSP, i should be able to access the data in that JSP and format it in a different way. How do i pass the data to JSP? what method i can use to achieve this task?
    Note: I already know about PrintWriter pw = response.getWriter(); and then printing the formated HTML page..but i want to keep the formatting to JSP part and send only the data part that i can access in JSP
    Thanks in adavance

    arun_ramachandran wrote:
    [please forgive me if i am posting this in the wrong forum, all seems same to a fresher]Then you should learn to be more observant - after all, we have JSP and Servlet fora, further down the list. :)
    I am supposed to create a servlet that reads data from oracle database. Once i retrive the data (for example: 6 rows of a table having 4 attributes), i am supposed to pass this data to a JSP page where the data has to be formatted and displayed properly. If i call the same servlet from a different JSP, i should be able to access the data in that JSP and format it in a different way. How do i pass the data to JSP? what method i can use to achieve this task? You can store the data in your session object. You can even use JavaBeans and the jsp:usebean tag.
    [http://java.sun.com/products/jsp/tags/11/syntaxref11.fm14.html]
    Note: I already know about PrintWriter pw = response.getWriter(); and then printing the formated HTML page..but i want to keep the formatting to JSP part and send only the data part that i can access in JSPA wise approach - I wish more prople woiuld be as thoughtful.

  • Need to install CRM and ECC in same server

    Hi Experts,
    I want to install CRM and ECC server in a single server. (Win2003/MS SQL server)
    I think we need more space (Sizing).
    Apart from this, i have couple fo questions in my mind..
    1,Which server should i install first.?
    2,Does it use the same Database for both servers (CRM and ECC) installation?
    3,I know that SID is differ for both server, does it use the same kernel for Both.
    4, What are the dependent and independent files ?
    5, How the database wil behave when i stop/start one server ?
    Could someone help me the stpes.
    Thanks and regards
    Thirumal

    1,Which server should i install first.?
    Doesn't make any difference... you can start with either of them
    2,Does it use the same Database for both servers (CRM and ECC) installation?
    Yes, It will create separate instances on the DB.
    3,I know that SID is differ for both server, does it use the same kernel for Both.
    No.. they'll have separate kernel directories.
    4, What are the dependent and independent files ?
    Files will be all independant, beside the hosts and services files.. but sap wise everything should be under different SID's (as far as i remember)
    5, How the database wil behave when i stop/start one server ?
    You have to be carefull with this one... if you stop the DB it will affect both systems... so when stopping the system make sure you use stopsap/startsap r3
    Regards
    Juan

  • Need Help Installing Rescue and Recovery 4.3 Windows 7

    Hi there,
    So I'm having a strange issue installing Rescue and Recovery 4.3 on my TP T61.  I keep getting an error message stating: "It is required to install the Microsoft Visual C++ 2005 Redistributable (x64) Service Pack 1 before you install the Rescue and Recovery program."
    I have already installed C++ SP1.  I've also tried installing/uninstalling it as well.  Still no luck!
    Here is a link to the installer:
    http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-73612
    And here is a link to the C++ SP1 file:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647&displa...
    Any Ideas?
    Thanks,
    Peednus
    T61
    T7100 @ 1.8 GHz Duo
    2GB RAM
    Windows 7 Home Premium (x64) (Clean Install)
    T420s, i5-2520M @2.5, nVidia 4200m, 8GB DDR3, OCZ Vertex 3 Max IOPS 240GB SSD, Hitachi 320GB @7200rpm ulrabay, 8Pro x64
    T61, Centrino Duo @1.8, GM965, 4GB PC2-5300 DDR2 @667MHz, OCZ Agility 120GB SSD, 7Pro x64

    Hi peednus,
    The C++ 2005 SP1 installer you are trying to use is for x86 (32 bit).  The error message you quote says it needs the x64 (64 bit) version.  Try
    Microsoft Visual C++ 2005 SP1 Redistributable Package (x64)
    If you're really running a 64 bit Windows install, that should/might get you going.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Need help in jsp and struts projects

    hi
    i am using jsp and struts framework.
    in that i am putting values in session in one jsp and getting
    values in other jsp.i am having doud with how many values i will put in sessions and it will give any difficulty while running in servers.and i want to know any other equivalent way is there for sessions.

    hi
    i am using jsp and struts framework.
    in that i am putting values in session in one jsp
    jsp and getting
    values in other jsp.i am having doud with how many
    ny values i will put in sessions and it will give any
    difficulty while running in servers.and i want to
    know any other equivalent way is there for sessions.do u want all those vales at the same time? if not then u might use session.removeAttribute() method for trashing out the not needed objects.
    there are many ways of session handling.... passing as request param, also using hidden fields, else th URL rewritting...
    but all these are not efficient to be passed along if too many pages are using the same session objects. i believe u can also try passing it into an XML file and parse it out whenever needed. but i dont think thats feasible enough.
    hope it helps.

  • I need to install WAS and EP on two seperate machine

    Hi all,
    I have installed WAS6.40 on one machine. I want to install EP on a different machine. But when i tried installing EP i got an error message "no j2ee engine found". Cant we install EP and WAS on two seperate machines?
    Any help will be appreciated.
    Regards
    Gopi

    Hi Arun,
    Sorry it was my friend who posted that, so unfortunately i cant award points.
    I tried what you have said, but i got the following error.
    <b>SAPInst could not find any SAP J2EE instances that match the Portal Platform requirements. The installation stops. Install the SAP J2EE 6.40 according to the Portal PAM requirements, and run the portal installation again.</b>
    So it would be great if you can help me on this.
    I will post the same query once again and award points to your replies.
    Regards
    Rajeev.

  • I want to install foxfire but i do not want it to install on my default browser which is safari? I have installed before and every thing I do is foxfire. i do not want that.. please help

    I want to install foxfire for a specific program. I do not want foxfire to replace my other browsers. I the past I have installed foxfire, and it becomes my browser for everything. I do not want this to happen.. please help
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

    When you are asked if you want Firefox to be your Default Browser, just say '''no'''. And also check the box that you don't want to be asked every time you open Firefox.

  • The need to Install Premiere and Photoshop

    I've purchased Adobe Photoshop /Adobe Premiere Elements 10 in the same package.  I was instucted to click on the Install Adobe Premiere Elements 10 first and not the Install Adobe Photoshop Elements 10 toggel.  After successfully installing Premiere Elements 10 do I need to now go back and click on the Install Adobe Photoshop Elements 10, or is it bundled into the install of Adobe Premiere? 

    Install Premiere Elements, Photoshop Elements
    Mylenium

  • Installing LibPurple and Related Ruby Library in Leopard

    Hopefully someone can help me. I am trying to install lib-purple and a ruby wrapper called ruburple.
    Here is what I did:
    sudo port install gnutls
    sudo port install nss
    sudo port install pidgin
    svn checkout http://ruburple.rubyforge.org/svn/trunk/ ruburple
    cd ruburple
    ARCHFLAGS="-arch i386" CFLAGS="-L/opt/local/lib" ruby ext/extconf.rb
    sudo make clean
    sudo make
    sudo make install
    and I get this error:
    nathan-mbp:ruburple nesquena$ ARCHFLAGS="-arch i386" CFLAGS="-L/opt/local/lib" ruby ext/extconf.rb
    checking for pkg-config... yes
    checking for main() in -lglib-2.0... yes
    checking for #include <libpurple/core.h>
    ... yes
    checking for purplecoreinit() in -lpurple... yes
    creating Makefile
    nathan-mbp:ruburple nesquena$ sudo make clean
    Password:
    nathan-mbp:ruburple nesquena$ sudo make
    gcc -I. -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/unive rsal-darwin9.0 -Iext -fno-common -arch i386 -Os -pipe -fno-common -g -gdwarf-2 -g3 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -L/opt/local/lib -lglib-2.0 -lintl -liconv -c
    [...a bunch of output...]
    i686-apple-darwin9-gcc-4.0.1: -lglib-2.0: linker input file unused because linking not done
    i686-apple-darwin9-gcc-4.0.1: -lintl: linker input file unused because linking not done
    i686-apple-darwin9-gcc-4.0.1: -liconv: linker input file unused because linking not done
    cc -arch i386 -pipe -bundle -o ruburple_ext.bundle ruburple_ext.o -L"." -L"/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib" -L. -arch i386 -lruby -lpurple -lglib-2.0 -lpthread -ldl -lm
    ld: library not found for -lpurple
    collect2: ld returned 1 exit status
    make: * [ruburple_ext.bundle] Error 1
    Can someone help me get this installed properly? If you need any information let me know.

    That worked for the music in my case, but 'getting' podcasts is a problem too with "you do not have enough privileges for this operation"
    This is after installing 10.5.2 btw

  • Need Help with JSP and Soap

    Trying to write a JSP page that pulls information from a Soap Call. Below is the JSP page and the Soap Code. Any Help would be great:
    The soap call needs to come back with a variable in the line: <td class="detail-item-value" colspan="2"><%= request.getobject %>
    The JSP Page:
    <%@page import="java.sql.DriverManager, java.sql.Connection, java.sql.ResultSet, java.sql.Statement"%>
    <nested:define id="recordId" property="detailId" />
    <%
    //String payorId = (String) recordId;
    String payorId = "1001850";
    Set objgetobject = Server.CreateObject("soapdemo.SoapServer")
    getobject = objgetobject.GetPayorByIdRequest(payorId)
    %>
    <table id="detailTable" class="detail-outer-table">
    <tr>
    <td colspan="4"
    class=
    "detail-inner-group-header" >
    <center>Party Attributes</center></td></tr>
    <tr>
    <td colspan="2" class="detail-item-prompt">Test Field</td>
    <td class="detail-item-value" colspan="2"><%= request.getobject %>
    </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Customer Name</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(stdName1)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">PO Box</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(poBox)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Address 1</td>
    <td class="detail-item-value"><nested:write property="detailValue(stdAddr1)" filter="false"/></td>
    <td class="detail-item-prompt">PO Box City</td>
    <td class="detail-item-value"><nested:write property="detailValue(poBoxCity)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Address 2</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(stdAddr2)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">PO Box Region/State</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(poBoxState)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">City</td>
    <td class="detail-item-value"><nested:write property="detailValue(stdCity)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Region State</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(stdState)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Party ID</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(entId)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Zip Code</td>
    <td class="detail-item-value"><nested:write property="detailValue(stdZipCode)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Last Published</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(lastPublished)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Telephone</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(phone)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Last Changed By</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(lastChangeUserName)" filter="false"/></td>
    </tr>
    <tr>
    <td colspan="4"
    class=
    <nested:equal property="isSourceItem" value="false">"detail-first-group-header"</nested:equal>
    <nested:equal property="isSourceItem" value="true">"detail-inner-group-header"</nested:equal>
    <center>Reference Data</center></td></tr>
    <tr>
    <td colspan="2" class="detail-item-prompt" bgcolor="e9eef4"><center>Dun and Bradstreet</center></td>
    <td colspan="2"class="detail-item-prompt" bgcolor="e9eef4"><center>Verispan</center></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">D&B DUNS</td>
    <td class="detail-item-value"><nested:write property="detailValue(dnbDunsNumber)" filter="false"/></td>
    <td class="detail-item-prompt">SMG Business Type</td>
    <td class="detail-item-value"><nested:write property="detailValue(smgBusType)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Trade Style</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(tradestyle)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">SMG ID</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(smgId)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Line Of Business</td>
    <td class="detail-item-value"><nested:write property="detailValue(lineOfBusiness)" filter="false"/></td>
    <td class="detail-item-prompt">HIN_ID</td>
    <td class="detail-item-value"><nested:write property="detailValue(hinId)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Status Code</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(statusCode)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">DEA_ID</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(deaId)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Subsidiary Code</td>
    <td class="detail-item-value"><nested:write property="detailValue(subsidiaryCode)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-value"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-value"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Domestic Ultimate DUNS</td>
    <td class="detail-item-value"><nested:write property="detailValue(dnbDomUltimateDuns)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Domestic Ultimate Name</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(domUltimateBusinessName)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-value"> </td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Global Ultimate DUNS</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(dnbGlobalUltimateDuns)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Global Ultimate Name</td>
    <td class="detail-item-value"><nested:write property="detailValue(globalUltimateBusinessName)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr><td colspan="4" class="detail-inner-group-header"><center>Database Details</center></td></tr>
    <tr><td class="detail-item-prompt">Created</td>
    <td class="detail-item-value"><nested:write property="detailValue(creationTimestamp)" filter="false"/></td>
    <td class="detail-item-prompt">Last Changed</td>
    <td class="detail-item-value"><nested:write property="detailValue(lastChangeTimestamp)" filter="false"/></td></tr>
    <!-- Future: display creation and last change username after editing is implemented -->
    <nested:equal property="isSourceItem" value="false">
    <tr><td class="detail-item-prompt">Purisma Composite Id</td>
    </nested:equal>
    <nested:equal property="isSourceItem" value="true">
    <tr><td class="detail-item-prompt">Purisma Id</td> </nested:equal>
    <td class="detail-item-value"><nested:write property="detailId" filter="false"/></td>
    <td class="detail-item-prompt"><nested:write property="detailSourceName" filter="false"/></td>
    <td class="detail-item-value"><nested:write property="detailExternalId" filter="false"/></td></tr>
    <!--
    <tr><td colspan="4" class="detail-inner-group-header"><center>Family Tree Information</center></td></tr>
    <tr><td class="detail-item-prompt">Linkage Last Changed</td>
    <td class="detail-item-value"><nested:write property="detailValue(linkageChangeTimestamp)" filter="false"/></td>
    <td class="detail-item-prompt">Linkage Last Edited</td>
    <td class="detail-item-value"><nested:write property="detailValue(linkageEditTimestamp)" filter="false"/></td>
    </tr>
    <tr><td class="detail-item-prompt">Linkage Edited by</td>
    <td class="detail-item-value"><nested:write property="detailValue(linkageEditUserName)" filter="false"/></td></tr>
    -->
    </table>
    SOAP CALL
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:purisma-pcr:CUSTOMER">
    <soapenv:Header/>
    <soapenv:Body>
    <urn:GetPayorByIdRequest urn:registryId="?" urn:sourceStartIndex="0" urn:sourcePageSize="0">
    <!--Zero or more repetitions:-->
    <fieldName>?</fieldName>
    </urn:GetPayorByIdRequest>
    </soapenv:Body>
    </soapenv:Envelope>

    Trying to write a JSP page that pulls information from a Soap Call. Below is the JSP page and the Soap Code. Any Help would be great:
    The soap call needs to come back with a variable in the line: <td class="detail-item-value" colspan="2"><%= request.getobject %>
    The JSP Page:
    <%@page import="java.sql.DriverManager, java.sql.Connection, java.sql.ResultSet, java.sql.Statement"%>
    <nested:define id="recordId" property="detailId" />
    <%
    //String payorId = (String) recordId;
    String payorId = "1001850";
    Set objgetobject = Server.CreateObject("soapdemo.SoapServer")
    getobject = objgetobject.GetPayorByIdRequest(payorId)
    %>
    <table id="detailTable" class="detail-outer-table">
    <tr>
    <td colspan="4"
    class=
    "detail-inner-group-header" >
    <center>Party Attributes</center></td></tr>
    <tr>
    <td colspan="2" class="detail-item-prompt">Test Field</td>
    <td class="detail-item-value" colspan="2"><%= request.getobject %>
    </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Customer Name</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(stdName1)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">PO Box</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(poBox)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Address 1</td>
    <td class="detail-item-value"><nested:write property="detailValue(stdAddr1)" filter="false"/></td>
    <td class="detail-item-prompt">PO Box City</td>
    <td class="detail-item-value"><nested:write property="detailValue(poBoxCity)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Address 2</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(stdAddr2)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">PO Box Region/State</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(poBoxState)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">City</td>
    <td class="detail-item-value"><nested:write property="detailValue(stdCity)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Region State</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(stdState)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Party ID</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(entId)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Zip Code</td>
    <td class="detail-item-value"><nested:write property="detailValue(stdZipCode)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Last Published</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(lastPublished)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Telephone</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(phone)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Last Changed By</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(lastChangeUserName)" filter="false"/></td>
    </tr>
    <tr>
    <td colspan="4"
    class=
    <nested:equal property="isSourceItem" value="false">"detail-first-group-header"</nested:equal>
    <nested:equal property="isSourceItem" value="true">"detail-inner-group-header"</nested:equal>
    <center>Reference Data</center></td></tr>
    <tr>
    <td colspan="2" class="detail-item-prompt" bgcolor="e9eef4"><center>Dun and Bradstreet</center></td>
    <td colspan="2"class="detail-item-prompt" bgcolor="e9eef4"><center>Verispan</center></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">D&B DUNS</td>
    <td class="detail-item-value"><nested:write property="detailValue(dnbDunsNumber)" filter="false"/></td>
    <td class="detail-item-prompt">SMG Business Type</td>
    <td class="detail-item-value"><nested:write property="detailValue(smgBusType)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Trade Style</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(tradestyle)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">SMG ID</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(smgId)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Line Of Business</td>
    <td class="detail-item-value"><nested:write property="detailValue(lineOfBusiness)" filter="false"/></td>
    <td class="detail-item-prompt">HIN_ID</td>
    <td class="detail-item-value"><nested:write property="detailValue(hinId)" filter="false"/></td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Status Code</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(statusCode)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt">DEA_ID</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(deaId)" filter="false"/></td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Subsidiary Code</td>
    <td class="detail-item-value"><nested:write property="detailValue(subsidiaryCode)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-value"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-value"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Domestic Ultimate DUNS</td>
    <td class="detail-item-value"><nested:write property="detailValue(dnbDomUltimateDuns)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Domestic Ultimate Name</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(domUltimateBusinessName)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-value"> </td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td BGcolor="e4f2f5" class="detail-item-prompt">Global Ultimate DUNS</td>
    <td BGcolor="e4f2f5" class="detail-item-value"><nested:write property="detailValue(dnbGlobalUltimateDuns)" filter="false"/></td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    <td BGcolor="e4f2f5" class="detail-item-prompt"> </td>
    </tr>
    <tr>
    <td class="detail-item-prompt">Global Ultimate Name</td>
    <td class="detail-item-value"><nested:write property="detailValue(globalUltimateBusinessName)" filter="false"/></td>
    <td class="detail-item-prompt"> </td>
    <td class="detail-item-prompt"> </td>
    </tr>
    <tr><td colspan="4" class="detail-inner-group-header"><center>Database Details</center></td></tr>
    <tr><td class="detail-item-prompt">Created</td>
    <td class="detail-item-value"><nested:write property="detailValue(creationTimestamp)" filter="false"/></td>
    <td class="detail-item-prompt">Last Changed</td>
    <td class="detail-item-value"><nested:write property="detailValue(lastChangeTimestamp)" filter="false"/></td></tr>
    <!-- Future: display creation and last change username after editing is implemented -->
    <nested:equal property="isSourceItem" value="false">
    <tr><td class="detail-item-prompt">Purisma Composite Id</td>
    </nested:equal>
    <nested:equal property="isSourceItem" value="true">
    <tr><td class="detail-item-prompt">Purisma Id</td> </nested:equal>
    <td class="detail-item-value"><nested:write property="detailId" filter="false"/></td>
    <td class="detail-item-prompt"><nested:write property="detailSourceName" filter="false"/></td>
    <td class="detail-item-value"><nested:write property="detailExternalId" filter="false"/></td></tr>
    <!--
    <tr><td colspan="4" class="detail-inner-group-header"><center>Family Tree Information</center></td></tr>
    <tr><td class="detail-item-prompt">Linkage Last Changed</td>
    <td class="detail-item-value"><nested:write property="detailValue(linkageChangeTimestamp)" filter="false"/></td>
    <td class="detail-item-prompt">Linkage Last Edited</td>
    <td class="detail-item-value"><nested:write property="detailValue(linkageEditTimestamp)" filter="false"/></td>
    </tr>
    <tr><td class="detail-item-prompt">Linkage Edited by</td>
    <td class="detail-item-value"><nested:write property="detailValue(linkageEditUserName)" filter="false"/></td></tr>
    -->
    </table>
    SOAP CALL
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:purisma-pcr:CUSTOMER">
    <soapenv:Header/>
    <soapenv:Body>
    <urn:GetPayorByIdRequest urn:registryId="?" urn:sourceStartIndex="0" urn:sourcePageSize="0">
    <!--Zero or more repetitions:-->
    <fieldName>?</fieldName>
    </urn:GetPayorByIdRequest>
    </soapenv:Body>
    </soapenv:Envelope>

Maybe you are looking for

  • Memory on 865PE Neo2 Platinum

    Not shure but does this board support DDR2 memory? I know it supports dual channell mode. Thanks

  • Final Cut Pro X not loading media from Drobo 5D

    Everything was working fine with FCP X and my Drobo 5D. I have all my files on the drobo hard drives and visible through finder. However when starting up FCP X now it starts to load from the Drobo before either crashing or just not recognizing the dr

  • Logical host name Question

    Hi Iam in process of creating 2 node cluster on 2 domains.This is for FailOver Clustering I would appreciate if someone can throw some light and explain if Iam doing right and answer some of the Questions that I had We have created 2 RG and we are in

  • Help with ArrayLists ......Please

    Hello everyone I have written a simple class file for an arraylist. I have used the following methods. pushTop----Insert an element from the top of the array removeTop----Remove an element from the top of the array pushEnd----Insert an element from t

  • Passing Variable with a URL

    Hi, I'm trying to pass variables first - from a non-secure web site to a secure (on another server) form. I have that figured out, but when I go to submit the form, the variables I passed to the form, are not showing up on my return e-mail from the f