Make XSQLConfigManager public

I am trying to develop my own XSQLConnectionManager so that I can take connection from the application server's context. XSQLConfigManager is the class which parses the XSQLConfig.xml and stores as a singleton instance. If this calss made public then there won't be any need to write logic for parsing and loading the XSQLConfig.xml again.
Any ideas or comments on this

The wiki isn't much more than any other website running on your server. If the public internet can get to your server (e.g. you've setup port forwarding on your router to forward port 80 connections to your server), then external users can get to your wiki.
Are you saying you've done that and it's not working? Or have you not got that far yet?

Similar Messages

  • How to create website on iweb and make it public, and tell me how to put a password on it.

    Hi, can you tell me how to create website on iweb and make it public, and tell me how to put a password on it, thanks.

    Find a webhosting company :
    http://www.google.jo/search?q=webhosting+jordan
    They will provide the instructions how to password protect a directory (=folder)?
    Until you find one, you can practice on your own computer :
    http://www.wyodor.net/Tutorials/iWebDemo/sFTP.html
    Here's a some tutorials :
    http://www.apple.com/findouthow/web/

  • How To Make A Public Page Parameter (similar to session)

    Hi, I'm new to Oracle Portal
    I wonder how to make a public parameter that can be accessed from any page (similar to session).
    So the portlets can use the public parameter.
    Case:
    when user logged in, I pass the employee_ID to the session.
    Portal pages, which contains employee portlet, and some other portlet depends on employee_ID.
    So I think, may be there's a way to set the parameter for once, but the value is accessible until the user log off.
    Any suggestion or help?
    Thx before,
    Chris

    Let me explain the problem once again:
    Page 1 Portlet 1 contains employee table
    ID, Name, Address
    When I click the employee ID (using event), it will be pass the value to page parameter EMPID
    And i want this EMPID can be accessed by
    Portlet 2 - Showing sales report
    Portlet 3 - Showing report
    Portlet 4 - Showing chart
    Portlet 5
    and so on
    Portlet 2, 3 4, 5, and so on is using EMPID as the parameter too,
    but these portlets are located in different page
    Portlet 2 is in page 2
    Portlet 3 is in page 3
    Portlet 4 is in page 4
    Portlet 5 is in page 5
    and so on
    First I think about using Package wwpro_api_parameters
    but after read further, this package can get and retrieve only
    I wonder can this (public page parameter) be done by using default Oracle Portal Tools / API, or I should do some java coding, or something else?
    Please help me...
    Thanx before,
    Chris

  • Creative Cloud - make files public doesn't work

    I can't make my files public in creative cloud (online folder). I only get the message the file is private and I should contact the support with questions.
    Anyone know how I can make the file public and get the link?
    Thanks, Daniel

    What is the value of umask set for the oracle user? It should be set to 022. If you change this, be sure to restart the listener.

  • How to make page public / non public with api

    I need to turn some pages to be public or non-public (the same as the tick box on the access page) using plsql. But the API's wwsec_api.set_user_acl or wwsec_api.set_group_acl do not seem to work for public. How can I a page public or non public using plsql.

    supported solution for doing this is using wwsbr_api.modify_folder(p_page => p_page);
    (from version 10.1.4)
    you should have something like this
    SELECT *
    INTO r_page
    FROM wwv_user_corners
    WHERE siteid = p_pgrid
    AND id = p_pageID
    AND language = p_portal_lang;
    r_page.ispublic := 1;
    wwsbr_api.modify_folder(p_page => p_page);

  • How do i make my public ip static?

    Hello. I host a server for me and my friends to mplay on. When ever i unplug the router or the power goes out, my ip changes. Is there a way to make my ip stay the same so i dont have to tell my friends the new one? Thanks.

    Call Comcast and ask for a static IP address. They will be happy to provide one for $19.95/month, or a block of 5 addresses for $24.95/month.  

  • How to make MIME obj public Urgent !

    Hi,
    I am working on a bsp with an html MIME object with controls_ie6.css and controls_nn6.css objects. I want to make them public because of firewall issues.
    I currently have the following code and i am not able to lunch the page properly.
    <htmlb:content design="DESIGN2002" themeRoot = "/sap/bc/bsp/sap/proj/">
    <htmlb:page >
    <htmlb:form id="inputcustomer" method="post"  >
    but when i removed "themeRoot = "/sap/bc/bsp/sap/proj/"" the works perfectly.
    I suspect that i have to set the mime object publicly but i am not aware on how this is done.
    Can anyone give me steps on creating a public mime object and what changes do i need to make in SICF ?
    really URGENT request.
    thanks in advance
    Ryan

    Hi,
    There are two options:
    1. Using a Default User for BSP Applications:  http://help.sap.com/saphelp_nw2004s/helpdata/en/02/4b52922a8d11d5991f00508b6b8b11/frameset.htm
    and http://help.sap.com/saphelp_nw2004s/helpdata/en/02/4b52952a8d11d5991f00508b6b8b11/frameset.htm
    2. a public mimes URL:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/20/57584cb1e84b1f97b148c8b23c7318/frameset.htm
    and
    http://help.sap.com/saphelp_nw2004s/helpdata/en/46/bb183eab4811d4968100a0c94260a5/frameset.htm
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • How can I change the sites homepage 365 and then make the changes public?

    Hi is there any way I can change the look of the sites homepage and make it public so anyone who logs in see's the additoinal webparts etc.
    it seems I can only create a personal view of the sites page which is slightly annoying as I would like to add a few announcements for users on the Intranet who go to the sites page.

    I created a link to the sites page as shown in the image above.
    but I noticed the link goes like this:
    https://mydomain.my.sharepoint.com/personal/ausername/Social/Sites.aspx
    how can I link to the sites page without having to link to a particular user? what would be the link for that so when it goes to the sites page it goes to the sites page for that particular person?
    thanks

  • When can I make instance variables public?

    I noticed that some of the in-built Java classes have public instance variables, for example in Rectangle the variables x, y, width and height are all directly accessible from outside. When is it okay to make public instance variables? Is it when they are primitive types? I thought maybe it is when they are final variables - but that can't be the case because you can directly modify the Rectangle's public instance variables.
    I've always used getter and setter methods in my objects because I was told "making instance variables public is bad". But obviously this isn't necessarily the case (unless the guys at Java are bad programmers). I think directly accessing the instance variables makes for much neater and more readable code. Is there any convention or best-practise guidelines on when I can or can not make them public?
    P.S. I also just "don't get" why you can't make them public if you're just going to provide a getter and setter method anyway... what's the difference? I suppose the theory is that the setter method should do some checking to make sure the input is valid. But what if the setter method just accepts -anything- of the appropriate type (accepts any Rectangle, for example)? What's the use of hiding the instance variables?
    teach me.
    Thanks. ;-)

    For the most part, it is true that making instance member variables other than private is not a good idea. This concept, known in OO circles as "information hiding", typically allows the greatest flexibility in internal implementation of a class, since you can change the internal structure of the class without affecting the clients that use the class.
    Let me add that Sun's programmers are a team, and teams have members of differing capabilities.
    It is also true that there may be cases where exposing instance variables is unlikely to cause problems. Simple classes, or very stable classes that will not change are some examples, but not all.
    Following a guideline blindly is not a good idea either. You need to evaluate each instance in which you decide you might want to deviate from "good programming practices". Still, best practices are best practices for a reason. It is best to understand them, and then decide if you can violate them.
    For my own part, I don't think it is "neater" to expose such variables, and I have personally had to deal with situations where a change in a class's internal structure was extremely painful because the original developer chose to make all his instance variables public.
    {?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Make a document public?

    I'd like to publish some documents for my students to view
    them online (without making them create a BW account) - like Google
    Docs does. Is this possible?

    You could save the document as PDF to your SHARE account and
    then make it public. As long as your students have Flash player
    installed they will be able to read through the document without
    logging into Acrobat.com. For them to access it directly through
    Buzzword and have the ability to make comments and markups on the
    document, they would need Acrobat.com accounts.

  • How can I share my calendars (presently on shared on iCloud) with the public (non iCloud users)?

    I have just upgraded to 10.9 OS and shared my calendars with iCloud. I would like to make them public and get a url that so non iCloud users can see them. When I click on the "public" calendar checkbox and email the link I am given, I try to test it and it is not an "https://" address, but a "webcal://" which just reopens iCal and asks me if I want to subscribe.
    Please let me know what I can do to get this to work.
    I am hoping that iCal has not changed and is no longer available for public sharing.

    Hi Norm,
    I sent this invite to my gmail account as a test, both as a public shared view only and editable calendar and received the same message in  both cases. As you can see the email states that I need to be an icloud member.
    What is the next step to fix this?

  • HT4890 Shared photoStream not working for public share

    Shared photoStream not working for public share and keep showing the same url for the first shared stream i have published. this means everytime i try to share to anyone else not using an iphone it comes up with page not found. I have also notice the in first initial public url which was given is the same url keeps showing up everytime i try to make it public. how do i reset or change that url so other public share stream will work. how do i get this to work

    I've read some posts from users with a similar problem who were able to fix this by changing the download folder (or just click Change next to Download Folder, then click cancel).  Not sure if this will work for you but thought I would pass it along.

  • Best practice regarding package-private or public classes

    Hello,
    If I was, for example, developing a library that client code would use and rely on, then I can see how I would design the library as a "module" contained in its own package,
    and I would certainly want to think carefully about what classes to expose to outside packages (using "public" as the class access modifier), as such classes would represent the
    exposed API. Any classes that are not part of the API would be made package-private (no access modifier). The package in which my library resides would thereby create an
    additional layer of encapsulation.
    However, thus far I've only developed small applications that reside in their own packages. There does not exist any "client code" in other packages that relies on the code I've
    written. In such a case, what is the best practice when I choose to make my classes public or package-private? Is it relevant?
    Thanks in advance!

    Jujubi wrote:
    ...However, thus far I've only developed small applications that reside in their own packages. There does not exist any "client code" in other packages that relies on the code I've
    written. In such a case, what is the best practice when I choose to make my classes public or package-private? Is it relevant?I've always gone by this rule of thumb: Do I want others using or is it appropriate for others to use my methodes. Are my methods "pure" and not containing package speicific coding. Can I guarentee that everything will be initialized correctly if the package is included in other projects.
    Basically--If I can be sure that the code will do what it is supposed to do and I've not "corrupted" the obvious meaning of the method, then I usually make it public--otherwise, the outside world, other packages, does not need to see it.

  • Report portlet not shown in public page

    Hello,
    I created a sql based report in a database provider and published it as a portlet. I'd like to place the portlet in a public page so that users don't have to login to see the report content. However, when I tried to do so, the report content can only be seen by users who have logged in and belong to the groups which are granted view privilege. In the "Grant Access" tab of the report, there is no place to make it public accessible as in page access control. I under stand that I can grant view privilege to all users so that they can see the report content, but they still need to login. Is there a way to make the report be viewed without user login?
    Thanks.
    Yaxu

    Ok I figured out that I need to grant "execute" privilege to PUBLIC user.

  • Problem with local class, static private attribute and public method

    Hello SDN,
    Consider the following situation:
    1) I have defined a LOCAL class airplane.
    2) This class has a private static attribute "type table of ref to" airplane (array of airplanes)
    3) A public method should return the private static table attribute
    Problems:
    a) The table cannot be given as an EXPORTING parameter in the method because TYPE TABLE OF... is not supported and I get syntax errors. I also cannot define a dictionary table type because it is a local class.
    b) The table cannot be given as a TABLES parameter in the method because TABLES is not supported in the OO context.
    c) The table cannot be given as an EXPORTING parameter in the method defined as LIKE myStaticAttribute because my method is PUBLIC and my attribute is PRIVATE. ABAP syntax requires that all PUBLIC statements are defined before PRIVATE ones, therefore it cannot find the attribute to reference to with LIKE.
    I see only 2 solutions:
    a) Never ever use local classes and always use global classes so that I might define a dictionary table type of my class which I can then use in my class.
    b) Make the attribute public, but this goes against OO principles, and isn't really an option.
    Am I missing anything here, or is this simply overlooked so far?

    Hello Niels
    Since your class is local and, thus, only know to the "surrounding" application is does not really make sense to make it public to any other application.
    However, if you require to store instances of your local classes in internal tables simply use the most generic reference type possible, i.e. <b>OBJECT</b>.
    The following sample report shows how to do that. Furthermore, I believe it also shows that there are <u><b>no </b></u>serious inconsistency in the ABAP language.
    *& Report  ZUS_SDN_LOCAL_CLASS
    REPORT  zus_sdn_local_class.
    " NOTE: SWF_UTL_OBJECT_TAB is a table type having reference type OBJECT
    *       CLASS lcl_airplane DEFINITION
    CLASS lcl_airplane DEFINITION.
      PUBLIC SECTION.
        DATA:    md_counter(3)             TYPE n.
        METHODS: constructor,
                 get_instances
                   RETURNING
                     value(rt_instances)   TYPE swf_utl_object_tab.
      PRIVATE SECTION.
        CLASS-DATA: mt_instances    TYPE swf_utl_object_tab.
    ENDCLASS.                    "lcl_airplane DEFINITION
    *       CLASS lcl_airplane IMPLEMENTATION
    CLASS lcl_airplane IMPLEMENTATION.
      METHOD constructor.
        APPEND me TO mt_instances.
        DESCRIBE TABLE mt_instances.
        md_counter = syst-tfill.
      ENDMETHOD.                    "constructor
      METHOD get_instances.
        rt_instances = mt_instances.
      ENDMETHOD.                    "get_instance
    ENDCLASS.                    "lcl_airplane IMPLEMENTATION
    DATA:
      gt_instances      TYPE swf_utl_object_tab,
      go_object         TYPE REF TO object,
      go_airplane       TYPE REF TO lcl_airplane.
    START-OF-SELECTION.
      " Create a few airplane instance
      DO 5 TIMES.
        CREATE OBJECT go_airplane.
      ENDDO.
      gt_instances = go_airplane->get_instances( ).
      CLEAR: go_airplane.
      LOOP AT gt_instances INTO go_object.
        go_airplane ?= go_object.
        WRITE: / 'Airplane =', go_airplane->md_counter.
      ENDLOOP.
    END-OF-SELECTION.
    Regards
      Uwe<u></u>

Maybe you are looking for

  • Not able to connect N82 to pc in data transfer mod...

    I am not able to connect N82 in data transfer mode( other modes are working fine) though i installed latest connectivity cable driver for N82. It says that it could not find any suitable driver(after search cd provided and online). My current firmwar

  • Which wireless mouse is compatible with my 2007 MacBook?

    Which wireless mouse is compatible with my 2007 MacBook?

  • Custom fields against SFC and standard ME reports

    Hello All, We are using Custom fields against SFC to store additional informations in the system. It's done through XML message "Quick complete". I know it's working and that the data are well created in the custom_fields table, but I don't find any

  • Keyboard Layout USA, Language Spanish

    Good Day, I'm running NLD9 in my notebook, i chose language spanish and keyboard layout USA. I need special characters as , ; typically at windows environment i choose USA International, how to do this with NLD9? Thanks for your time, Regards, Ing. J

  • Keychain wont save passwords

    keychain repeatedly makes me enter a password when i open Mail, even after i repeteadly check to "Remember this password in my Keychain" it has happpened in other apps too, such as Adium