URL issue

Hi Folks,
In my applcation, all documents are stored in a central folder which is in tomcat/webppas/myapplication/myfolder.
And i m restricting the users who looged into the applcaition that no other can see the other users files.
ex: if A user enters into the applcation(http://<application_ip>:8080/login.jsp) he can see only his files.
But if he enters http://<application_ip>:8080/myfolder
he can see the other user's files also.It is mandatory to put the files in the server.Then only the users can access them from anywhere.
I need to restrict that.can anybody suggest me how to restrict that url cannot viewed by the users.
For any queries please revert back
Regards,
Praveen

praveenmca09 wrote:
thanks for the reply..i am trying by moving my files to outside of the webapps
i tried with //test.jsp
<HTML>
<BODY>
<IFRAME SRC="file:///C:/Test.pdf" WIDTH=450 HEIGHT=400></IFRAME>
</BODY>
</HTML>it is not opening in the browser
if i give direct in the browser like file:///C:/AbciTextTest.pdf it is opening.
can you suggest how to proceed.This is not the right way to proceed. For one thing, it'll try to access the files on the users computer! And the files would be present on the server.
Move your files to your /WEB-INF/MyContentFolder folder, that is where content that should not be user-reachable is to be kept (if you notice, your web.xml is there and it can't be accessed from a browser).
Now, to access these files you can try one of these ways:
1. Use [getRealPath()|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)] to get the path on the filesystem and then add the appropriate path to the file and then stream it to the browser.
However, this may fail as getRealPath() can return a null (for example, when the app is deployed as a WAR)
2. Hardcode the path the content folder in some config, perhaps as an init param for your file servlet and use that
This may cause problems if you move the webapp around and forget to update the path
3. Use getResourceAsStream and stream the info from the file to the client
This would be your best bet.
Also, [Google for download file servlet|http://www.google.com/search?q=download+file+servlet] to get lots of samples that will help you with writing your own.

Similar Messages

  • Problem in abap web dynpro URL issue

    Hello All,
    I have created a web dynpro for calling different tables with F4 help dynamically through ALV webdynpro, I can update, delete/insert row in ALV for multiple tables with one webdynpro program.
    Now problem is user wants to create url for different tables and keep it in the portal using with this webdynpro program like that i need to create more than 20' url's and keep it in portal with current created web dynpro program.
    Could please provide any solution for this issue.
    Thanks in advance.
    Regards
    Sri

    You could try passing the table name as a URL parameter. 
    i.e.
    http://<server>:<port>/sap/bc/webdynpro/sap/<app_name>?table=MARA
    This can be read in your WD application and use it to determine the table to display.  There is a heap of content out there on the internet that explains how to do this.
    https://help.sap.com/saphelp_nw04s/helpdata/en/2f/e7574174c58547e10000000a1550b0/content.htm
    Regards,
    Katan

  • SOAP.request  URL issue

    Im using the below webservice script in my PDF, it is working fine.
    but, If the URL is wrong then the below code is not executing the remaining statement. If the URL is wrong or the server is down, I hav to show message, How should I catch that error and show the right message.
    If the request is fine I am getting the resultResp value.
    Please help me to fix this issue.
    var response = SOAP.request(
    cURL: cURL,
    oRequest: { "http://www.ibm.com/industries/financialservices/": {my:MYMessage}},
    cAction: "http://services.com/AppService/AppInvocation",
    oRespHeader: oResultHeader
    var responseString = "http://services.com/message:MYMessage";
    var resultResp = response["MYMessage"]["response"];

    hi ,
    Please any idea about this.
    Thanks,

  • RNIF URL Issue

    Hi All,
    I have an issue in one of my RNIF scenarios.
    When I try to ping my customer's URL, I am getting the following error:
    ALSO TO BE NOTED IS THAT WE DONT USE ANY DIDGITAL CERTIFICATES.
    There is a problem with this website's security certificate.
    The security certificate presented by this website was issued for a different website's address.
    Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
      We recommend that you close this webpage and do not continue to this website.
      Click here to close this webpage.
      Continue to this website (not recommended).
         More information
    If you arrived at this page by clicking a link, check the website address in the address bar to be sure that it is the address you were expecting.
    When going to a website with an address such as https://example.com, try adding the 'www' to the address, https://www.example.com.
    If you choose to ignore this error and continue, do not enter private information into the website.
    For more information, see "Certificate Errors" in Internet Explorer Help.
    Could anyone pls help me out here?

    It is very clear that the certificate being used by that server is not the genuine one.  It might be issued to some other server and they must have altered few fields to make it usable on that server.
    Ask the client to install a genuine certificate on the server.
    -Vijendra

  • Go url issue - no value passed through in filter

    hi,
    I have issue with go url
    I insert the following formula but the filter is not applied (the value does not come through)
    in the target report I made a condition for "- Invoice date HIR"."INV Month" as is prompted; still nothing;
    it does navigate, and opens the target report with options md, but filter is not applied;
    I think i went trough most of posts on the forum but am still unable to correct the code
    Id appreciate any suggestions
    '<--a href= saw.dll?GO&path=/shared/DRILL_DOWN
    &Options=md
    &Action=Navigate
    &P0=1
    &P1=eq
    &P2= "- Invoice date HIR"."INV Month"
    &P3=’||Periods."Month"||’
    style=”text-decoration:none;”>'
    ||'LINK'
    ||
    '<--/a>'

    hi
    changed;
    now the code looks following but OBI would not accept it at all as formula
    ''||'LINK'||''
    i get an errror
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <=>: Syntax error [nQSError: 26012] . (HY000) ...
    however; I kicked out this 'style...' entirely to make things easier
    ''||'LINK'||''
    it does drill but with the previous error (now without 'decoration''...)
    Error getting drill information: SELECT "- Invoice date HIR"."INV Month" saw_0, FROM "TEST" WHERE "- Invoice date HIR"."INV Month" = ''||Periods."Month"||''

  • Calling Webservice from Adobe form - Webservice URL  Issue

    Dear Friends,
      I have developed a webservice and calling it from an Adobe form. I have downloaded the WSDL file from tcode SOAMANAGER. When I create a data connection from the Adobe form  I use this WSDL file and the form elements gets created automatically and I drag and drop them into the form. The issue is when I click on the Submit(Execute) button the Webservice URL is always pointed to the client from where the file was downloaded and its hard-coded ( for example if i download the wsdl file from client 300 then the URL would be http://<location>/sap/bc/srt/rfc/sap/z_web_getmat/300/z_web_getmat/z_web_getmat). So if i execute the form from client 200 its not working. How to make this URL dynamic so that the webservice gets executed from the client from where this form is called. Please advice.
    Regards
    Sapient

    Hi,
    You have to handle it in your form on submit button calling the web service:
    Write below java script code at submit event to change the URL at run time:
    var tempsoapAddress = xfa.connectionSet.DataConnection.getElement("soapAddress").value;
    var tempwsdladdress = xfa.connectionSet.DataConnection.getElement("wsdlAddress").value;
    var ServerPath = body.systemConfig.system.rawValue;
    var client = <Get Client from a data attribute>
    var Soap_PreServerPort =  "http://";
    var Soap_PostServerPort =  "/sap/bc/soap/rfc?sap-client=";
    var SoapAddress = Soap_PreServerPort + ServerPath + Soap_PostServerPort + client ;
    var Wsdl_PreServerPort =  "http://";
    var Wsdl_PostServerPort1 =  "/sap/bc/soap/wsdl11?services=ZBAPI_PO_CREATE2&amp;sap-client=";
    var wsdlAddress =  Wsdl_PreServerPort + ServerPath + Wsdl_PostServerPort1 + client ;
    xfa.connectionSet.DataConnection.getElement("soapAddress").value = SoapAddress;
    xfa.connectionSet.DataConnection.getElement("wsdlAddress").value = wsdlAddress;
    xfa.connectionSet.DataConnection.execute(0);
    xfa.connectionSet.DataConnection.getElement("soapAddress").value = tempsoapAddress;
    xfa.connectionSet.DataConnection.getElement("wsdlAddress").value = tempwsdladdress;
    xfa.connectionSet.DataConnection = null;
    Change the variable wsdlAddress as per your requirement. The above code is just a sample.
    For getting the client pass it in a datasource variable attribute at time of downloading the form. At time of submit get the value of that variable and use it to form the url.
    Regards,
    Vaibhav

  • Clean URL issue

    Hi Apex Experts,
    I am having application 101(SALES) with APEX 4.2.2, for the same i have configured SSO with clean URL, but when user logged into application it is showing the edit mode URL (Dirty URL).
    Ex:-
    Clean URL  = https://forums.oracle.com
    but always it is showing https://forums.oracle.com/pls/sun/f?p=4050:3:796502932389014::NO:::
    it makes big security issue.
    I have fallowed same procedure in APEX 3.2.1 , it is working fine.
    Please any one help me  how to resolve this issue in apex 4.2.2.
    Thanks and regards,
    Ibrahim Sayyed.

    Hi,
    There isn't really a standard way to get a clean URL in APEX. There are some workarounds for example check out:
    http://www.inside-oracle-apex.com/nicer-url-for-an-oracle-apex-application/
    As for the security issue, the most common is the item manipulation using the URLs, to avoid URL manipulation just turn on the session state protection in the application, then users can't tamper with the url anymore:
    Martin Giffy D'Souza on Oracle APEX: Session State Protection in Detail
    Regards,
    Joni

  • Iphone/URL issue

    I have a new iphone 4 and have the latest version of itunes on my Sony Vaio pc with Windows 7. When I  connect the iphone to the pc, itunes does not recognise the device. I went to HELP-RUN DIAGNOSTICS and the end result was "The URL is not opened". Any advice on how to resolve this issue please.
    Thanks Ragabob

    Visit the Apple Store...

  • REFERAL url iSSUE

    Hi
    when i browse through my j2EE site/.Net site i am getting the proper referal URL as part of header information . also when i go from the j2EE site to .Net site the referal url is coming properly but when i want to come back form the .Net site to the j2EE site the referal url information is not being sent .
    Please let me know the solution for the same.
    Also since i am getting the referal url in all the other cases there is no issue with the browser or webserver setting
    Regards
    Manasa

    thats just an http header isnt it?
    Try using URLConnection.addRequestProperty() or URLConnection.setRequestProperty()
    Ted.

  • Website URL issue

    Hi,
    I'm facing issue with the DNS of My website.
    The DNS stay outside of BC then I check with Ovh, the DNS of the domain name point well at ns1 - ns2 worldsecuresystems.
    And I would like to have my website url http://www.addictedme.com but not http://httpwwwaddictedmecom.businesscatalyst.com like currently.
    My website works, but I want have well Url.
    Please help me to sort it out. I don't know what can I do to change this.
    Thank you.
    Sagar

    BC has an entire knowledge base article on this:
    http://lmgtfy.com/?q=setup+domain+name+on+business+catalyst

  • Parsing URL issue

    **** WARNING ADULT RELATED LINKS ON THIS ISSUE ****
    I am having an issue with Firefox parsing part of the URL.
    Example: http://trial.jenndoll.com/bonus.php?fc=2
    Firefox is parsing away the ?fc=2 from the above URL. I have tested other browser and this functions properly.

    Did you ever find a way to provision a resource using SPML?
    I'm facing the same problem at the moment..
    Regards,
    Tine

  • Invalid URL issue

    Hi all,
    Here i'm facing an below stated exception when ever i click on link.
    I have a created an HTML page under the Portal KM and for that Page i have created a resource , and the resource added to the Area under the field Area long text in SPRO tcode of ECC.
    In the starting it was fine but i have made some changes to the HTML file,then it started giving problems.
    Anyone have faced the same issue before please help us.
    *Error Details:-
    *com.sap.tc.webdynpro.services.exceptions.InvalidUrlRuntimeException: Invalid URL=http://<localhost>:<portnumber>/irj/go/km/docs/documents/GMR/uploads/Who is Who.html/
         at com.sap.tc.webdynpro.serverimpl.core.url.AbstractURLGenerator.checkURL(AbstractURLGenerator.java:699)
         at com.sap.tc.webdynpro.services.sal.url.core.URLGeneratorInternal.checkURL(URLGeneratorInternal.java:390)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.impl.IFrame.getSource(IFrame.java:663)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.IFrameAdapter.getUrl(IFrameAdapter.java:190)
         at com.sap.tc.ur.renderer.ie6.IframeRenderer.render(IframeRenderer.java:58)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
         at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render(ViewContainerRenderer.java:49)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.renderViewContainerFragment(ViewContainerRenderer.java:134)
         at com.sap.tc.ur.renderer.ie6.ViewContainerRenderer.render(ViewContainerRenderer.java:49)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutItemFragment(FlowLayoutRenderer.java:596)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.renderFlowLayoutFragment(FlowLayoutRenderer.java:244)
         at com.sap.tc.ur.renderer.ie6.FlowLayoutRenderer.render(FlowLayoutRenderer.java:49)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.SingleColumnLayoutRenderer.renderSingleColumnLayoutCellFragment(SingleColumnLayoutRenderer.java:679)
         at com.sap.tc.ur.renderer.ie6.SingleColumnLayoutRenderer.renderSingleColumnLayoutFragment(SingleColumnLayoutRenderer.java:253)
         at com.sap.tc.ur.renderer.ie6.SingleColumnLayoutRenderer.render(SingleColumnLayoutRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:1056)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:456)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1240)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:252)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1246)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:354)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:547)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:591)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:822)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Regards,
    Sumankumar.

    The URL which i'm Using is below
    http://blr-depo-ed1.gmrsap.com:50000/irj/go/km/docs/documents/gmr/uploads
    Regards,
    Suman
    Edited by: sumankumar kurimilla on Sep 6, 2008 8:03 AM
    Edited by: sumankumar kurimilla on Sep 6, 2008 8:18 AM

  • Oracle SES - URL issue in PeopleSoft

    Hi,
    I have installed PeopleSoft search framework in PT8.52 version.
    Howevere, When I try to click the search result from the OSES, I can able to get the result but with wrong URL.
    http://10.287.xx.xxx:8080/psc/EMPLOYEE/PSFT_EP/q/?ICAction=ICQryNameURL=PUBLIC.PTSF_MESSAGE&BIND1=5820&BIND2=1&SESLanguageCd=ENG
    Please find the below setup done on local node PSFT_EP
    Deafult portal: EMPLOYEE
    Content URI Text : http://10.287.xx.xxx:8080/psc/
    Portal URI Text : http://10.287.xx.xxx:8080/psp/
    Any help on this highly appreciated.
    Thanks
    Soundappan

    Hi,
    I had a similar issue with urls from SES.
    I added the Content URI & Portal URI to the Portal node (HRMS) and the default local node (PSFT_HR).
    This solved my issue.
    Hakan

  • URL issue with Windows 7 Internet Explorer 11 and SAP NW PI 7.

    Hello SAP community,
    I am facing a strange issue with Windows 7 - Internet Explorer 11 and SAP NW java services (I hope I am in the correct discussion) ...
    When I try to open URL http://sapserver.hosters-name:port it is working so far with Windows 7 and Internet Explorer 11.
    But when I click than on NWA (example), I am getting "http 500 server error".
    I don't have the issue, when I start-up a VMware Workstation with Windows XP and Internet Explorer 8.
    But now the strange part: In our network DNS (Domain Name Service), we can also open the URL by http://sapserver.our-dns:port.
    Than it is working without problems with Windows 7 and Internet Explorer.
    I would agree to state the comment - it is just a Windows 7/Internet Explorer 11 issue, if it wouldn't work for both URLs (http://sapserver.hosters-name:port = problem URL; http://sapserver.our-dsn:port = working).
    We are using a SAP NW PI 7.x system. Some URLs for PI are using http://sapserver.hosters-name:port/java service.
    Do you have any hints what is cause the issue - I suspect some with Internet Explorer and Firefox (because with Google Chrome at least the URL for NWA is opened, beside the issue, Google Chrome can't display NWA content)?
    Thanks for your help.
    Best regards
    Carlos

    Hi all,
    I think I found the solution.
    The reason seems to be, the domain name for http://sapserver.our-dns:port, "our-dns" was already added to the compatibility view settings of Microsoft Internet Explorer.
    That seemed to be the reason, why it was working with http://sapserver.our-dns:port.
    When I now added for http://sapserver.hosters-name:port the domain "hosters-name" to the compatibility view settings it is now working.
    Internet Explorer Options => Settings for compatibility view => Add domain
    Best regards
    Carlos

  • Grid URL Issue!

    Hi,
    I have installed and configured grid 11g on linux 64 bit machine. However when i try to access the url, it says "webpage can not be displayed". Listener,database,OMS and agent all are running. Even when i try to upload xml file, it fails with "EMD upload error: Upload timed out before completion." error. I am not sure how to resolve this issue and open the webpage in some browser.
    Any thoughts?
    -Onkar

    I saw the login page just once and then for some reason (I am still trying to find out) OMS went down and now its not coming up. emctl log file contains this:
    2012-06-07 08:05:25,721 [Thread-1] INFO wls.OMSController run.1094 - <OUT>current status of EMGC_ADMINSERVER:
    2012-06-07 08:05:25,722 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:05:25,722 [Thread-1] INFO wls.OMSController run.1094 - <OUT>RUNNING
    2012-06-07 08:05:25,723 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:05:25,724 [Thread-1] INFO wls.OMSController run.1094 - <OUT>current status of EMGC_OMS1:
    2012-06-07 08:05:25,733 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:05:25,734 [Thread-1] INFO wls.OMSController run.1094 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-07 08:05:25,738 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:05:25,739 [Thread-1] INFO wls.OMSController run.1094 - <OUT>Starting server EMGC_OMS1
    2012-06-07 08:05:25,740 [Thread-1] INFO wls.OMSController run.1094 - <OUT>Starting server EMGC_OMS1 ...
    2012-06-07 08:20:04,392 [Thread-1] INFO wls.OMSController run.1094 - <OUT>new status of EMGC_OMS1:
    2012-06-07 08:20:04,628 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:04,629 [Thread-1] INFO wls.OMSController run.1094 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-07 08:20:04,629 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:04,707 [Thread-1] INFO wls.OMSController run.1094 - <OUT>wait until EMGC_OMS1 becomes RUNNING
    2012-06-07 08:20:04,709 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:04,710 [Thread-1] INFO wls.OMSController run.1094 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-07 08:20:04,739 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:04,739 [Thread-1] INFO wls.OMSController run.1094 - <OUT>sleep for 10 seconds...
    2012-06-07 08:20:16,358 [Thread-1] INFO wls.OMSController run.1094 - <OUT>status of EMGC_OMS1:
    2012-06-07 08:20:16,387 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:16,388 [Thread-1] INFO wls.OMSController run.1094 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-07 08:20:16,391 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:16,392 [Thread-1] INFO wls.OMSController run.1094 - <OUT>sleep for 10 seconds...
    2012-06-07 08:20:26,397 [Thread-1] INFO wls.OMSController run.1094 - <OUT>status of EMGC_OMS1:
    2012-06-07 08:20:26,406 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:26,408 [Thread-1] INFO wls.OMSController run.1094 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-07 08:20:26,408 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:26,409 [Thread-1] INFO wls.OMSController run.1094 - <OUT>sleep for 10 seconds...
    2012-06-07 08:20:36,409 [Thread-1] INFO wls.OMSController run.1094 - <OUT>status of EMGC_OMS1:
    2012-06-07 08:20:36,421 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:36,421 [Thread-1] INFO wls.OMSController run.1094 - <OUT>FAILED_NOT_RESTARTABLE
    2012-06-07 08:20:36,422 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:20:36,422 [Thread-1] INFO wls.OMSController run.1094 - <OUT>sleep for 10 seconds...
    2012-06-07 08:20:46,425 [Thread-1] INFO wls.OMSController run.1094 - <OUT>status of EMGC_OMS1:
    2012-06-07 08:20:46,435 [Thread-1] INFO wls.OMSController run.1094 - <OUT>
    2012-06-07 08:23:09,980 [Thread-1] INFO wls.OMSController run.1094 - <OUT>timed out waiting for EMGC_OMS1 to be RUNNING
    2012-06-07 08:23:10,053 [Thread-1] INFO wls.OMSController run.1094 - <OUT>status of node manager:
    2012-06-07 08:23:10,079 [Thread-1] INFO wls.OMSController run.1094 - <OUT>Currently connected to Node Manager to monitor the domain GCDomain.
    2012-06-07 08:23:10,101 [Thread-1] INFO wls.OMSController run.1094 - <OUT>1
    2012-06-07 08:23:10,332 [Thread-1] INFO wls.OMSController run.1094 - <OUT>Successfully disconnected from Node Manager.
    2012-06-07 08:23:10,950 [Thread-1] INFO wls.OMSController run.1094 - <OUT>END
    2012-06-07 08:23:11,026 [Thread-2] INFO wls.OMSController run.1094 - <ERR>END
    2012-06-07 08:23:13,687 [main] INFO wls.OMSController processCmd.988 - wlst process is finished
    2012-06-07 08:23:13,718 [main] INFO wls.OMSController processCmd.990 - wlst process exited with code 1
    2012-06-07 08:23:13,719 [main] INFO wls.OMSController processCmd.992 - wlst outstream joined
    2012-06-07 08:23:13,720 [main] INFO wls.OMSController processCmd.994 - wlst errstream joined
    2012-06-07 08:23:14,845 [main] DEBUG oms.StatusOMSCmd processStatusOMS.138 - HTTP port in emgc property file: 7202
    2012-06-07 08:23:14,845 [main] DEBUG oms.StatusOMSCmd processStatusOMS.139 - HTTPS port in emgc property file: 7301
    2012-06-07 08:23:14,846 [main] DEBUG oms.StatusOMSCmd processStatusOMS.155 - Using http port.
    2012-06-07 08:23:16,414 [main] DEBUG oms.StatusOMSCmd processStatusOMS.195 - Attempting to connect to http://server1.com:7202/em/console/logon/logon
    2012-06-07 08:23:16,782 [main] INFO oms.StatusOMSCmd processStatusOMS.233 - Failed to connect to em login page
    2012-06-07 08:23:16,783 [main] INFO oms.StatusOMSCmd processStatusOMS.234 - Connection refused
    2012-06-07 08:23:16,783 [main] INFO wls.OMSController statusOMS.950 - statusOMS finished with result: 8
    Agent is up and running and is secured also but how to do I start OMS now?
    -Onkar

  • 10.5 server and Joomla URL issue

    Sorry not sure if this is the correct location however I hope someone can help.
    I'm running a newer Xserve with 10.5 and have Joomla installed. I'm trying all seems to be working but can only access my site via IP with the port number Example: 172.0.0.2:8888
    I'd like it to be: internal.domainname.com
    It does appears that I need to to make this change in joomla php config file. However I'd would like to be able to do it in server admin> Web > Sites.
    I should be able to create a virtual server there including port number as well as any alis's. But every way I've tryed it it doesn't seem to want to pick it up. Almost like Joomla is a stand alone and not effected my server admin?
    I also have had this issue with other applications I'm running on the server. FileMaker Pro Advanced server, and WebHelpDesk. I'd like to be able to do same thing but having same issue.
    So in all the cases I am able to access the various business applications with and IP and a port number but want to setup virtual servers to be able to access with an alis such as (internal.mydomain.com) I understand about DNS and all the network requirements but when setting up a DNS entry you can't include a port number, so I need to be able to create a virutal server on my xserve.
    Thanks for read any advice would be helpful, thanks

    DNS can be used to alias your server to a virtual host using a cname. The virtual host domain can be used to setup a web site for apache service. Then route to another service from apache using reverse proxy to get from incoming port 80 or 443 to the other service on the working url or IP address with port number.
    There are many forum entries on setting this up. As well as using the reference guide for web technologies at http://www.apple.com/server/macosx/resources/
    Redirecting for achieving the same ends is also discussed.
    HTH,
    Harry

Maybe you are looking for