Supporting web portlets on multi-web server setup

We are in the process of setting up a system that will have 2 web servers plus a system for the portal and its backend DB. (ie, the 2 web servers will have a load balancer in front of them to spread the work.)
My question is: how do I support our web portlets that allow the users to customize them? These portlets use the File Customization Manager and so the customization settings are manintained in files on the web server.
Since the load balancer may send a user to either of the web servers, how do you suggest I best maintain the customization settings? Use a shared file system? Don't use a shared file sys, but sync up the customization dat files some other way? Re-write all of the web portlets to use the DB to maintain the customization data?
Thanks for any suggestions or help for this!
Brian Downs

The best way to handle this would be to use the DB Customization Manager and store the customizations in the database. You could also explore the NFS/shared file system route, but we have run into significant performance issues with NFS in the past.

Similar Messages

  • Most Arch like Web Server setup?

    What is the most Arch like Web Server setup?

    or http://www.hiawatha-webserver.org/
    Fantastic small KISS web server.

  • Web server setup for Roku XDS connection?

    Looking for instructions for proper web server settings in OS 10.6, as it relates to a Roku XDS digital media player using the Roksbox "channel" (roksbox.com).
    The Roksbox site references a "How To" from macinstruct.com (http://www.macinstruct.com/node/112) on how to set up the web server, but it appears to be based on an older version of Mac OS.
    It's simple enough to turn on the web server, but I am not clear on how to configure it, along with the firewall and other security settings, such that I won't be vulnerable to attacks from outside my network.
    The goal is to be able to get media content from my Mac Pro to play on the Roku, using my existing (wired) network and the Roksbox channel.
    Any thoughts would be appreciated.

    Currently we only officially support ADF 11g deployment to WebLogic.
    There is at least one report of someone running this on Tomcat here:
    JDev 11.1.1.1.0 + ADF+ BC4J application on Tomcat6
    Note that this will require you to have an ADF runtime license though.

  • Iplanet Web Server Setup !!

    Hi
    I am new user . I would like to setup the sunOne 6.1 web Server on Solaris 10 onx86 platform on Ultra 20.
    Is there any start up document is available ?
    Thanks
    Ravi

    Hi Ravi,
    You can start by downloading the software (it's free!) The "Getting started guide" on this page will get you started:
    http://docs.sun.com/app/docs/coll/1308.1

  • How to preview graphic files on a home web server setup?

    I apologize if this question is not asked in the most technical way, but here goes:
    I'm read online on how to create a home web server or ftp server on a Mac computer. (I plan to do this with my G5, running OSX 10.6.4)
    I would like to have a library of folders containing all of my graphic files that I've collected over the years in order to have access to them (if needed) when i'm working remotely.
    I want to be able to easily view all of these graphic files like I can with Adobe Bridge (eps, psd, ai, gif, jpg, png, etc).
    Is there software I can use that will allow me to view a gallery thumbnails of all of these file types when I am away from home and logging into the ftp server or web server?
    I know software such as Transmission FTP will allow me to look at one image at a time, but I'd like to view an entire gallery of thumbnails at once for quick reference.
    Thanks in advance.

    Hi johnny-griswold;
    The G5 was called a PowerMac and used a PowerPC processor.
    The MacPro is an Intel based Mac and is capable of running 10.6.4.
    You might what to drop your references to G5 because they are only confusing things.
    Allan

  • Simple web server setup - missing something

    I am trying to use 10.9 OS X Server to set up a simple test web server.  Simple PHP sites to be tested on this standalone server.  Here is what I have done:
    1) Set up the OS X Server DNS services to resolve a test domain name (name.test) to 10.0.1.255
    2) Set up OS X Server Website Services adding the domain name, sending it to a directory on the Mac (listening on any IP address port 80).  Checked enable php but I can not get far enough to worry about that now.
    3) In Network Setting given the Mac a static IP address 10.0.1.225
    4) In Network Settings set the DNS server to 10.0.1.225
    Based on my limited knowledge I would think that is it. 
    But then on that same server when I enter the domain name into safari it just goes out and does a google search on the name.  Clearly the linkage is not being made.
    Safari works for surfing, so it appears the basic network settings work.
    When I go to 10.0.1.255 I get the Welcome to OS X Server page.
    Any help would be appreciated.  Am I missing something simple, or is my basic reasoning flawed about how this should work?

    Safari searches the name on google because .test is not an ICANN domain name. To have it not search you have to add http:// (http://name.test).
    Don't add .local to hosts, as bonjour handles all .local domain names.
    The following should work for you.
    1. Start DNS service and add only one entry pointing to your server, Name it whatever you like but .com, .org, .net , etc... Are more appropriate as they are ICANN domain names. (If your servers ip is 10.0.1.255, it should point to 10.0.1.255)
    2. Enable DNS forwarding to a public DNS server (8.8.8.8 for google's)
    3. In network settings make DNS 127.0.0.1.
    4. Server may add an alert saying the hostname has changed, make sure you update all services. Using scutil to update the hostname is a good idea too
    5. Enable the web service, you should be able to connect to it by typing in your domain name. If it is not a ICANN name you have to have http"// before the domain name. You have to type in the name exactly, do not at www. unless you put www. in the DNS server configuration.
    I hope that all makes sense

  • Multi Apllication Server Setup

    Hi,
    I have a big SAP BPC implementation (7 servers) that i need to implement at my client and the solution requires 3 Application servers. Do I need to install them differently? How will they communicate with each other? How will the Web server know which Application server to direct the requests to?
    I went through the documentation and they say that i need to add another application server for every additional 70 concurrent users, but they don't say how to actually set it up. Any help or documentation will be appreciated.
    Regards,
    AvdB

    Hi,
    It seems like the application server's IIS was not set to accept windows authentication,when we ticked it the landing page appeared.
    In the web.config the last portion looks like this:
              <!-- base locations of servers -->
              <add key="AppServer_URL" value="http://server1/osoft/app"/>
              <add key="AppServer_AUTH" value="1"/>
    Now my last question is, how do i add the last two application servers to the web.config file? Can i just add it like this?
              <!-- base locations of servers -->
              <add key="AppServer1_URL" value="http://server1/osoft/app"/>
              <add key="AppServer1_AUTH" value="1"/>
              <add key="AppServer2_URL" value="http://server2/osoft/app"/>
              <add key="AppServer2_AUTH" value="1"/>
              <add key="AppServer3_URL" value="http://server3/osoft/app"/>
              <add key="AppServer3_AUTH" value="1"/>
    Obviously i will use IP addresses and not DNS names,but i just want to confirm my syntax.
    Thank you very much for the assistance up to thus far.
    Regards,
    AvdB

  • Looking for a simple photo gallery web server setup

    Hi,
    I have Arch running on my low powered AMD HP microserver and am looking at letting relatives,friends etc see my photos over the web.
    I have php and sqlite3 already installed and dyndns setup.
    What further would I need (I'm looking for as painless, light and small as possible setup)
    Cheers
    Smiffy

    Yes - I've tried that and could try a few different setups until I find what I want.
    I was more looking for any recommendations especially from someone who has set something like this up before.
    This page was useful :-
    http://www.yolinux.com/TUTORIALS/LinuxT … llery.html
    BBGallery looks good and simple to me but needs GIMP (I have a headless server so don't really want to install extraneous sw)

  • Web Server Setup for Deploying a JDevloper Application

    Hello,
    I am trying to convince my adminstrative staff to allow me to create J2EE applications. We currently have a campus wide license. We were told by sales that to deploy a 11g JDeveloper application we would need a WebLogic server license. At this time, we do not have the budget to purchase this license. Is it possible to deploy a 11g JDeveloper application to a non-WebLogic server? If so, is there a white paper available for setting up the server?
    Thank you,
    Kelly

    Currently we only officially support ADF 11g deployment to WebLogic.
    There is at least one report of someone running this on Tomcat here:
    JDev 11.1.1.1.0 + ADF+ BC4J application on Tomcat6
    Note that this will require you to have an ADF runtime license though.

  • Is there a best practice for multi location server setups including mac mail server?

    Afternoon all,
    Last year I setup a client with Snow Leopard Server including hosting his mail on the server with Mac Mail Server and calendaring.  He now has plans to open other sites with the same setup, how can this be done using Mac Server?  The implementation of a new server on the new site would be straight forward my concerns / question are:
    1. How would the two servers communicate?
        a.)Do they need to communicate?
    3. How will mail across the two sites work?
        a.) How will DNS work for email internally?
        b.) How will DNS work for emai externally?
    4.  How will calendaring work across the two sites?
    Is Mac Server the best platform for moving ahead with this type of business need?
    Any help or direction would be greatly appreciated.
    Anthony

    Camelot,
    many thanks for the speedy reply.  Your comments are very helpful thank you, if I may I will give you some for information and some other questions.
    The offices will be from 5 miles to 25 miles apart, the new office and ones that follow will be considered as branches of the main office for example the company name is Sunflower and it serves area 1, then new will office will serve area 2 and so on.  So in theory I could leave the main server domain and mail mx record as sunflower and then add further servers as 2.sunflower.com, 3.sunflower.com as domains and mx records? This would then provide unique mail records and users within the organisation such as [email protected] and [email protected], which doesnt look to good I would prefer all users to be name@sunflower how can this be acheived?
    With regard to user activity in the whole users will be fixed but their will be floaters such as managers and the owners that may at times float from one office to the other and would beneift from logging into any machine and getting their profile.
    I have thought about VPN's as I have acheieved this type of setup with Microsoft server products, I have found speed issues in some cases, how can this be acheived using OS X, are there any how to docs around?  In the Microsoft setup I acheived this using netgear VPN Firewalls which ofcourse adds an overhead, can this be acheived using OS X propietary VPN software?
    So ultimatley I would prefer to have the one domain without subs "sunflower.com" and users to be able to login to their profiles from either location. The main location now will remain as headoffice and the primary location and the new will be satelites.
    I hope that covers all of your other question, again many thanks for your comments and time.
    Kind Regards
    Anthony

  • Setting up a web server

    Hi,
    I have four or five domains registered and now I’m paying for web hosting (not much, but…). For many months now, I’m reconsidering to set up my own web server (I have DSL connection 24/7 so…).
    One idea was to go with MS 2003 SERVER on some older PC I have, but since I’m not some expert (more or less dummy) for this things… gone down the toilet .
    Then I bought an iMac (the best investment in past few years regarding computers) and on apple.com site I saw OS X SERVER software and more I was reading this more seemed that this is something for me, for my idea to set up a server.
    Now I bought on eBay used G4 Mac Mini and I will install a OS X SERVER (please, don’t tell me that I’m trying to put a BMW engine into SMART… I know that and I hope that will somehow work… if not, there is still eBay to sell everything and there is still a toilet for my idea:-( ). However, the pages I own are not some crucial things for state security, but still I need PHP5 and MySQL (as far as I know OSX have this, right?).
    My questions are:
    To set up web server I need a DNS (like: nameserver.mydomain.com) otherwise nothing, right?
    Do I have to register somewhere my own DNS like domains and to pay annually for this (any suggestion where)?
    Hosting my other web sites (with other domains) on OSX will not be a problem. I suppose that OSX can do this?
    If I have nameserver.mydomain1.com, will be a problem to set up an email server/account for mydomain2.com or I have to set up a DNS also for this second domain (will be on same server)?
    I’m sorry, if my questions are stupid (on the other hand, someone said that there are no stupid questions, the answers can be stupid), but I’m really not familiar with this things.
    Many thanks in advance and excuse me for my English,
    M

    Faganel, did you ever find a "Leopard Server as a Web-Server - Setup for Dummies" kind of guide or article?
    If so, I'd really like answers and tips, to the same kind of questions you have.
    I don't think this is the best forum, to ask for newbie-style advice. The people here are hard-working system-admins, who does web-server setups for a living, and they really don't have time, to answer questions like ours.
    I've done dozens of Windows 2000 web-server setups at work, and the funny thing is, I could probably have helped you, had you gone with the Windows 2003 Server
    However I'm trying to get some Xserves into our server room at work, and am evaluating Leopard Server here at home, and would like to do the same thing as you - Setup a Leo web-server with dyn-dns or something like that.
    But because my knowledge is Windows, and because I've always worked with our own DNS and IP's, I'm having trouble getting my Leopard web-server here at home, to serve to the internet.
    I can get it to serve perfectly to my own sub-net, but when I try to access it from the outside, I get nothing. I've setup my DSL-router to point web-traffic to the Leopard web-servers IP, but still get nothing.
    However, I've just started, and I'm sure I'll get it to work, but some pointers would be really cool - obviously it can be done, just need to get my head around the fact, that I'm home and dealing with DSL and DSL-routers, and not the Ciscos and SonicWalls I'm used to at work
    I must say though, that Leopard Server is an amazing product, and I'm positive well need to start buying Xserves from now on at work. The time saved setting them up and administering them, is HUGE when compared to the Win2000 boxes I have to fight every day at work
    I also think Apple could make a very cool home-server, if they wanted too - I have no idea if it would sell, but Leo Server is almost so easy to setup now, that most people could get the hang of it ...
    Anyways, if you or someone else has a guide, to getting it to serve webpages behind a DSL-router with a static IP, I'd be more than grateful - I'm sure this would impress my boss enough, that I'd get a handsome budget to explore Leopard Server some more - I't just awesome from a SysAdmins point of view.

  • Discoverer Portlet Provider, No Response from Application Web Server

    I must have some odd configurable incorrect. I hope one of you can help me out and point me in the right direction.
    My issue involves the "Discoverer List of Worksheets" portlet. It will display all the workbooks and I can drill in and see the worksheets, but, when I click/choose a worksheet, it will return within a couple seconds and display "No Response from Application Web Server" in bold red letters, then "There was no response from application ...", then "Please notify the site's webmaster ...". I have spent the day trying to lock down a log on the http server, j2ee, web cache and used enterprise manager to see logs which changed immediately after the error but didn't seem to find much.
    What am I missing? Is there a timeout somewhere? Does it look like I missed something when I configured anything?
    Below are the configurables and answers to some of the obvious questions.
    Thanks,
    BC
    Windows 2003 sp1
    App Server 10.1.2.2.0
    Discoverer 10.1.2.54.25
    ssl -> no
    sso -> yes
    provider registration:
    http ://luke.xxx.com/discoverer/portletprovider (actual does not have a space after "http")
    "cookie domain" not checked
    "user has the same identity ..."
    user/session --> "once per user session"
    from web cache log:
    10.2.2.226 - - [18/Jul/2007:18:17:33 -0700] "GET /discoverer/portletprovider/viewer?event=openWorksheetForPortal&vw_allowsaving=false&vw_sam
    ewindow=false&vw_wspath=WS_INVOICE_DETAIL%2F157&vw_connkey=cf_a101&vw_portletid=0&vw_instanceid=152576_DEFAULT_LIST_OF_WORKSHEETS_PORTLET_NA
    ME_241292&vw_partitionid=241292&&vw_return_url=eNrLKC ... 4hUQ%3D%3D HTTP/1.1" 302 1909 "6959909483946,0"
    10.2.2.226 - - [18/Jul/2007:18:17:37 -0700] "GET /osso_login_success?urlc=v1.4~534 ... 774851DD HTTP/1.1" 503 40
    2 "6959909483946,0"
    from middle tier http server log:
    10.2.2.226 - - [18/Jul/2007:18:17:33 -0700] "GET /discoverer/portletprovider/viewer?event=openWorksheetForPortal&vw_allowsaving=false&vw_sam
    ewindow=false&vw_wspath=WS_INVOICE_DETAIL%2F157&vw_connkey=cf_a101&vw_portletid=0&vw_instanceid=152576_DEFAULT_LIST_OF_WORKSHEETS_PORTLET_NA
    ME_241292&vw_partitionid=241292&&vw_return_url=eNrLKCk ... a4hUQ%3D%3D HTTP/1.1" 302 1921
    from infrastructure http server log:
    10.2.2.226 - - [18/Jul/2007:18:17:33 -0700] "GET /pls/orasso/orasso.wwsso_app_admin.ls_login?Site2pstoreToken=v1.4~BFE8 ... HTTP/1.1" 302 4998
    url being passed from provider:
    http ://luke.xxx.com/discoverer/portletprovider/viewer?event=openWorksheetForPortal&vw_allowsaving=false&vw_samewindow=false&vw_wspath=WS_INVOICE_DETAIL%2F1048&vw_connkey=cf_a101&vw_portletid=0&vw_instanceid=152576_DEFAULT_LIST_OF_WORKSHEETS_PORTLET_NAME_241292&vw_partitionid=241292&&vw_return_url=eNr ... 1z9AEA6Dsegw%3D%3D
    url that returns:
    http ://luke.xxx.com/osso_login_success?urlc=v1.4~0C549F ... 3E94
    the rest should be obvious:
    Processes in Instance: rc_luke_mt1_instance.luke.xxx.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 5352 | Alive
    OC4J | home | 2764 | Alive
    OC4J | OC4J_Portal | 2452 | Alive
    OC4J | OC4J_BI_Forms | 3644 | Alive
    WebCache | WebCache | 5372 | Alive
    WebCache | WebCacheAdmin | 2608 | Alive
    HTTP_Server | HTTP_Server | 5204 | Alive
    Discoverer | ServicesStatus | 5860 | Alive
    Discoverer | PreferenceServer | 5580 | Alive
    wireless | performance_server | 5216 | Alive
    wireless | messaging_server | 4872 | Alive
    wireless | OC4J_Wireless | 6116 | Alive
    DSA | DSA | N/A | Down
    Processes in Instance: rc_luke_infra1_instance.luke.xxx.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 2768 | Alive
    OC4J | oca | 2312 | Alive
    OC4J | OC4J_SECURITY | 5348 | Alive
    HTTP_Server | HTTP_Server | 3036 | Alive
    DSA | DSA | N/A | Down
    OID | OID | 2492 | Alive
    Congratulations! You have successfully reached your Provider's Test Page.
    Recognizing Portlets...
    default_gauges_portlet_name
    default_worksheet_portlet_name
    default_list_of_worksheets_portlet_name
    Recognizing initialization parameters...
    oracle.portal.log.LogLevel : 7
    Recognizing component versions...
    ptlshare.jar version: 10.1.2.0.2
    pdkjava.jar version: 10.1.2.0.0

    hi,
    i also got the same error on my IE when i want to run VPE Workbench 5.6
    the error :
    No Response from Application Web Server
    There was no response from the application web server for the page you requested.
    Please notify the site's webmaster and try your request again later.
    The error came up after i update the windows server (restart server), before that everything is running fine and ok.
    I dont know where the problem is. Is it because the update? or Application Server?
    I try to login to WEB CACHE MANAGER with the user/password default, but i still cant login.

  • How can I setup a web server with 200 web site

    Dear all,
    I am going to get a PowerMac X 10.5.8 and I would like to use it to setup a web server to host 200 account.
    However it is a chalenge because I never did a such work with mac and I would like to have some advice from us and particularely about that:
    * Bandwidth (What should take care with my Phone line provider)
    * Is there a web platform I should provide to my client, to let them to manage MySQL, FTP account, manage file as PLESK does
    * How should it set up my mac server to make it as a performent web server
    * Do you have some other recommandation, procedure
    The Mac server I might received have
    12G RAm
    2,8 Hrz (quad)
    RADI1 (260G) I am going to extend it
    many thank for you recommandation and advice

    This is a System Center Configuration Manager 2007 forum. You should post your question in a Windows forum although to my knowledge, there is nothing built-in to Windows to provide this capability and you will have to implement a third-party solution.
    Jason | http://blog.configmgrftw.com

  • Java 1.5, Servlet 2.4 support in Sun Java System Web Server?

    Hi All,
    Does anyone know when the next version of Sun Java System Web Server will be released? 6.1 has been around a while and it doesn't support the latest Java releases, which is odd for a Java product from the company that owns Java. My Sun rep didn't have an answer for me and suggested posting here.
    I have seen references to people trying to use 1.5 with their server in another forum, but they were reporting problems and their questions weren't answered.
    Thanks!
    Dennis

    Hi,
    Try the new
    SAP NetWeaver Application Server, Java EE 5 Edition
    thus you will have the chance to use the latest Servlet 2.5. The download package includes also the new SAP NetWeaver Developer Studio.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/da699d27-0b01-0010-99b0-f11458f31ef2">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/da699d27-0b01-0010-99b0-f11458f31ef2</a>
    Regards,
    Violeta

  • Sun Java System Web Server support for Red Hat EL 5

    Does anyone have any information when the Sun Java System Web Server might be supported on Red Hat Enterprise Linux 5 Server?
    Thanks

    Certification of RHEL5 will likely happen with one of the upcoming Update releases.
    There is, as far as I know, no reason why Web Server won't run on RHEL5 today though (I use it on Fedora Core 7 without ill effect, and the RHEL trail the Fedora releases a bit in technology versions).

Maybe you are looking for

  • Impressão do DANFE quando em processo de contingencia

    Boa tarde! Estamos implementando a NFe em conjunto com o GRC NFe na versão do ERP 6.0 e SP 15. Pesquisei todas as notas de correção do componente XX-CSC-BR-NFE que estão acima do SP e apliquei no ambiente de desenvolvimento. O objetivo é ter a instal

  • How do I get more with QuickVPN

    How do I get more out of QuickVPN?  I would like to be able to access more than the shared document files.  Can I run an application that is located on the Office computer from a remote location?  Can I get to "My Documents" without having to share t

  • Unable to download apps over wifi

    iPhone 64GB running ios 8.1 unable to download app" over wifi but over 3G it works fine tried signout apple id and restarting the phone

  • Idoc to JMS

    Hi Experts,      I am recivieng an IDOC into PI and sending to legacy using JMS adapter in MONI i am able to see successfull flag but in RWB its showing      Status: System error                          error code : CHANNEL_ DETERMINATION_FAILED Mes

  • Problem with my headphones after upgrading to lollipop

     hello after updating my Xperia Z3 and Z2 to the lollipop version they stopped working the controls play/pause of my Sennheiser M2 IEG (now when I want to play music or answer a call from my headphones the volume is up ) is there any solution?