JSP channel for web server

Hi all ,
i am trying to give the access of an web server through portal server ( that web server is on local network & my portal server is on the internet i.e i can access my portal server from Internet )in order to do so i had made following changes.
I had made a jsp provider channel> then i write the following lines in the files and configured that jsp channel with that JSP.
<iframe src="http://192.168.0.10" height=800 width=970 ></iframe>
When i access my portal server from internet, i was unable to access that web server from my portal server, how ever that webserver was accessible from local network through portal, which leads me to the conclusion that my client machine was directly accessing the 192.168.0.10.
My question is can i enable my portal server to take the interface from the webserver i.e 192.168.0.10 and bring it to the client so that i can become independent of accessible of 192.168.0.10
Regards
Adeel

Thanks
It really worked. But it is not displayed properly i.e some pics are missing and more over i cannot login in to that web server. When i enter the username & password it just open and says the page can not be displayed
i have made the following changes in order to accomplish that.
/etc/hosts
192.168.0.10 dummydomain1.com
and this URL i had entered in the channel you had told me.Now whwn i get that interface of web server in front of me through portal it is in bad condition and more over when i try to login to that interface, my client it self try to access that interface i.e URL.However the requirement was to that the portal server should be doing all the work .
regards
Edited by: adeelarifbhatti on Nov 26, 2008 11:56 AM
Edited by: adeelarifbhatti on Nov 26, 2008 12:01 PM

Similar Messages

  • Which folder i have to put my .jsp file for web report?

    for web report(not the paper report) i put my .jsp files in the
    \reports\j2ee\reports_ids\web
    folder
    this is for the DS(Developer Suite)
    i'm trying to move this file to different machine where AS(Application Server)
    is installed.
    but couldn't find above path. where do i have to put .jsp file for
    web report?
    or do i have to modify in the registry? if so, where?
    Thanks

    Hello,
    Take a look to the thread :
    where to add new jsp reports directory location in path
    "...You have to keep jsp files under document root that is OH/j2ee/OC4J_BI_Forms/applications/reports/web directory. You can create sufbolders under this directory and keep jsp files. ..."
    Regards

  • How to run a report jsp on a Web Server

    Hi,
    I've been working as plsql developer for many years, but I'm completely new on Oracle Reports.
    My question is very simple.
    I've tried to create a report by using the Wizard and once finished I see that, if I try to save the report, it's saved as .jsp
    Does this mean that I can simply save my .jsp on a Web Server (for instance Tomcat) and run it on a browser?
    Thanks!

    No, you need the Reports Server (as part of the Application Server or Weblogic, depending on your version).
    I try to save the report, it's saved as .jspThat depends. You can save it as a .rdf file too (so called Paper Layout). I think this option is used more often.

  • Running a JSP on a web server

    Hello,
    I am new in programming. I would like to know how to run a JSP file on a web server. I have created a couple of JSP pages in NetBeeans. Now when I upload that build/web folder to a web server I get just the source code of the file when opening in browser.
    Is there something that needs to be installed on the server? Btw, when testing on localhost with tomcat server it works fine.
    Thanks for any help.
    Carterado

    carterado wrote:
    Hello,
    I am new in programming. I would like to know how to run a JSP file on a web server. I have created a couple of JSP pages in NetBeeans. Now when I upload that build/web folder to a web server I get just the source code of the file when opening in browser.
    Is there something that needs to be installed on the server? Btw, when testing on localhost with tomcat server it works fine.Right, because Tomcat is a servlet/JSP engine that happens to have an HTTP server built in.
    You can't deploy servlets or JSPs on Apache web server or IIS. You need a servlet/JSP engine.
    %

  • I need to Health check for Web server and need report on daily basis

    Hello,
    How to monitor Web servers  ?
    It would be great for administrators to have a daily alert using power shell script for web server
    Can anyone have any scripts that triggers email like IIS services , etc.. are up and running.
    Thanks
    Pushparaj
    Thanks, Pushparaj

    Hi Pushparaj, this forum is not for sharing or building script based on request
    You check the below code and build your script
    $Service = Get-WmiObject -Class Win32_Service -ComputerName SERVERNAME | ?{$_.Name -eq 'IISADMIN'}
    Send-MailMessage -From 'mailID' -To 'mailID' -SmtpServer 'XXXX.DOMAIN.XXX' -Body $Service.State `
    -Subject 'IIS Service'
    Search Script
    Request Script
    See this script and modify as per your needs
    Regards Chen V [MCTS SharePoint 2010]

  • How to use JSP in apache web server

    hi all,
    can anybody tell me how to use JSPs in Apache Web Server.
    Thanks
    sir

    You would need a servlet container to run Servlets and JSPs. And Apache's Tomcat is one such free container available. Download Tomcat from http://jakarta.apache.org and integrate with Apache WS
    HTH

  • Getting errors while running jsp on sunone web server 6.1

    While i created war file and delpoyed my application on web server6.1, it loads default jsp(welocme.jsp) page fine. but when I submit data it gives me following error.
    [06/Oct/2003:09:17:53] info ( 600): Internal Info: loading servlet /custapprec/bonus.jsp
    [06/Oct/2003:09:17:58] info ( 600): JSP: JSP1x compiler threw exception
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    C:\iPlanet\Servers\https-NVS06S-W2K.abc.com\config\..\ClassCache\_jsps\_custapprec\_bonus_jsp.java:63: Class myBean.BonusBean not found.
    myBean.BonusBean Bonus = null;
    ^
    C:\iPlanet\Servers\https-NVS06S-W2K.abc.com\config\..\ClassCache\_jsps\_custapprec\_bonus_jsp.java:65: Class myBean.BonusBean not found.
    Bonus= (myBean.BonusBean)
    ^
    C:\iPlanet\Servers\https-NVS06S-W2K.abc.com\config\..\ClassCache\_jsps\_custapprec\_bonus_jsp.java:69: Class myBean.BonusBean not found.
    Bonus = (myBean.BonusBean) Beans.instantiate(this.getClass().getClassLoader(), "myBean.BonusBean");
    ^
    C:\iPlanet\Servers\https-NVS06S-W2K.abc.com\config\..\ClassCache\_jsps\_custapprec\_bonus_jsp.java:73: Variable Bonus may not have been initialized.
    pageContext.setAttribute("Bonus", Bonus, PageContext.PAGE_SCOPE);
    ^
    4 errors, 1 warning
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:284)
         at com.iplanet.server.http.servlet.NSServletEntity.load(NSServletEntity.java:252)
         at com.iplanet.server.http.servlet.NSServletEntity.update(NSServletEntity.java:173)
         at com.iplanet.server.http.servlet.NSServletRunner.Service(NSServletRunner.java:427)
    [06/Oct/2003:09:17:58] warning ( 600): Internal error: Failed to get GenericServlet. (uri=/custapprec/bonus.jsp,SCRIPT_NAME=/custapprec/bonus.jsp)
    anybody can please help me with this error?
    Thanks

    Your stack trace indicates classes that are not part of Sun ONE Web Server 6.1 (e.g. com.iplanet.server.http.servlet.NSServletEntity) but are classes in earlier releases of the web server. It looks like your web application contains classes or .jar files that contain an older implementation of the JSP engine from a previous web server release. Remove these and give it another try.

  • Deploying probelom in jsp in java web server

    hai
    im using java web server as server
    the probelom is - im using "jsp usebean " to connect class file
    but i stored my classes files in \classes directory
    whenever i called that usebean ,it tell classpath not found or file not found
    i dont know where to deploy bean .class file in java web server
    please any one help me its urgent
    advance thanx for responding
    vaslee

    Hi.
    May be you have mistake at <jsp:usebean />.
    Paste your <jsp:usebean /> tag and people may be help you.
    Victor Letunovsky.

  • Modify root for web server

    The Server config successfully did a reverse lookup and created a config for the default web server.  Unfortunately I want to use that very name/address to host from a root location of MY choosing and not the one that Lion Server thinks I should want.  Since editing the server-built default config is not allowed (fields are grey'd out etc) I was successfully at creating an additional site, with the exact same fully qualified domain name, pointing to the root folder of my choosing.  While this does work with header based requests, it does fail for IP based requests or blabla.local requests. 
    It looks as if the web pane of the server app was crafted for users wishing to setup sites like this, yet this most simple of tasks seems out of reach.  Since I assume many have had to grapple with this issue I am hoping there are some experiences someone can share.  I will happily start hacking on the apache config, but it does seem that Apple planned for us to build sites with the app, and may break any of my hand-edits with an innocuous looking security update or something.
    thanks,
    greg

    Thanks
    It really worked. But it is not displayed properly i.e some pics are missing and more over i cannot login in to that web server. When i enter the username & password it just open and says the page can not be displayed
    i have made the following changes in order to accomplish that.
    /etc/hosts
    192.168.0.10 dummydomain1.com
    and this URL i had entered in the channel you had told me.Now whwn i get that interface of web server in front of me through portal it is in bad condition and more over when i try to login to that interface, my client it self try to access that interface i.e URL.However the requirement was to that the portal server should be doing all the work .
    regards
    Edited by: adeelarifbhatti on Nov 26, 2008 11:56 AM
    Edited by: adeelarifbhatti on Nov 26, 2008 12:01 PM

  • Financial Reporting Studio 11.1.2.1 PDF not Configured for Web Server

    I have installed EPM 11.1.2.1, and HFM, Planning, Essbase, Financial Reporting are all working fine except when I do a report preview in the Workspace an error is received that PDF has not been configured for this Web Server.
    I have uninstalled PDF and Financial Reporting then re-installed them but I am still getting the same error. Also, I when I tried to view report from Workspace in Financial Reporting Studio, I received the following error:
    error number 400 Error Description:Form already displayed; can't show modally. Function: ShowMsg. Module:GblMethods.
    Your help would be gracefully appreciated.

    You should review all installation guides, readmes, and the certification matrix before performing a Hyperion Installation and/or Upgrade.
    Version 9.0 of Ghostscript is not supported, install ghostscript 8.6.3 - 32-bit.
    From the 11.1.2.1 Certification Matrix: "Either: --Adobe Acrobat Distiller Server 8.0 or 6.0 --GPL Ghostscript 8.63; AFPL Ghostscript 8.54 or 8.51; or GNU Ghostscript 7.0.6"     
    From the 11.1.2.1 Installation Guide Page 110: "Ensure that a supported 32-bit version of Ghostscript is installed."
    See http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-131801.xls
    http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_install_11121.pdf
    Regards,
    John A. Booth
    http://www.metavero.com

  • Fix for Web Server Expect Header XSS in 10g AS 10.1.2.0.2

    Dear Friends,
    i am using Oracle AS 10.1.2.0.2.
    i want to fix the issue:
    Web Server Expect Header XSS
    what is the best method.Please suggest
    Regards,
    DB

    Do you have some solution for this?

  • Migrating From Window Server 2003 to Window Server 2012 for Web server deployment and Developmemt Machine is on Window Server 2008

    Hi Microsoft Team,
    We need your urgent advice and that is also on priority:
    Issue Description: We need to migrate from
    WINDOW SERVER 2003 to WINDOW SERVER 2012 while the development activity will be carried
    under WINDOW SERVER 2008 as DEVELOPMENT BOX.
    .NET Framework Version: 3.5 ( For both DEVLOPMENT(WINDOW SERVER 2008) and WEBSERVER(to WINDOW SERVER 2012))
     IIS Version: 7.5 (For both DEVLOPMENT(WINDOW SERVER 2008) and WEBSERVER(to WINDOW SERVER 2012))
    Need your quick advice Is that configuration feasible for Development and
    Deployment (Web Server).
    Highly appreciate your response as this will depend which product we need to buy also if you feel any showstopper or concern. Please let us know.

    Hi,
    As suggested by Tim, in order to get better assistance, we can ask for help in the following IIS forum.
    IIS Forum
    http://forums.iis.net/
    In addition, regarding migrating from Windows Server 2003 to Windows Server 2012, the following blog can be referred to for more information.
    Step-By-Step: Active Directory Migration from Windows Server 2003 to Windows Server 2012
    http://blogs.technet.com/b/canitpro/archive/2013/05/27/step-by-step-active-directory-migration-from-windows-server-2003-to-windows-server-2012.aspx
    Best regards,
    Frank Shen

  • What are the System Requirements for Web Server hosting Adobe Air application

    Working on a project that is using Adobe Air . The Adobe support site has system requirements for the client side application, but for the server side, what are the system requirements?
    Using a Windows server, would expect to have approx. 100 concurrent connections at any given time.

    Adobe AIR applications are installed on the end user's computer. They are not hosted on a web server. You can deploy an AIR file, which is the installer file for an AIR application, via your web server.

  • Licensing-Can I use 10 client version for Web server?

    I have a client that is looking to move their web servers from IIS and Windows to OSX server.
    My question is, how does the licensing shceme work? Can we use a 10 user version of OSX Server for a web server, or do we need the Unlimited version?
    Not 100% familiar with the server side of Mac things, so treat me gently

    Hi
    The licensing only applies to connected AFP users, so you can use a 10 Client version without any problems.

  • Setup NLB on server 2012 R2 for web server

    I have one web server which running around 45 to 50 applications. Recently server goes down due to some network issue at data center. now i want to keep one more server with same websites so if one of our server goes down another will keep running and users
    can still access websites. I have search on google and found one PS Script which create websites and transfer the data as well script as below.
    add-pssnapin wdeploysnapin3.0
    New-WDPublishSettings -ComputerName calantha -AgentType MSDepSvc -FileName c:\websites\calantha.publishsettings
    New-WDPublishSettings -ComputerName saffron -AgentType MSDepSvc -FileName c:\websites\saffron.publishsettings -UserID administrator -Password pass@123#
    Sync-WDServer -SourcePublishSettings c:\websites\calantha.publishSettings -DestinationPublishSettings c:\websites\saffron.publishSettings
    just want know can this script will work in my case or i have to use NLB as my websites are not kept in shared and if i want to use NLB then i have to keep data on shared server or i have to keep it updated across all servers. Also i want to keep 2nd server
    to another country will it work with NLB  
    Akshay Pate

    HI,
    If you are building NLB websites then the best method for the websites is put them on a shared disk DFS etc. When updating the websites you need to keep in mind that this must be done on both Webservers and need to be the same.
    there for you can use iis shared configuration. see blog post below.
    http://www.iis.net/learn/manage/managing-your-configuration-settings/shared-configuration_264
    and for your script here is a sample form the iis site :
    http://www.iis.net/learn/publish/using-web-deploy/web-deploy-powershell-cmdlets
    Greetings, Robert Smit Follow me @clustermvp http://robertsmit.wordpress.com/ “Please click "Vote As Helpful" if it is helpful for you and Proposed As Answer” Please remember to click “Mark as Answer” on the post that helps you

Maybe you are looking for

  • Imported music not being saved!!

    I recently reinstalled iTunes on a new computer and successfully imported the library from my old iTunes which is being stored on a server. Today I began getting an error message telling me that many songs I had recently (since the new install) added

  • Multilingual support(very urgent , help!!!!)

    i have a database(Oracle 8i) with character set of UTF8 and all the languages ie(French,German,Spanish,English etc) are working perfect. but the problem is with japanese. when ever i query the data it appears in Question marks. can any one give me so

  • Information button not working on podcasts

    Why? iTunes 10.2.2 on OS 10.6.7. Clicking on the little "i" button used to open a window which gave an extended description of the podcast. Now, nothing.

  • BC4J / Tomcat error is back!?!?

    Hi all, Once I encountered the following problem with BC4J using Tomcat: Error Message: Only one of the two parameters target or targetParam should be defined. The solution was changing the enablePooling property to false (in the web.xml). Now, I upg

  • Scheduling thru OEM 10g

    Hi, would anybody tell me how to schedule the jobs like OWB Mappings/Process Flows thru OEM 10g. Thanks in Advance. Ashish