How to  Restart the web server

Hi,
on tools 8.49 on Unix AIX, I'm reading this
E-WL: What is Verbose Garbage Collection (verbosegc) and How do I Enable it on WebLogic? [ID 759137.1]
and it is asked to :
2. Restart the web server
How should I do that ?
Thank you.

If it is restart, then you need to stop it first and then stat it again.
cd $PS_HOME/webserv
ls
(then you find your domain directory)
cd <your domain directory>
cd bin
./stopPIA.sh
(wait for conclusion)
./startPIA.sh

Similar Messages

  • How to change the web server??

    How to change the web server in the details of the mobile application component in the MI webconsole??

    hello irene,
    had your tried checking on the "Use IP instead of host
    name" checkbox?
    to edit your registered application info, go to
    "Upload Mobile Component" tab and click on the Edit icon
    on the left part of the record list which corresponds to
    the application you had just uploaded.
    your application is uploaded to the same host as your
    web console application is running on. if you like to
    point it to a different server where you have your
    archive accessible, you have to change your mcd
    deployment attributes on your middleware. try the ff:
    1)run tcode: mi_mcd
    2)click on Create Mobile Component
    3)Enter Mobile Solution Name and Version
    4)Click on Display MCD
    5)Select Deployment Tab
    6)Click on Edit
    7)Change the values of WEBSERVER and WEBPATH location eg.
      if your archive is located at
      http://myotherserver:80/archive/myapplication.war
      your entry will be:
      WEBSERVER: http://myotherserver:80
      WEBPATH: /archive/myapplication.war
    where you myotherserver is the name of your http host
    server and myapplication.war is the name of your archive.
    the archive directory is just a virtual directory where
    your application archive is.
    you might need to change the port number depending on
    your http server port.
    regards
    jo

  • Javascript development on Apex - How to show changes on the Javascript on Apex without restarting the web server?

      Hi,
    I am working on a Javascript for Apex. The changes are not reflected and I was told to restart the app server. Is there a better way for Apex to process the changed Javascript? Thanks.

    Hi,
    I assume you store JavaScript to web server folder and browser caches your file.
    Use query string end of file name like
    /my.js?v=0.0.1
    And when you change file, change query string value
    Templates JavaScript help says:
    File reference using a query string in the URL referencing the application version, such that when the application is upgraded
    (and the version is incremented), the browser will be instructed to always load the new file and ignore any previously cached files.
    /myjs/main.js?version=#APP_VERSION#

  • How to use the web server tips (connected/disconnected)?

    Using the web server tips into a VI to know when a client is connected or disconnected.
    Hello Everyone
    I want to use the tips that appear when a remote user gets control of my VI via web server. That way I will be able to trigger some other operations as soon as the user gets in or out my VI. How can I extract the information that contains that (user has or has not control). I hope you can help me.
    Regards
    Marco Roman

    There is a VI method called Remote Panel Client Connections. It returns an array of clusters with connection information and also has a Controller output. If the controller output is -1, no clients are connected.

  • How to restart the Netweaver Server without restarting the whole OS (Suse)

    We are setting up the SAP Netweaver Java on Suse Linux Trial in VMWare.
    We require to restart the Netweaver Server several times. Is there a possibilty to restart the Netweaver Server without restarting the whole Suse Linux Server Operating System?

    Hello Deniz,
    startsap and stopsap have the folllowing syntax :
    startsap [db|r3|j2ee|all|check] [<instance>]
    you could use startsap/stopsap to start/stop any of the db or r3 or j2ee or any particular instance.
    e.g.
    startup db
    startsap r3
    startsap j2ee (just j2ee part)
    similarly for stopsap
    if you have multiple instance you could use the instance ABC as
    startsap ABC
    If you just want to restart any particular process of j2ee engine, you could use jcmon.
    Hope that helps.
    Snehal

  • How to restart the web-to-go server?

    When we are trying to show the reports in mobile client it is throwing this error.
    Actually, we are using JSP files for reports.
    When i start the web-to-go server, it is giving like this:
    c:\mobileclient\webtogo>WEBTOGO -D0
    log1:Mount point jdbc:polite:WEBTOGO oracle.lite.web.ifs.OLFS@5b7986
    log1:RegisterClientSite : Client Site Id: eujequv9-1921681202-41
    log1:nathank.gdcchennai.com 8080
    But, when i try to open the report it is showing this error in the Browser itself.
    An exception has occurred in show_report.jsp
    Exception is [POL-5228] message file is not loaded.
    Visit the log file c:\olam.log for more details.
    Please click here http://localhost:8080/Olam/Main/login.jsp to login again.
    Herewith, I have attached the log file also:
    This is the log file:
    TimeStamp: 11/04/2008 10:57:32 :: UserID: DHARMA :: EXCEPTION: java.sql.SQLException: [POL-5228] message file is not loaded: [POL-5228] message file is not loaded
    java.sql.SQLException: [POL-5228] message file is not loaded
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.jniPrepare(Native Method)
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.prepare(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source)
    at oracle.lite.web.JupConnection.prepareStatement(JupConnection.java:174)
    at com.olam.reports.sp_sys_lba_ageing.pop_sys_ageing(sp_sys_lba_ageing.java:199)
    at com.olam.reports.ReportMethods.setN_122(ReportMethods.java:3333)
    at olam.report._show__report._jspService(_show__report.java:1467)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.lite.web.JupServlet.service(JupServlet.java:235)
    at oracle.lite.web.JspRunner.service(JspRunner.java:112)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at oracle.lite.web.JupServlet.service(JupServlet.java:235)
    at oracle.lite.web.MimeServletHandler.handle(MimeServletHandler.java:99)
    at oracle.lite.web.JupApplication.service(JupApplication.java:523)
    at oracle.lite.web.JupHandler.handle(JupHandler.java:102)
    at oracle.lite.web.HTTPServer.process(HTTPServer.java:309)
    at oracle.lite.web.HTTPServer.handleRequest(HTTPServer.java:162)
    at oracle.lite.web.JupServer.handle(JupServer.java:308)
    at oracle.lite.web.SocketListener.process(SocketListener.java:178)
    at oracle.lite.web.ClientListener.process(ClientListener.java:64)
    at oracle.lite.web.SocketListener$ReqHandler.run(SocketListener.java:232)
    What may be the solution to rectify this problem?
    What my doubt is , whether the web-to-go server has started pakka or anything or remaining has to be loaded in the server.
    Please suggest your solutions.

    POL-5228 Syntax error
    Cause: SQL statement contained a syntax error.
    Action: Inspect the statement for misspellings and missing parentheses, and then reissue it. Refer to the online SQL help for the correct syntax for the statement type.
    This part of the stack trace tells me that it's your query as well.
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.jniPrepare(Native Method)
    at oracle.lite.poljdbc.LiteEmbPreparedStmt.prepare(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCPreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.OraclePreparedStatement.<init>(Unknown Source)
    at oracle.lite.poljdbc.POLJDBCConnection.prepareStatement(Unknown Source)
    at oracle.lite.web.JupConnection.prepareStatement(JupConnection.java:174)
    Just check the SQL on the JSP and make sure it runs in MSQL. outside of webtogo. To help you with the syntax error, run the SQL against your online Oracle Enterprise system for the exact detail. Oracle Lite doesn't specify exactly what the problem with the SQL statement is.

  • How-To: Restart the Database Server (SQL Server) in SharePoint Farm safely ?

    Hello,
    My farm has 4 SharePoint servers: 2 Application-Servers, and 2 WFE-Servers.
    Each WFE-Server is running Distributed Cache service which means, I have 2 Distributed Cache service.
    I must restart my SQL Server, But, How can I do that without losing the Cached data?
    I can use Stop-SPDistributedCacheServiceInstance -Graceful   which will move the cache from one server to another, But, what to do with the other one then?
    I am really concerned because TechNet says: "Stopping the cache results in partial data loss. The Feed Cache depends on the Distributed Cache service.
    Tags and document activities are saved only to the Feed Cache.
    Tags and document activities are not persisted to content databases."
    https://technet.microsoft.com/EN-US/library/jj219613.aspx#startstopcache
    What can be done ?

    Hi,
    In my opinion you do not need to stop the distributed cache service.
    You are correct the graceful shutdown will work if you want to stop a cache host. it is graceful because  it should move the cache data to the other host(s).
    I believe that the SQL is not hosted on SharePoint server?
    My opinion is that no data should be lost if the SQL is not available for a limited period of time. The Distributed Cache is in memory cache.
    You will however have downtime in case you are not using any High Availability solution for your SQL.
    In case the period of maintenance on your SQL is longer you should plan it better and maybe stop the SharePoint Farm as described here
    https://technet.microsoft.com/en-us/library/cc512725.aspx?f=255&MSPPError=-2147217396 (Move all databases section).
    Ivan Yankulov
    SharePoint Admin/Consultant
    http://spyankulov.blogspot.com/
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft

  • How to configure the web server

    Hi there!
    I'm using the Apache Server 2.0.63 and PHP 5 on my computer
    and Apache is set as "loclhost" using the port 80 .They're are both
    good to go but I have failed to configure Dreamweaver so that I
    would be able to test my PHP projects directly from Dreamweaver.
    Please help my by giving me a piece of advice or suggesting
    me some useful links.
    Thank you!

    raducutzu5 wrote:
    > Hi there!
    > I'm using the Apache Server 2.0.63 and PHP 5 on my
    computer and Apache is set
    > as "loclhost" using the port 80 .They're are both good
    to go but I have failed
    > to configure Dreamweaver so that I would be able to test
    my PHP projects
    > directly from Dreamweaver.
    Open the site definition and select the Advanced tab.
    In the Testing server category, use the following settings:
    Server model: PHP MySQL
    Access: Local/network
    Testing server folder: path to site root
    URL prefix: URL of site root.
    Testing server folder and URL prefix both point to the same
    place. The
    first is the physical path, the second is the URL you use to
    get there.
    For example:
    Testing server folder: C:\htdocs\mysite\
    URL prefix:
    http://localhost/mysite/
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Configuring the Web Server Plugin

    Hi again,
    I am following http://docs.sun.com/source/816-7156-10/agplugin.html guide to implement this plugin on the WEB SERVER.
    I got this error after I finished and restarted the web server:
    # ./start
    Sun ONE Web Server 6.1 B08/22/2003 12:37
    config: func_exec reports: HTTP2122: cannot find function named NSServletEarlyInit
    failure: CORE3170: Configuration initialization failed: Error running init function NSServletEarlyInit: unknown error
    Can you please advise

    Thx. I am also interested in how to do the mapping between the 2 web servers: the reverse proxy @ the front end and the web server @ the back end.
    Where do i define the url mappings?
    Thanks,
    Mel

  • How do you failover the web server?

    I have 2 servers running the web server on them. If one of them fails how do I reroute the users requests to the other one, seamlessly to the user? I am new to using the web server so any help, even remedial would help!! Thanks!

    Ya, thats part of the problem. Right now we are using Sun Cluster to provide a network resource that handles which web server is to handle the request. A virtual ip address so to speak. We'd like to stop using Sun Cluster as it's a bit unstable, ie reboots the cluster randomly without error messages or warnings. We'd like to just use the web server/application server clustering capabilities and eleviate the extra layer of complexity with Sun Cluster. I know Sun Cluster has a Web Server agent to do this, but that is why we're trying to not go down that road. It is starting to sound like we may have to though as buying additional hardware isn't an option.

  • How can you display a dynamically loaded vi to the Web Server?

    I am working with LabView 6.1 and the Web Server. I can call a subvi and have it display on a remote machine using a browser with no problem. But what I would like to do is dynamically load and run a vi and have it display on the remote computer using only a browser. I have tried a small example of a front panel that invokes the run vi method (and fp.open prop) on another vi when a button is pressed, but the invoked vi is displayed only on the local computer. Is there any way of viewing dynamically loaded vi's on a remote machine without having a copy of LabView running on it?

    If i understand your question correctly, you want to monitor vi that are dynamically loaded on a remote machine without having LabVIEW installed on the machine from witch you want the monitor. I don't think it's possible how ever a good reference book would be Internet applications in LabVIEW. You can find it on BARNES&NOBLE.
    Hope i could help

  • How can I make the web server work on port 80 and not 443. I can only access my website using https.

    On a Mac Mini server with OS X Lion 10.7.2, I am unalbe to get the web server working on port 80. It switches automatically to port 443 (https).
    This situation complicates the access to FileMaker Web publishing, as I don't want my clients having to use https.
    How can I change that? Does anyone know?
    Thanks for any reply

    in the server: I checked the SSL certificate. Tried several configuration.
    Well, that's a problem for a start.
    Your port 80 connection should NOT use SSL. Port 80 is the standard HTTP port, not HTTPS and most applications that connect to port 80 will not expect to use SSL
    If you want to run a site under both HTTP and HTTPS then you create two sites, one on port 80 without SSL and one on port 443 with SSL

  • How to deal with Short dump that restarts the index server?

    Hi ,
    I have been experiencing this problem whenever any exception occurs in my SQL SCRIPT procedure. For instance when there is a situation when I try to insert a value of 50 characters in length to a column with max size of 40 it throws a short dump and restarts the index server. I tried to insert the exception handling code as well but still the problem persists. Is there a way to solve this issue?

    Hi Sudarshan
    crashes are rather generic reactions of the system to virtually any kind of problem that may occur.
    Memory shortage is one of the more common issues in current SAP HANA setups and SAP HANA development is heavily working on handling memory shortage situations more gracefully.
    Massive over allocation of memory, for example by very large intermediate result sets or join result sets typically can be addressed by correcting the query or model that leads to the issue.
    Anyhow, the initial post was not about a memory shortage but about a crash that seemed to have occurred with wrong data type handling.
    These are two very different kinds of problems, so I am not really sure how your comment relates here.
    - Lars

  • Can I do automatic page refresh? How many of them can the web server take?

    I'd like to ask this question in both short and (if you be so kind) in long form:
    Short: Can a portion of my APEX page be set to refresh automatically ones every few minute? Not the whole page, just a portion. Would I have to use frames for that? Can they be invisible?
    Long: I'd like to create a web interface, which would allow multiple users to track duration of some tasks. More importantly it has to allow other users to see each other's progress (which task somebody is on, how long he has been on it down to several minutes). I understand to server side of it. However, the client side presents a problem of information refresh. I want users to be able to sit without touching their mouses or keyboard and see changes for other users as they happen.
    What do I mean by "as they happen?" Ideally, I'd like to present changes in real time. My brief research of Push HTTP technology, pointed toward Comet or Flash. However, I don't know much about web development and as of now, cannot commit too much time to learning new technologies.
    The second best option, is to update information every couple of minutes. Two question arise here. First is the "short" question - please see above.
    Let's say the page sections can be refreshed automatically. Then I have a question about the load. If I potentially get thousands of simultaneous users, each sending a refresh request every 2-3 minutes, how bad would be the load on the web server and on the network throughput. The amount of data passed can be small, but I am very concerned about the load on web server and the traffic. (I am planning to do virtual hosting with a web hosting company). Somehow I am not concerned about the load on the database (maybe I should be). All calculations will be put in a stored procedure, at least I can optimize it.
    Any other suggestions on how to approach this client refresh issue?
    Thanks a lot.

    These answers are helpful but I still need more info. The first answer suggests putting html refresh tag. But that would refresh the whole page, wouldn't it? I just need to refresh one region. Can it be done with html tag?
    I reviewed the Javascript code in the example referenced in the second answer. It showed that I can refresh a region using Javascript. It looks very nice. However, I need to refresh with data pulled from the database. I am not familiar with AJAX (need to lear JavaScript first) and I know that JavaScript cannot query database on its own. So I am not sure that this example is relevant.
    What I need is: Only 1 region of the page needs to be refreshed every 5 minutes. The rest should "stay put." Everytime the refresh is performed the database will be queried for new data by means of stored db procedure. Do I need to jump through hoops to do that or is it fairly straightforward thing to do?
    Thank you for your time.

  • Imp:How to find out whether client authentication Enabled on the Web Server

    Hi,
    I am trying to find out whether the Client Authentication Enabled on the Web Server or not.
    Reason for doing this, if we have two certificates in the key store which will authenticate the Web Server, JSSE Authentication will always take the first cert from the keystore. If the first Certificate is Expired, it will fail while doing the HandShake.
    So if I can find out whether Client Authentication is Enabled or not, then I can prompt a dialog for the user to select the Certificate for the Hand Shake.
    Thanks in advance for any Response,
    Krish.

    AUTH_TYPE will tell you only if it SSL or not. It won't say whether the Client Certificates Required for SSL Connection.
    Also, AUTH_TYPE is not part of the Http Headers.
    If there is any other solution, greatly appreciated.
    Thanks
    Krish.

Maybe you are looking for