Re: Disable HTTP access to Weblogic 6.0

Appears to be: http://e-docs.bea.com/wls/docs60///////config_xml/properties.html
On 20 Jul 2001 08:35:38 -0800, "Florian Kirchhoff" <[email protected]> wrote:
>
Is this possible in Weblogic 6.0?
"Don Dwoske" <[email protected]> wrote:
It looks like you've got a couple of different things going on
here.
If you want to disable http, do this in the WL properties file:
weblogic.httpd.enable=false
your getInitialContext should figure out what port your naming
service is on unless you've hardcoded it to be localhost:80, true?
I switch between ports 80 and 7001 all the time without problems.
-Don
"Gagan Bhalla" <[email protected]> wrote:
Hi,
Can someone tell me how do I disable the HTTP access to
Weblogic.
The environment I am running on my dev machine would be
Win2000+
Weblogic 5.1+ SP6. I am redirecting any HTTP request to
the secure
port and that part is working. But I want to be able to
completely
disable any HTTP requests all together. Is there a way
to do this.
In the weblogic.properties file, if I change the weblogic.system.listenPort
property to point to anything other than port 80, it gives
me errors
on the WLInitialContext. What else do I need to change
in this
so that I can listen on a port other than 80?
Thanks for your help,
Gagan
javax.naming.CommunicationException. Root exception is
java.net.ConnectException: No server found at T3://localhost:80
at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java,
Compiled Code)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java,
Compiled Code)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java,
Compiled Code)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:148)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:123)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:671)

I Need to keep HTTP session alive.
But i need to block trace method or say get method.
Any clue how can we do that.
thanks

Similar Messages

  • Disable HTTP Methods from Weblogic 8.1 SP6

    Hi... I want to disable some HTTP Methods (such as DELETE, PUT, TRACE) from my Weblogic. I have a lot of deployed applications and I want to avoid request to dev team edit each web.xml file. Is there any way to disable them at weblogic level? Thanks in advance

    Nodemanager listens over SSL in WLS 8.1 SP6, you cant change it to listen over plain.
    Its possible only in later versions.
    Make the Nodemanger run over SSL.
    You might find this blog useful.
    http://secure-zone.blogspot.com/2010/03/ssl-exceptions-in-admin-server-and-node.html
    HTH,
    Faisal

  • Disable http access to report server

    Hello,
    I am using sql reporting services 2008.
    I use report viewer control (inside aspx page).
    i.e www.mydomain.com/report1.aspx (inside the code contains report1.rdl). 
    That's the only way I want users to access any report.
    Currently, I can still surf into http://www.mydomain.com/reportserver, type credentials and view reports.
    I want to disable it totally so that if I try to browse into http://www.mydomain.com/reportserver I will get 404 or 401.
    How can I do that?
    Thank you

    Open "Reporting Services Configuration Manager", go to tab "Report Manager URL", click on "Advanced" and remove the port to listen on; or use a "non-Default" port different to 80
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Disable to access http PUT method in sun application server

    how to disable to access http PUT method in sun application server. please help me.......

    You're probably better off asking this in a forum specifically about that server.
    Though as I recall, PUT is disabled by default in SunOne. But that was a while ago so maybe I've forgotten or things have changed.
    Have you actually tried doing a PUT to the server to see what happens?

  • Weblogic HTTP access extended log

    Hi all
    I need to analyze response time of HTTP requests in weblogic app server.
    Please someone answer my question given below.
    In the Weblogic HTTP extended log, does the taken-time takes in account the Network time?
    Thanks in advance.
    Edited by: SK_85 on Nov 26, 2012 11:11 AM
    Edited by: SK_85 on Nov 26, 2012 11:27 AM

    Not at the moment. We are working on adding a property in an upcoming
    release.
    This is documented at:
    http://www.weblogic.com/docs51/adminhelp/AdminPropertyHelp.html
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Sean Scott <[email protected]> wrote in message
    news:8fhpl1$50t$[email protected]..
    Is there a property to set the max size of the http access.log file?

  • 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)

  • Providing developers with access to WebLogic logs

    Hi all,
    I keep getting asked by developers for access to WebLogic logs in restricted test environments. But due to security policies, I can't just create an account for them. In one of my previous roles we just gave developers access to a WeLogic monitor account (read-only), but I find the WebLogic admin console is not user friendly for viewing logs.
    To overcome this, I created a really simple WebLogic app that lets the developers access all logs files on the managed servers.
    I've blogged a quick how-to here for anyone interested in doing the same: [http://connectionserver.blogspot.com/2009/05/listing-directories-simple-weblogic.html|http://connectionserver.blogspot.com/2009/05/listing-directories-simple-weblogic.html]
    Hope it helps someone :)
    P.S. Perhaps someone could modify it to restrict access to certain roles.
    -Mr Jones.

    You may run into incompatible class versions issue. Basically you have altogehter 2 different JVMs. One for EJBs (utility framework as you defiined using 1.3). Another JVM is weblogic server using JDK 1.6 where you have Client to remotely access those EJBs methods. Going back, when you generate the client stubs and skeletons, and refer them on your client side, did you ran into any issues like with incompatible class versions.
    Goud

  • Can T3Client access the WebLogic Server Workspace.

    Hi,
    a couple of questions ....
    Can the T3Client access the Weblogic Server Workspace ???
    If so,how ???
    The reason for this that I want to get access to the Weblogic Server Cache.
    Is there any other way of getting access to the WebLogic Server Cache ???
    Kindly let me know if you find the answer.
    Thanks & regards,
    Karan.

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    http://support.apple.com/kb/ts1814
    -Griff W.

  • Provide developer a username and password to access the weblogic

    Hi,
    we have a weblogic server with a domain name soa_domain and a managed server instance name soa_server1.
    we have 5 developer working. Our aim is to give each developer a username and password to access the weblogic for developing and deploying the applications so that they will not be able to access or tamper other developers work.
    how to accomplish this in weblogic 11g
    Thanks in Advance
    user3560574

    GO to Security Realms > myrealm > Users n Groups > Create a new user (say 'developer') > Click on 'developer' user > Click on Groups > Make it a member of the groups you want your developer to be depending on what kind of previledges you want to give them.
    -Faisal
    http://www.weblogic-wonders.com

  • 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

  • How do you disable remote access for mac routers

    how do you disable remote access for mac routers

    Hi, I'd never buy an Apple router again, but see if reverse thinking works here....
    https://discussions.apple.com/thread/3926392?tstart=0

  • HT5509 How can I disable guided access without a password on my iphone

    How can I disable guided access without a password on my iphone? Please help. I can't use Find My Iphone and touch screen.

    See: http://support.apple.com/kb/HT5018
    The easiest way is to connect the phone to your computer, click on its name, and click the "Configure Accessibility..." button on the Summary screen.

  • Data access from weblogic

    Hi,trying to figure out the most optimum of data access from weblogic. We initially used to do a preparestatement and then execute inside the dopost method of the servlets, but this causes the statement to be parsed everytime. To avoid this we decided to prepare the statements once in the init method of the servlets and do only an execute inside the dopost, but this causes the data in the resutl set objects to be mixed up if two or more users simultaneously accessed the same servlet(resutlsets are not thread safe??). To resolve this problem we did the executes inside a synchronized block but this is not very good for performance.So what is the best way?RgdsHarish

    Make sure you declare your resultset locally.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Harish" <[email protected]> wrote in message
    news:3acccc04$[email protected]..
    Hi,trying to figure out the most optimum of data access from weblogic. Weinitially used to do a preparestatement and then execute inside the dopost
    method of the servlets, but this causes the statement to be parsed
    everytime. To avoid this we decided to prepare the statements once in the
    init method of the servlets and do only an execute inside the dopost, but
    this causes the data in the resutl set objects to be mixed up if two or more
    users simultaneously accessed the same servlet(resutlsets are not thread
    safe??). To resolve this problem we did the executes inside a synchronized
    block but this is not very good for performance.So what is the best
    way?RgdsHarish

  • AP521 HTTP access

    I am using 3 AP but I can not access to all AP AIR-LAP521G-E-K9 via HTTP.Do I need some configration to use HTTP access?
    However I can edit some configration from WLC526.

    yes, but I could not find that configration
    (Cisco Controller) >?
    clear Clear selected configuration elements.
    config Configure switch options and settings.
    debug Manages system debug options.
    help Help
    linktest Perform a link test to a specified MAC address.
    logout Exit this session. Any unsaved changes are lost.
    ping Send ICMP echo packets to a specified IP address.
    mping Send Mobility echo packets to a specified mobility peer IP address.
    eping Send Ethernet-over-IP echo packets to a specified mobility peer IP address.
    reset Reset options.
    save Save switch configurations.
    show Display switch options and settings.
    test Test trigger commands
    (Cisco Controller) >config ?
    advanced Advanced Configuration.
    (Cisco Controller) >config advanced ?
    802.11a 802.11a parameters.
    802.11b 802.11b parameters.
    client-handoff Auto handoff the clients on excessive retires.
    dot11-padding Configure over-the-air frame padding
    eap EAP (Extensible Authentication Protocol) Settings
    macfiltering Configure advanced macfilter settings.
    max-1x-sessions Maximum 802.1x session initiation per AP at a time.
    probe-limit Limit number of probes sent to switch per AP slot per client in a given interval.
    rate Enable/Disable switch control path rate limiting.
    statistics Enable/Disable switch port statistics.
    timers Configures system timers.

  • HTTP Access time

    Hi,
    I have a HTTP monitor that calculates HTTP access time, ie the time between SYN (send by client) and HTTP 200 OK (recieved by client from server). The value calculated by the HttpMonitor class differs from what's shown in Ethereal. On low responsetimes, it takes ~140ms from creating the new socket() in JAVA til the outgoing packet (SYN) is cacptured in Ethereal. Note that the measuring are started after the new Socket() method. Is it the native connection "socketConnect" thats slow or is there some buffering going on somewhere?
    Also, if the recieved datapacket is rather small (say 300byte) , Ethereal and my JAVA class gets the HTTP 200 OK at the same time (differs by some millisec), but if the packet is like 1514byte Ethereal recieves the HTTP 200 OK like 50ms before my java class, even though I change the buffersize to 300byte.
    CODE TO SEND SYN:
    InetAddress[] addr_list = InetAddress.getAllByName(actual_host);
    for (int idx = 0; idx < addr_list.length; idx++) {
    try {
    if (LocalAddr == null) sock = new Socket(addr_list[idx], actual_port);
    else sock = new Socket(addr_list[idx], actual_port, LocalAddr, LocalPort);
    break; // success
    } catch (SocketException se) {
    if (idx == addr_list.length - 1) throw se; // we tried them all
    httpSocketsCreatedTime = System.currentTimeMillis();
    CODE TO RECIEVE HTTP 200 OK:
    //using an instace to BufferedInputStream below we use the method read(...) in order to get the stream
    //ie. first we read 7 bytes to determine the reponse code. (ie. HTTP 200 OK). len = 7, off = 0
    BufferedInputStream stream = ....;
    int rcvd = stream.read(b, off, len);
    httpAccessTime = System.currentTimeMillis();
    class BufferedInputStream extends FilterInputStream {
    private byte[] buffer = new byte[300]; //Normally I have the buffer set to 2000
    public int read(byte[] buf, int off, int len) throws IOException {
    int got = in.read(buffer, pos, buffer.length - pos); // InputStream in
    Basically there is nothing special with the code above...
    Thanks in advance
    Martin

    Hmm, any change if you disable Nagle by socket.setTcpNoDelay(true)?

Maybe you are looking for

  • How to display HTML file  (on server path) to ADF jspx page ?

    Hi Team, We have a requirement to display HTML content which is in tabular format on a page. This page is jspx page based on page template and this html has to be shown on a radio button select. I am trying to do this with Jquery but since the id of

  • After I downloaded Morzilla and opened it, an aol page with all kinds of junk appeared

    New computer. I downloaded the latest Morzilla Firefox browser software. When I clicked on the icon an aol page was there with all kinds of junk...not the morzella-google page. No morzilla toolbar, no bookmark capability. Just aol ads. I am already a

  • ASA Iphone, Ipad VPN client pre-shared key (PSK) special characters bug

    I ran into this in a deployment of IPSec clients with apple ipad and iphone native vpn client. Here are details: Cisco ASA 8.2.5 OS Ipad, running 5.0.1 Iphone i4S, running OS 5.0.1 Special characters make your pre-shared key more secure, so i used a

  • Ipod faills to sync the second time.

    Hi there! To begin with: i'm sorry for my language mistakes! Here's my problem: i have an ipod second generation and i have the updated version of itunes. Yesterday, i connected my ipod to my windows xp and it synchronised. Nothing wrong. But then i

  • Disabled JButtons without grayed-out images

    Hello, I have a disabled button, and when I put an image in it, the image is grayed out. Is there anyway I can have the image remain as normal instead of becoming grayed-out? Thanks in advance. Troy