EBS 11i: how to disconnect users who are web server and not yet on forms

Hi all

I would like to know how we can disconnect users that are web server and server not yet on the forms.
What we do is the following:
Adapcctl.sh for the 1-stop web server stop
2-change AppsLocalLogin.jsp to a static page that say we are in maintenance
3 - start web server adapcctl.sh start to ensure that users can see maintenance page

The problem is users finding themselves in the web server (first page) but who have not yet open forms pages can still access the app after the point number 3-

Is there a solution for this problem? Do know us what users are on the web server, but not in the forms?

Thanks in advance.

So in servlet mode, everyone will be disconnected

Fix.

What type of customizations will be unavailable? Functional customizations? New tables, simultaneous new programs, new data loaded? The thesis is available even without bouncing apache.

Since you have posted this question in the forum 'Technology - OA framework', I assumed that we are talking about only jsp pages.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • How can I configure Server 2008 R2 to disconnect users, who have been disconnected more than exodus 12 hours?

    How can I configure Server 2008 R2 to disconnect users, who have been disconnected more than exodus 12 hours?

    These MS Answers forums are intended for the home rather than the it professional user. Please transfer your question in the relevant Microsoft Technet forum here:

    http://social.technet.microsoft.com/Forums/en-us/category/windowsserver .

    Thank you.      :)

    (I'm sorry, but I can't move this thread for you because the two forums are working on separate platforms

  • How to print a document all e-mail and not a 'screenshot' that I get in the option Print Preview.

    How to print a document all e-mail and not a 'screenshot' that I get in the option Print Preview. I would like to print "file" "as I can on other browsers (IE, for example). When I try to print from Firefox it catches all my info (shirts, etc.) from the left side of the page. I need only e-mail information, not information of the entire screen. Thank you!

    -Bruce

    I had the same problem at first. You open the e-mail as usual. And then in the Actions drop-down list box, you select the print option. This has worked for me and printed the actual e-mail only.

  • My sliders in CC are very slow and not even sliding at all still holding show my setting. And my crop is also slow and freezes even what I do!

    My sliders are very slow and not even sliding at all still holding show my setting. And my crop is also slow and freezes even what I do, I need help it is too slow to change this way!

    Hi lakenm,

    Please turn off the GPU in the Lightroom preferences

    Steps to follow:

    Go to preferences

    Click the performance tab

    Uncheck the GPU

    Restart the Lightroom

    Let us know if it helps.

    Kind regards

    ~ Mohit

  • How can I create DVD now that there is not yet?

    How can I create DVD now that there is not yet?

    I need to create menus and chapters etc.

    You can use the CS6 version, see here - https://helpx.adobe.com/encore/kb/encore-cs6-installed-cc.html

    Thank you

    Jeff Pulera

    Safe Harbor computers

  • I want to remove the names of registered users who are wrong and in some cases include the pword... alterations.

    Among the usernames being saved are errors... so when you enter the username box, I get a "list" of names of users. A couple username + password because apparently has not seen that the tab key did not move the slider and it was just marked on the user name. I wish I could delete or reset the user names. Questions from the forum deal with saved password, but I did not save any of my passwords and user names are automatic, unless I disable history research and form "Save". Any suggestions?

    Follow these steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list with the mouse or the cursor key
      do not click with the mouse or press the Enter key
    3. Press the DELETE key (on a Mac: shift + del) to delete the highlighted entry

    You can also check the Manager mot de passe for registered user names and passwords.

  • How to allow users to include a photograph when you submit a form

    Use Adobe Livecycle Designer ARE Version 8.2.1.3144.1.471865

    There, anyone know how to add the functionality to allow users who fill out a form to include a photograph when you submit the form?

    Thanks in advance for any help.

    Kind regards

    Lola

    Hello

    If you drag an imageField on the page, when the user clicks on this when running, they will be asked to select an image file.

    There is an example in this form: http://assure.ly/j1KdNq.

    There are several examples of image on our site field, but I don't think any of them are put in place for the user to select an image. http://assure.ly/ozrNSO.

    Hope that helps,

    Niall

  • How to configure to allow users in my web server behind a PIX 501

    I have 1 web server, 4 web hosting sites. IP addresses are like:

    the area of the web server itself: 192.168.111.11

    1 web site on this box has IP 192.168.111.101

    2nd ............................................ 192.168.111.102

    3rd ............................................. 192.168.111.103

    4th ............................................. 192.168.111.104

    My OUTSIDE interface (say) 205.200.20.5

    My INSIDE interface has 192.168.111.1

    I want to leave the outside web traffic in my web server box that hosts 4 sites. I only let people with HTTP and HTTPS.

    How should I do and for purposes of flexibility, say also tomorrow I want to host my site on a different web server #3 but always with the same IP address, can I selectively route certain web traffic to the boxes in different web server?

    Also, I want to open another port, say, 8080 for administrative purposes. Can I route HTTP or HTTPS, addressed to some port # to the Web server also?

    You will need to create static port mapped, but if you have only the external IP address a people can connect to, they will need to connect to a specific port in the URL to differentiate which internal web server, they really want to go.

    For example:

    > static (inside, outside) tcp 205.200.20.5 80 192.168.111.101 80 netmask 255.255.255.255

    > static (inside, outside) tcp 205.200.20.5 81 192.168.111.102 80 netmask 255.255.255.255

    > static (inside, outside) tcp 205.200.20.5 82 192.168.111.103 80 netmask 255.255.255.255

    > static (inside, outside) tcp 205.200.20.5 80 83 192.168.111.104 netmask 255.255.255.255

    maps of connections to 205.200.20.5 on port 80 through to port 80 on 192.168.111.101. Connections inbound to port 81 will be mapped through to port 80 on 192.168.111.102. Connections incoming on port 82 will be mapped through to port 80 on 192.168.111.103 and so on.

    You cannot map just all incoming traffic on port 80 to 4 different internal web servers, cause how the PIX will know which send traffic to.

    To allow access, as well as the static shown bove, you must:

    > list of allowed inbound tcp access any host 205.200.20.5 eq 80

    > list of allowed inbound tcp access any host 205.200.20.5 eq 81

    > list of allowed inbound tcp access any host 205.200.20.5 eq 82

    > list of allowed inbound tcp access any host 205.200.20.5 eq 83

    > list of allowed inbound tcp access any host 205.200.20.5 eq 443

    > interface entering outside acess group

    HTTPS is also going to be a problem, to do the same on HTTP, you need to use different ports to differentiate what specific internal web server that you want to that they go (and allow these ports in your "incoming" ACL above).

    To port 8080, just follow these steps:

    > static (inside, outside) 205.200.20.5 tcp 8080 192.168.111.10x 8080 netmask 255.255.255.255

    > list of allowed inbound tcp access any host 205.200.20.5 port 8080

    As you can probably guess, this won't work very well if you have only one external IP address, because users will not know to specify a specific port number so that they get through an internal host specific. You may have a single external address for each web server internal to this work in reality.

  • How to allow users to bookmark an article and a collection?

    How to enable users to your Favorites add to Favorites an article and a collection?

    In my view, have not yet been implemented, but favorites are on the roadmap.

  • How many concurrent users on a FMS server?

    We want to broadcast direct meetings with the majority of users access to our inTRAnet. 320 x 240, 30 fps, dual 2.8 GHz, 4 GB server of widows. Anyone with a similar setup to use EGIA service 200 or 500 concurrent users? We have two campuses and I need to know if I need spec a second server if we get above a certain number. How many simultaneous users can I supprot with the above configuration? Thank you

    FMS should be able to manage your 500 customers without a problem by using the configuration you mentioned (some of my apps regularly see many times more than that on a single server). I use a slightly beefier processor in my boxes... quad core Kentsfield Xeon / 4 GB ram.

    That said, also, make sure you have enough flow to your NETWORK card to carry the traffic. To 500 concurrent clients, a current of low-bandwidth of 300 Kbps puts you on point 150Mbps, so you'll need to run the numbers before commit you to a single network is used for in the case where you can't have enough juice for one box.

  • How to add support for storing player names and notes in the HTML5 app

    Dear team,

    I asked for one of my app to the frame of the designation of Blackberry.

    Currently in my application partitions are not saved when closing appliction.

    Also no support for player names.

    Can some one guide me how to store scores and player names when out application.

    If during the application again open, user can see latest scores and players etc.

    Hoping for a positive response soon.

    Thank you

    HB.

    http://developer.BlackBerry.com/HTML5/APIs/localStorage.html

    http://www.html5rocks.com/en/features/storage

  • How can I add ADOBE Reader Web site and Blogs?

    Hi guyz

    I searched the whole google but not found any way to make this work I have a lot of manuals in PDF and notes like I want the user to read my blog

    [url removed by host]

    1 is all of their license, do I need to buy to fit into the blog and the Web site or its free?

    2 if its paid then what is the price of the license?

    3. How do I integrate with server?

    4. If it is free where can I find code or Java script to put on the website?

    Any help will be appreciated thanks in advance

    Some sites have installed server software to convert PDFS to HTML, but I don't really see the point of this. Many of the benefits of PDF are lost, and PDF viewers are widespread. (For example, built into Safari, Chrome, FireFox, iPhone/iPad, Android, Windows 8). It is an old idea of the time when it was difficult to persuade people to download Adobe Reader.

  • Spam folders are grayed out and not available for the transfer of spam

    Spam files are grayed out and will not be able to transfer by e-mail in my Inbox on my iPad and iPhone. Why can't I move spam in my Inbox to the spam folder so my spam filter learns what is spam? I have to go on my Mac computer to make a transfer.

    Hello. You use the built-in iOS app Mail? Your e-mail account using POP3 or IMAP to receive messages? Check the account settings so not sure.

  • How will I know which bat is real and not fake?

    How to know that fighting is real and not fake?

    http://www.beatsbydre.com/on/Demandware.store/sites-beats-site/en_US/link-page?c id = safe - buying guide

    more

    detect the false beats by dre

  • How can I keep the files in iCloud and not on my mac?

    HI - how to keep files in iCloud and not on my Mac? I just added a 'family videos' folder from an old Mac to iCloud and now it is display on my newer Mac. It takes all my hard disk storage. Any suggestions? Thank you!

    That's how it's supposed to work I'm afraid. To work around the problem, you can disable iCloud Drive on your Mac and access it from your web browser to iCloud.com

Maybe you are looking for

  • The history in the Privacy tab settings are passed from Options in Firefox 18

    After the upgrade to Firefox 18 the history settings in the privacy of the Options Panel section are no longer visible/available as they were in earlier versions. How to manage these settings in Firefox 18?

  • date of birth of the CPU in configuration manager

    I'm under the following environment: SCCM, 2007, Version: 4.00.6487.2000Windows Server 2008 Standard R2Installed on Microsoft Hyper-V and when I run the report hardware 02b - computers of an age in a collectionCategory: Asset Intelligencethe estimate

  • Microsoft did update on 15/04/11 - now my taskbar disappeared

    MS made updates on 4/15 in the afternoon.  4/18, I came back to work - no taskbar, my printers that were loaded were missing & I can't reinstall; Unable to connect to my email (internet works fine and inputs & outputs tests on email (Outlook) says th

  • Is there a downside to using the quick charger UCH10?

    1 fast charger UCH10 harming of a Xperia Z5 (or any other compatible phone) battery life? 2 If the phone is fully charged, is it damaged the phone battery is not disconnected the quick charger (or another charger)?

  • AnyConnect client profile

    When I deploy a clent on Cisco ASA, web deployment, but anyconnect client profile has been installed by file .msi locally on the pc, client anyconnect gets made profile updates on Cisco ASA? or is - this client anyconnect required to be downloaded, i