Testing the HTML or PEARL from SUNONE webserver

Hi,
I have installed sunone webserver6.1 in windows NT.I am new to this.i would to like to run one simple html page or Simple pearl script.i want to know where to copy the files and how to run that .how to acces that html using URL like Http://machine:port/sam.html. please help me to work on this

I have got the following error:
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[search]: Starting completed
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Starting
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Processing start(), current available=false
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Configuring default Resources
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Processing standard container startup
[26/Mar/2008:07:34:32] finer ( 7220): WebappLoader[]: WEB3106: Deploying class repositories to work directory C:\Sun\WebServer6.1\https-amrndhw372.amer.pfizer.com\ClassCache\https-amrndhw372.amer.pfizer.com\default-webapp
[26/Mar/2008:07:34:32] finer ( 7220): StandardManager[]: WEB3421: Seeding random number generator class java.security.SecureRandom
[26/Mar/2008:07:34:32] finer ( 7220): StandardManager[]: WEB3417: Seeding of random number generator has been completed
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: WEB3539: ContextConfig: Processing START
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: WEB3523: Missing application web.xml, using defaults only
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: Scanning web.xml tag libraries
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: Scanning library JAR files
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: Pipeline Configuration:
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: org.apache.catalina.core.StandardContextValve/1.0
[26/Mar/2008:07:34:32] finer ( 7220): ContextConfig[]: ======================
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Configuring application event listeners
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Sending application start events
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Starting filters
[26/Mar/2008:07:34:32] finer ( 7220): WebModule[]: Posting standard context attributes
[26/Mar/2008:07:34:32] finer ( 7220): StandardWrapper[:invoker]: WEB2770: Loading container servlet invoker
[26/Mar/2008:07:34:32] info ( 7220): WEB2798: [] ServletContext.log(): WEB3946: Parent class loader is: WebappClassLoader
available:
delegate: false
repositories:
required:
----------> Parent Classloader:
sun.misc.Launcher$AppClassLoader@b179c3

Similar Messages

  • How to get the HTML Source code from the active browser ?

    Hi All,
    I need to get the HTML Source code from the active browser (IE). I tried with the below code, but I am not able to get the Source code all the time, with respect to the different applications (http or https) and the user authentication has to be changes in few applications (_I dont know or not able to given that in the below code_). More over there is also a dependence of the URL to get the HTML Source code.
    Therefore what I feel is getting the HTML Source code from the given or active browser will be consistent than the URL. Since the Source code is available in the browser (IE) . Please help me with a sample code to achieve this . . . !
    HTMLDocument doc=(HTMLDocument) kit.createDefaultDocument();
    doc.putProperty("IgnoreCharsetDirective", Boolean.TRUE);
    URL url = new URL(strURL);
    Reader HTMLReader = new InputStreamReader(url.openConnection().getInputStream());
    kit.read(HTMLReader, doc, 0);Thanks in advance,
    Regards,
    Jothi Venkatachalam
    Edited by: j0o on May 7, 2009 3:11 AM

    The simple answer is: you don't.
    Not only is it simply not possible, but the entire concept of "the active browser" doesn't exist.
    You were on the right track with your code to retrieve the page directly from the server, but as you noticed that code will only work for regular http connections.
    For https and other protocols you will need to use appropriate libraries for each protocol. Something like Apache Commons can help you with that. There are networking libraries in there for a lot of commonly used protocols.

  • How to take away the html file name from the view in address bar

    Hi!
    Wen I visit the pages of a site made with muse I see this in the browser address field
    cinomiller.com/index.html
    cinomiller.com/cv.html
    cinomiller.com/contact.html
    (and so forth)
    I would rather just have
    cinomiller.com
    cinomiller.com/cv
    cinomiller.com/contact
    (and so on)
    How is it done?
    Thanks!

    Hello Alejandro,
    Unfortunately there is no option in Muse to remove the .html extension from the pages. However, if you site is hosted on Business Catalyst, you have the option to edit the URL of the page and remove the .html from it.
    But, if your site is hosted somewhere other than Business Catalyst, you would need to contact your hosting provider to help you out to remove the extension from the URL of the pages.
    Hope this information helps.
    Regards,
    Rajan

  • How can I test the log in state from in side the Operator Interface code.

    From inside LabVIEW Full OI, I want to test if the operator logged in after the IApplicationMgr Start.
    Right after the IApplicationMgr ‘Start’ I have a loop that tests the IApplicationMgr ‘LoginLogoutRunning’ state and waits until the LoginLogout call back is done.
    I want to exit if the program if operator canceled the login and did not log in.
    I have tried “GetEngine” ref. From there get the “CurrentUser” ref but seems not to contain any information about the Current User.
    How can I test from my Operator Interface code logged in state of the application?
    Thanks
    Jim D.

    Try Engine.CurrentUserHasPrivilege
    For the string parameter 'privilegeName' enter Priv_UserLoggedIn or the string value "*".
    "Priv_UserLoggedIn–(Value: "*") Use this value with the Engine.CurrentUserHasPrivilege method to determine whether a user is logged in."
    Option 2: You could also setup a callback on application manager for UserChanged Event.  If the User is null then the login was canceled.  (see a copy of the help further down)
    From the teststand help for Engine.CurrentUserHasPrivilege method below...
    CurrentUserHasPrivilege Method
    Syntax
    Engine.CurrentUserHasPrivilege ( privilegeName)
    Return Value
    Boolean
    True if the current user has the privilege.
    Purpose
    Confirms whether the current user or any user group that the user is a member of has a specific privilege.
    Remarks
    Returns True when the privilege property is True, when the privilege property of any group that contains the privilege is True, or when privilege checking is disabled, StationOptions.EnableUserPrivilegeChecking is False. If privilege checking is disabled but StationOptions.RequireUserLogin is True, this function returns True only if there is a user currently logged on.
    Parameters
    privilegeName As String
    [In] Specifies the name of the privilege to check. You can specify the name of any privilege property. You can specify the full privilege path in the user privileges property tree, for example, Debug.RunSelectedSteps, or you can specify the base privilege name, RunSelectedSteps. If you specify only the base privilege name and more than one instance of the base privilege name exists, then the method returns the value of the first base privilege it finds with that name. Refer to UserPrivileges for more information.
    Teststand callback for UserChanged Event...
    UserChanged Event
    Syntax
    ControlName_UserChanged ( user)
    Applies To
    ApplicationMgr
    Purpose
    Occurs when the current user logged in changes.
    Remarks
    Use this event to update the parts of your user interface that depend on user permissions when the current user logged in changes.
    Parameters
    user As User
    [In] Current user. If this parameter is NULL, there is no user logged in.

  • Using the HTML 5 version from CP6

    Can you send an HTML 5 version of a project directly to someone's mobile device or does it have to be hosted on an LMS?
    We are thinking of sending out an example project to managers and thought we'd send it directly to their company phones.
    Susan

    Hi Susan,
    You can host your content to a WebServer and your managers can view them on their mobile phone if tehy are on same intranet.
    LMS is a convinient option, which would allow your users to have access, anywhere.
    Real below about teh process of hosting it for iPad/Mobile Devices --
    Hosting HTML5 output on web servers for iPad/iPhones
    HTML5 output can be accessed on iPads/iPhones only through web browsers. Upload the entire HTML5 output folder to a web server root folder and make the URL available to your users. Your users can access the URL from their iPad/iPhone and view the content that plays within the web browser.
    Webserver root for IIS: C:\Inetpub\wwwroot\
    Webserver root for Apache: <Apache install folder>\htdocs\
    Accessing HTML5 output from iPads/iPhones
    HTML5 output is supported only on iPads with OS version 5 or later.
    HTML5 output is supported only on the following browsers:
    Internet Explorer 9 or later
    Safari 5.1 or later
    Google Chrome 17 or later
    Type the following URL in one of the above web browsers:
    http://<webserver_hostname>:<port>/<HTML5_outputfolder>/
    For example, if the HTML5 output folder is MyCpProject, the URL will be:
    http://localhost:80/MyCpProject/
    Thanks,Anjaneai

  • How to test the app in iphone from xcode

    Hi ,
    I want to test my developed application in iphone 4s, could you guide me what is the procedure to do it.
    Regards
    Nitin Shete

    See TN 2250 ~ iOS Code Signing Setup, Process & Troubleshooting / Perform Common Tasks

  • Re: Obtaining certs from Sunone webserver

    Hello
    I need certs/key pairs from the front end sune one webservers to be converted into pkcs12 file , as i need to give it to the enterprize hosting webservice for authentication for particular applictaion.weblogic servers are behind webservers , I do not have any idea about the passwords for key.db or cert.db or any sort of password phrase .can any one help me with clear text to convert key.db and cert.db in serverroot/alias/ into pkcs12 file
    Thanks
    All
    Edited by: [email protected] on May 10, 2010 10:37 AM

    This is an excellent link showing the steps to convert the database certificates into PKCS12 format or into PEM format .
    http://support.citrix.com/article/CTX109875
    Let me know if you were successfully able to convert the files or not.
    thanks,
    Sandeep.

  • Problem in Testing the Query Template

    Hi All,
      I created mysql connection in the Dataservers and connection status was successful.we created FixedQuery(Fixed Query is SQLQuery Template type) in the query template editor.when i am trying to test the sql query "select * from emp" it is not displaying any result template.But sql query is working fine we tested in MYSQL server console.
    please do the need ful
    Regards
    Srikanth M

    Hi,
    I written fixed sql query(select * from emp) in the  query tab,When i select the "Test" button one window is opening ,text/html selected  and submited "OK" button .It is not opening any result template in the browser.
    Regards
    Srikanth

  • Disable Pagma and Cache-Control headers in SunOne WebServer 6.1

    Hi,
    I want the [Pragma] and [Cache-Control] headers completely disappear from SunOne WebServer 6.1 JSP responses (like the SunOne WebServer 6.0 SP8, http/1.1 but no [Pragma] and [Cache-Control] headers), can I achieve this?
    Thanks,
    Harry

    Hi Harry
    Do you mean that WebServer 6.0 SP8 provide a way to disable these two attributes? If so, that will be a regression issue for WS6..

  • How to output HTML when called from a browser

    We are trying to replace a small web app with a bpel app so it has to return HTML. I keep getting XML of the HTML as output from this simple app. It doesn't interpret the html. The bpel uses a simple assign that puts an HTML string into the "body" message then passes it to the "reply".
    I have found out how to call this from the browser by changing "orabpel" in the url to "httpbinding" and then adding the "operation" onto the endpoint.
    from: http://server:7777/orabpel/default/ws1/1.0
      to: http://server:7777/httpbinding/default/ws1/processIs it possible to output html back to the browser and have the bpel look like a web page? Setting the mimetype of the output message type to "text/html" seems to have no effect at all.
    Here is my wsdl:
    <?xml version="1.0"?>
    <definitions name="HTTPGetService"
                 targetNamespace="http://services.otn.com"
                 xmlns:tns="http://services.otn.com"
                 xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
                 xmlns="http://schemas.xmlsoap.org/wsdl/"
                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                 xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
                 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
        <message name="HTTPGetServiceRequestMessage">
            <part name="Region" type="xsd:string"/>
            <part name="EffectiveDate" type="xsd:string"/>
            <part name="EndDate" type="xsd:string"/>
            <part name="acc1" type="xsd:string"/>
            <part name="acc2" type="xsd:string"/>
        </message>
        <message name="HTTPGetServiceResponseMessage">
            <part name="body" type="xsd:string"/>
        </message>
        <!-- portType implemented by the HTTPGetService BPEL process -->
        <portType name="HTTPGetService">
            <operation name="process">
                <input message="tns:HTTPGetServiceRequestMessage"/>
                <output message="tns:HTTPGetServiceResponseMessage"/>
            </operation>
        </portType>
        <binding name="HTTPGet" type="tns:HTTPGetService">
            <http:binding verb="GET"/>
            <operation name="process">
                <http:operation location="/process"/>
                <input>
                    <http:urlEncoded/>
                </input>
                <output>
                    <http:urlEncoded/>
                    <mime:content type="text/html" part="body"/>
                </output>
            </operation>
        </binding>

    Hi,
    Open up admin console. Expand "Servers" node to view servers in domain.
    Right click on a server (or select Logging/ General tab) and select "view
    server log".
    Regards,
    Jon

  • CS4 .html files made from .dwt lose all formatting in broswer

    Hello all,
    I've been working to customize a template I found online, then create a site based on that template.  I've got the template visually worked to where I want it.  However, any page that I create using the .dwt file is broken (loses all formatting) when viewed in a browser (Firefox or IE).
    I can't figure out where I've gone wrong.  When it happened the first time I figured I mucked up the template code when I was customizing (very little customizing, really just changing menu item names and adding a contact form).  I started over from the beginning and it is happening again.  All suggestions are appreciated.  Screenshots of the the problem follow.  First is the .html file created from my template in design view in CS4.  Second is the page viewed in IE, all formatting lost.
    Matt

    Some attachments never see the light of day if you use the attachment method.  You really need to use the small camera icon in the top toolbar.
    However, in this case, seeing a picture isn't going to work, people need to see the live page to try and troubleshoot your problem otherwise it's all a guessing game  :-)
    Just a guess here, if you are seeing the page correctly in Dreamweaver, and the formatting seems to disappear when you upload the page, then I can only 'guess' that possibly the stylesheet isn't linked correctly,. or the stylesheet hasn't been uploaded, or something in the page or the stylesheeet is throwing your page out.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Can I customise the HTML code in an eCommerce online purchase web form?

    The Adora template lets me customise the html code but then after saving the form it reverts back to the default. Can anybody tell me if I can customise this form or find where the form placeholder/HTML is located so that I can try and insert the html directly.
    Thanks in advance!

    Hi Brendon. Although the form is a custom web form the actual form you view is under the Registration Buy layout of eCommerce layouts.
    You need to copy the html you edit from the customise web form part of the form and paste it into that Registration Buy Layout too.

  • Change Html Title dynamic from Flash

    Hi,
    I want to change the Title of the Html page dynamically from
    the embedded Flash.
    The Title, that appears on Browser bars etc.
    Could I do this?
    On init I can load the Html source code in with LoadVars, and
    onData (src) change the Title with subString method, but, how then
    could I pass the new value back to the Html page, so the Browser
    Title changes?
    Thank you.
    Luciewong

    Thank you both GWD and Dave for the help.
    I know your code works under normal circumstances, just in my
    case, I can't get it to work.
    Because, on a subsequent Frame, called after the
    ExternalInterface.call,
    I have a getURL(javascript) to change the doc. background
    color.
    Now, either the Title changes or the background color
    changes, but both after each other, can't make it.
    I have tried Ext,CallBack function, so when the Title changes
    and callBack is true, move on, but still then it changes the BG,
    but not the title anymore.
    I must do something wrong with the callBack function?
    Thank you for your help.
    Regards,
    Luciewong

  • View the html source code of an apex page

    Hi everyone,
    I search to how I can view the html source code of an apex page and to be able to modify it. That's why viewing the html source code from the browser when the application is running doesn't arrange me.
    Has anyone an idea how it can this be possible?
    Best regards,

    Khadija Khalfallah wrote:
    Hi everyone,
    I search to how I can view the html source code of an apex page and to be able to modify it. That's why viewing the html source code from the browser when the application is running doesn't arrange me. What do you mean?
    Do you want to be able to pull up the HTML source generated by Apex, modify that copy, and then feed it back into Apex with the chagnes you made? If so you can't. Apex generates the HTML through its tools and you have to modify the generation routines to get different HTML.
    Do you merely want to look at the generated HTML? In Internet Explorer all you have to do is right click on the page and choose View Source to open a window with the HTML source in an editor. I sometimes find it useful to save a page and manually edit the copy to immediately see the effects of certain changes to the underlying HTML and/or Javascript without permanantly making the change in Apex.

  • How to 'Publish' layout or extract the HTML/CSS?

    OK, I created a nice layout, how do I "Publish" it -- i.e. extract the HTML/CSS so I can use it on an actual web site page?  The "Reflow Overview" and other such Adobe "Getting Started" videos don't say and when I looked for such a thing as "Extract" or "Publish" or even "Upload" [ala Flash and/or Dreamweaver), all I found was "Save" and "Save As" which saves the Project as an arcane RFLW file.
    Since I found no other question like this on the Forum, I'm beginning to wonder if I'm missing something obvious!

    There was a recent update to a thread on this:
    How to export Edge Reflow work file to Dreamweaver
    Long story short, it will be easier to export code in the next release of Reflow. Until then you can get the HTML and CSS from the preview folder or you can get just the CSS from the code popover by clicking on the "<>" button on the bottom bar:
    Hope that helps and thanks for using Reflow,
    Chris

Maybe you are looking for