How to disable HTTP proxy on J2EE ?

Hi,
It appears that Sun Application Server 8.2 can be used as a HTTP proxy.
Is it possible to disable this behaviour and still serving web apps ? am I saying bullshits ?
Regards,
Laurent.

I am saying bullshits. Sorry. Application Server does not act as a HTTP Proxy.

Similar Messages

  • How do I disable http proxy settings on iPad mini?

    How do I disable http proxy settings on iPad mini?

    You can save zip file to GoodReader and unzip with GoodReader (tap to enlarge image)

  • How to configure HTTP Proxy

    I want XE to validate DTD references made in XML schema definitions. Metalink note 262708.1 refers to setting HTTP_PROXY environment variable/Registry value to do this through corporate firewalls.
    Can I set this in XE? If so, how is it done on Windows XP?

    OK, for the record I set the HTTP_PROXY value in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_XE to
    http://<username>:<password>@<http.proxy.server>:<port>
    which seemed to do the trick as far as basic MS HTTP/proxy/authentication is concerned. The proxy software/configuration thereon is another matter...

  • How to disable system proxy server settings

    If I want to use URL.openStream() to get an InputStream to a remote file, but don't want the JVM to use the system proxy settings to do the connection, what shall I do?
    I saw a piece of code as follows
    System.setProperty("http.proxyHost","i.do.not.exist.fiction");
    System.setProperty("http.proxyPort","80");
    but this doesn't work in Java 1.4.0_01
    Instead of trying connecting to a valid remote host without using a proxy (presumably because the supplied proxy cannot be found), the JVM actually throws a FileNotFoundException although the remote file is there (and can be accessed by, say, Internet Explorer).

    Ok. Your changing the http proxy to something that is valid, although the server does not exists. Try setting the "http.proxyHost" property to null.
    You can find more information in:
    http://java.sun.com/j2se/1.4/docs/guide/net/properties.html
    Bye.

  • How to disable external requests to J2EE Engine

    Hi all,
    We have setup an EP6 SP9 SR1 portal environment.
    For security reasons, we have implemented SSL between the client and IIS, and between IIS and the J2EE engine.
    We want the users to access the portal via IIS, and disable direct access via WAS.
    In other words,
      <u>https://ourportal.com/irj/</u>
    is allowed, and
      <u>http(s)://ourportal.com:50x00/irj/</u>
    should be inaccessible.
    As a result, only requests coming from IIS are allowed.
    In addition, additional dialog instances <u>should</u> have access to the central instance, so this communication should not be obstructed.
    Is there a way we can prevent users from logging in directly to the portal via the application server?
    With best regards,
    Robin van het Hof

    Hi Robin,
    If you logon to the admin tool and go to cluster > server > kernal > IPVerificationManager there is a way to set which IP addresses are allowed to access the J2EE Engine.  That should solve your problem.  You just need to modify the file mentioned there which is cfg/kernel/hosts.txt 
    Take a look at http://help.sap.com/saphelp_erp2004/helpdata/en/53/e51e3e6217b40be10000000a114084/content.htm for the syntax.
    Cheers..
    Craig

  • How to disable http exception logging in Diagnostics ?

    I have a lof o such entries in my WADLogsTable ;
    Message string
    Operation=ReflectedHttpActionDescriptor.ExecuteAsync, Status=500 (InternalServerError), Exception=System.Web.Http.HttpResponseException: Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response'
    property of this exception for details.
       at MyApi.Helper.SaveDataHub(NewDatas p2d)
       at MyApi.Controllers.Mycontoller.<>c__DisplayClass19.<UploadData>b__17(Task`1 readTask)
       at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
       at System.Threading.Tasks.Task.Execute(); TraceSource 'w3wp.exe' event
    As I already Log Http 500 exception with Trace.TraceError, how can i disable HttpException to be logged by Azure ?

    Hi,
    May I know how do you configure your diagnostics?
    From my experience, we can choose what we will use, refer to
    http://www.windowsazure.com/en-us/develop/net/common-tasks/diagnostics/ for more information.
    Regards

  • How to disable SOCKS Proxy Authentication

    Hello,
    Using j2sdk1.4.2_03 I want to connect to a SOCKS 4 proxy but I have some authentication problems.
    I am setting the following:
    Properties props = System.getProperties();
    props.put("socksProxyPort", port);
    props.put("socksProxyHost", host);
    System.setProperties(props);
    In the proxy logs I can see that I am trying to make a connection as I authenticated user. The JVM sends as default the current system user, which I don't want.
    I can change the default user, setting the default Authenticator:
    java.net.Authenticator.setDefault(new Authenticator() {
    protected PasswordAuthentication getPasswordAuthentication() {
    return new PasswordAuthentication("dummy", "dummy".toCharArray());
    If I set java.net.Authenticator.setDefault(null) then the default Authenticator is used and the current user is sent to the proxy. Is there a way to disable the default SOCKS authentication?
    It seems that the JVM connects me in a SOCKS 5 way, because of this authentication...
    Does any one can help?
    Thanks in advance,
    mac

    I've installed now Ethereal, a network package filter, and it's clear now that JVM uses as default SOCKS 5...
    Does anyone knows why and how can I switch to SOCKS 4?
    mac

  • How to disable http for JAX-WS

    Hi everybody,
    I am facing the problem that I want only https (In the form of one-way-ssl) to be enabled for a web service. In other words, I want to disable the http part.
    For JAX-RPC there used to be the WLHttpsTransport annotation or ant element but they are not available for JAX-WS.
    I know I could restrict the http access by providing a policy file but this is not exactly what I want.
    I don't want the service to report back to the client that some security constraint restricts the access to http. I want the server to report that this ressource is simply not available.
    Do you know of a way to do this?
    Cheers
    Slawo.

    Hi,
    You can add the following entry inside your *"web.xml"* ...
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>app or resource name</web-resource-name>
    <url-pattern>/*</url-pattern> <!-- define all url
    <http-method>GET</http-method>
    <http-method>POST</http-method>
    </web-resource-collection>
    <font color=maroon>
    <user-data-constraint>
    *<transport-guarantee>CONFIDENTIAL</transport-guarantee>*
    </user-data-constraint>
    </font>
    </security-constraint>
    Above will force any Http request to be automatically be converted into HTTPS.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are here)

  • HTTP Proxy setting for SOA server

    Hi,
    my intention is to enable SOA Server to connect through HTTP Proxy to external services. This occurred when I am trying to connect to Yahoo Mail Server, via User Messaging Service but it keep throwing connection time out. One of the possible solution is to make the service to connect via the HTTP Proxy server in our network.
    There are no mention of how to setup HTTP Proxy connection for UMS, as well as SOA Server in any documents.
    Please advice or direct me to the relevant solutions.
    Appreciate any help rendered :)
    yee thian

    I have not worked in SoA server, but since it uses weblogic server underlying (I assume), you can try setting the -Dhttp.proxyHost , -Dhttp.proxyPort system properties ( https for secured URL's) to WLS to specify the proxy details. Also the product might not have the capability to pass user credentials for authentication at the proxy. The version of OSB we are using had this problem. To overcome this you might require to add the URL to the proxy free list in your proxy server. This prevents the proxy from prompting for the user name when you access that URL.

  • Http proxy

    I got a proxy (https) and I added to my wifi setting.
    It always wants me the username and password, I write these correct but it appears again.
    What I have to do to use it?
    I tested the proxy on my desktop and it worked there but not on iPad?
    Please suggest me.

    i dont think there is have had a quick google and cant find anything but might be worth spending a bit of time searching, theres mixed opion how apple handles https proxy some say that even though you put the details in under http the device detects weather its http or https but other say apple can handle https, we use a http proxy at work and I get the user authentication popping up when certain apps are open i.e facebook but that cause facebook is blocked. on your desktop did you put the same address and port for http and https traffic? also is your desktop a pc or mac?

  • Disabling HTTP

    We'd like to know how to disable HTTP functionality in NetWeaver CE 7.1 SP3 and use strictly HTTPS.  There is another thread on this forum with a similar subject, but its answer is similar to the Administrator's Guide--it refers one to icm/server_port_0 in c:\usr\SAP\CEx\SYS\profile\CEx_Jxx_<hostname>, but there are no icm/server_port statements in that file, except for the icm/server_port04 statement we added to turn on HTTPS. So, where is this specified?
    Also, is it possible to have behavior similar to Websphere such that if you enter your application URL using http it's automatically rerouted to the same URL with https?
    Thanks,
    William

    Hi William,
    the default port configuration that is delivered is described on the help portal: [http://help.sap.com/saphelp_nwce10/helpdata/en/44/f71aede38e2462e10000000a1553f7/frameset.htm]
    The default configuration entries are not specified in the profile, but are defined internally. The default configuration in the profile would look as follows:
    icm/server_port_0 = PROT=HTTP, PORT=5$(SAPSYSTEM)00, TIMEOUT=600
    icm/server_port_1 = PROT=P4, PORT=5$(SAPSYSTEM)04
    icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07
    icm/server_port_3 = PROT=TELNET, PORT=5$(SAPSYSTEM)08
    If you want to change the port configuration, you should add these 4 lines to the profile and do the modifications there.
    e.g.
    icm/server_port_0 = PROT=HTTPS, PORT=1443, TIMEOUT=600
    icm/server_port_1 = PROT=P4, PORT=5$(SAPSYSTEM)04
    icm/server_port_2 = PROT=IIOP, PORT=5$(SAPSYSTEM)07
    icm/server_port_3 = PROT=TELNET, PORT=5$(SAPSYSTEM)08
    Please keep in mind that the numbers of icm/server_port_ parameter have to be unique and that no gaps are allowed in the numbering!
    Regards,
      Oliver
    PS: The HTTPS port is per default not configured. So if you haved managed to set up an HTTPS port you must have changed the configuration already. I am wondering how?

  • How to disable query-string evaluation in OSB proxy service?

    OSB 10.3 proxy service evaluates the query String ?WSDL (are there more such parameters?). Usually the assigned WSDL will be returned this way.
    I want to use OSB as simple HTTP-proxy. There is no WSDL assigned. The proxy service should simply pass all parameters to the request pipeline. This works fine for parameters in general but not for WSDL. This produces the exception below.
    Does anyone have an idea how to disable this query string evaluation within OSB proxy service?
    Thanks
    Daniel
    <25.11.2009 15:43 Uhr MEZ> <Error> <WliSbTransports> <BEA-381304> <Exception in HttpTransportServlet.service: java.io.IOException: This service is not associated to a wsdl
    java.io.IOException: This service is not associated to a wsdl
    at com.bea.wli.sb.transports.http.ResourceRequestProcessor.securedInvoke(ResourceRequestProcessor.java:108)
    at com.bea.wli.sb.transports.http.ResourceRequestProcessor.process(ResourceRequestProcessor.java:61)
    at com.bea.wli.sb.transports.http.HttpTransportServlet$RequestHelper.handleMetadataRequest(HttpTransportServlet.java:314)
    at com.bea.wli.sb.transports.http.HttpTransportServlet$RequestHelper.service(HttpTransportServlet.java:215)
    at com.bea.wli.sb.transports.http.HttpTransportServlet.service(HttpTransportServlet.java:133)
    at weblogic.servlet.FutureResponseServlet.service(FutureResponseServlet.java:24)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Daniel,
    http://hostServer/contextpath?WSDL is common way of retrieving WSDL for service whcih supports one. The case you are suggesting is if the service does not have any wsdl associated, then it is good practice that caller be notified appropriately which is being done by OSB. OSB is indicating that the service for which we have used ?wsdl has no wsdl associated.
    I guess there is no way we can disable this feature for un-typed OSB services (services which doesn't have wsdl associated). Any reason why would we don't want exception when '?wsdl' is used?
    Manoj

  • How do I create a Https Proxy server

    hi,
    I am writing a Proxy server in java. But my pogram do not support https protocol.Could you please tell me how can I implement a https proxy server.some sample code is more helpful.
    This is very URGENT for me.
    Thanks
    Sujith Varghese

    Hi Varghese,
    Reading the thread I am able to make out u r facing the same problem as I do.
    current scenario#1:
    Machine#1 client (using URLConnection("https://...") ----> Machine#2 (Server https port)
    what I want scenario#2
    Machine#3 client (using URLConnection("https://...") ---> Machine#1 (Proxy for https)----> Machine#2 (Server https port)
    In scenario#1
    - I have a Client machine at Location#1 which can connect to on Location#2
    - I only have SSH connection to machine at Location#1
    now this scenario#2 is what I would like to run so that
    - I am able to connect to mc#2 at loc#2 from a machine at loc#3 with mc#3
    - effectively starting a https proxy at location number mc#1 at loc#1.
    Hope that clears the problem domain.
    any help will be greatly appreciated.
    regards-
    _Jagsir                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How do I disable http at the AP level with 5508 running 7.4.100.0

                       I have a 5508 with 7.4.100.0, with 76 3602I AP's connected. Each AP responds to an HTTP request, asking for username and password at the AP. How do you disable this, and not disable https:// at the WLC?
    This is the IP of the AP, not the controller. I only want to allow SSH to the AP's, for diagnostic support when neccesary.
    I have other 5508's running 7.0.98.0, 7.0.240.0, and 7.3.116.0, and they do not do this.

    This issue is:
    CSCuf66202    HTTP port 80 open on Access Points when controller is 7.4.100.0
    To be fixed in the 7.4 MR1 release, due out this summer.
    In general, lightweight APs are not supposed to have TCP port 80 open, unless they are operating in OEAP mode.
    As far as manually configuring "no ip http server" on the AP - this does not survive a reboot.  TAC has asked for a general purpose way to configure lightweight APs:
    CSCsy17873    support general purpose method of configuring APs
    This has not been committed ... if people in the field think this would be useful, please communicate that to your friendly neighborhood Cisco sales team.
    Cheers,
    Aaron

  • [SOLVED] How cat I make an http proxy from ssh?

    Hi.
    I can tunnel to ssh server using this:
    ssh -N -D $myport $user@$serverip
    It's working good. I tunneled to the server.
    But I have a problem!
    the created proxy is a Socks v5 proxy. I want to create a http proxy how can i do it?
    Thanks! I waiting for your answers...
    Last edited by ojZim (2013-05-26 17:55:36)

    Gusar wrote:
    You can't. What you can do is run a local http proxy that uses the ssh-created Socks5 as parent. Example config for polipo:
    daemonise=true
    proxyAddress=127.0.0.1
    proxyName=localhost
    allowedClients=127.0.0.1
    socksParentProxy=localhost:7777
    socksProxyType=socks5
    7777 is an example, use $myport there. The default polipo port is 8123, meaning apps should be configured to use localhost:8123 as proxy.
    Thanks for your help! It's worked very good and my problem is solved.
    For installing and configuration polipo, other users can read this:
    https://wiki.archlinux.org/index.php/Polipo
    Last edited by ojZim (2013-05-26 17:56:39)

Maybe you are looking for

  • Upgrade Win XP Bootcamp partition to Win7?

    I read the docs that says you cannot upgrade XP directly to Win 7 as it requires a 'clean install' from an external CD. I have someone on ebay who purports to be selling me an upgrade CD that will do this "The Win7 upgrade I'm selling will allow you

  • Recording video in Director

    Hi, since Penworks.com has gone belly up, and hence it's xtras like dvcap.xtra too, is there any way to record video in Director? I need to be able to record video, save it to disk, and afterwards have someone view the videos, edit them (just change

  • WPA security with both time capsule and airport express not working together

    I want to set WPA security on my time capsule so that my teenager can not access wireless with out permission but when I add a security key my airport express disappears from list. I have tried setting a password then the time capsule restarts and wh

  • Event at table change

    IHi experts, Is it possible to define a event to be executed qhen a Z table row is changed (DATABASE)??? I want this event to execute a program. Thanks a lost, Artur.

  • Font menu/rich text!

    I absolutely LOVE my Mac, save for one thing. I cant do Ebay listings because no font menu comes up (to make text bigger/smaller/bold/italic etc) so I cant change the text around. Also theres no html tab like there is on my PC, so I cant add in my ow