OracleJSP error: java.io.FileNotFoundException ?

Hi all,
JDev : 11.1.1.4.0
I am showing a page on click of link using the code like this
function openMashup(e) {
      window.open('./Mashup.jspx', 'Mashup', 'menubar=1, resizable=1,scrollbars=1');
<af:goImageLink id="gil2" shortDesc="Mashup"
                                icon="/images/layers_small.png"
                                hoverIcon="/images/layers_big.png"
                                depressedIcon="/images/layers_small.png">
                  <af:clientListener method="openMashup" type="click"/>
</af:goImageLink>I am getting error like this OracleJSP error: java.io.FileNotFoundException:
where i am doing mistake ? is there any security issue?
thanks,
Gopinath J

The sample below works for me:
<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<f:view>
<af:document id="d1">
<af:messages id="m1"/>
<af:resource type="javascript">
function openMashup(e) {
window.open('./Test.jspx', 'Mashup', 'menubar=1, resizable=1,scrollbars=1');
</af:resource>
<af:form id="frm1">
<af:goImageLink id="gil2" shortDesc="Mashup"
icon="/images/layers_small.png"
hoverIcon="/images/layers_big.png"
depressedIcon="/images/layers_small.png">
<af:clientListener method="openMashup" type="click"/>
</af:goImageLink>
</af:form>
</af:document>
</f:view>
</jsp:root>
The usecase require to navigate to Test.jspx page that is available in the same application. If you have the navigation rule defined,
use af:commandImageLink having images and action pointing to navigation rule.
Thanks,
Navaneeth

Similar Messages

  • OracleJSP error: java.io.FileNotFoundException when submitting form

    I auto-generated a task form for a very simple test and receive this error when SUBMIT-ing the form.
    OracleJSP error: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message
    I am guessing it has something to do with the generated ADF task flow?
    Details of the test:
    BPM 11.1.1.4
    Process: none start > Initiator user task > none end
    Data: process data object based on BO based on a (simple) complex type xsd
    User is Weblogic, assigned to the single process role.
    That's it. The form accepts the data entry (I confirmed this previously by adding a file writer). It just generates the error in the form's pop-up window.

    Below is the file Empty1.jspx that you need -- (put it into public_html). No idea why it is needed, but removing it from the unbounded flow does not work. Hope this helps others.
    Anthony
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1"></af:form>
    </af:document>
    </f:view>
    </jsp:root>

  • OracleJSP error: java.io.FileNotFoundException: in TP3

    Hi
    I have a application which is running without
    any problem in TP2. when I migrated the same
    application to TP3 environment, it started showing error mesages
    404 Not Found
    OracleJSP error: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message.
    Steps to reproduce:
    1.Create a application in TP2 which contains atleast one
    jspx page with authentication.
    2.Migrate the whole application in TP3
    3.Run the application.
    Is there any additional setup required for running a
    page in TP3?
    If not...What could be the reason of showing such error messages if I simply migrate a application(TP2) to TP3?
    I am surely not having any clue.. Please help.
    Regards,
    ghosh

    Ghosh,
    I wonder if you get the same problem just creating the app afresh in TP3? I believe the release notes state that migration between TP releases is not supported.
    John

  • XML Publisher post-processing error 'java.io.FileNotFoundException'

    Hi,
    We are getting following XML Publisher post-processing error while running XML Publisher report.
    It was working earlier but suddenly its erroring out.
    [9/07/10 9:00:17 PM] [OPPServiceThread1] Post-processing request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Executing post-processing actions for request 559655.
    [9/07/10 9:00:18 PM] [39177:RT559655] Starting XML Publisher post-processing action.
    [9/07/10 9:00:18 PM] [39177:RT559655]
    Template code: XXHPOXPRRFLR
    Template app: XXH
    Language: en
    Territory: 00
    Output type: PDF
    [9/07/10 9:00:18 PM] [UNEXPECTED] [39177:RT559655] java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:274)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:173)
    [9/07/10 9:00:18 PM] [39177:RT559655] Completed post-processing actions for request 559655.
    Please help me out to resolve this issue.
    Thanks & Regards,
    Sagarika

    Hi,
    java.io.FileNotFoundException: /apps/oracle/DEV/inst/apps/DEV_hlt439erplap001/logs/appl/conc/out/o559655.out (No such file or directory)Most probably this file is not created (since no changes have been done recently, so definitely it is not a permission issue), and if there are any log files generate at the client side it should help in investigating the issue.
    Thanks,
    Hussein

  • Sometime fail to call servlet ERROR message: java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:.

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

              Error:
              java.io.FileNotFoundException: Response: '500: Internal Server Error' for url:
              'http://www.xxxx.com//myServlet/anyfile.exml'
              at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:380)
              The URL is correct.
              When it fails, on IE browser, receive the following message,
              ·     The RPC server is unavailable
              ·     The remote procedure call failed.
              Servlet receives xml and set it into session.
              This class set or get session.
              Servlet is called many times.
              Using weblogic 8.1
              

  • Java.io.FileNotFoundException: The system cannot find the path specified

    hi all.
    have this problem
    i have a jsp with the codes as follows:
    try{
    File f=new File("C:/Program Files/Apache Group/Tomcat 4.1/webapps/iiso/account.xml");
    FileWriter fw=new FileWriter(f,false);
    XMLConverter xmlc=new XMLConverter();
    String msg=xmlc.ConvertToXML("account");
    fw.write(msg);
    fw.flush();
    System.out.println("file printed");
    }catch(IOException ioe)
    System.out.println(ioe);
    }it works prefectly on my comp but however when i posted it up on the dev server
    which is running on tomcat 4.0
    i got this error:
    java.io.FileNotFoundException: P:\Program Files\Apache Tomcat 4.0\webapps\IISOelearn\account.xml (The system cannot find the path specified)
    the dev server is running on P drive.
    tried installing tomcat 4.0 on my com and the code runs well.
    could there be other sources tt i miss out causing the error?
    many thanx in advance!
    =)

    Most probably the server has a different path setup from you.
    Instead of hardcoding the full file path into your app, you should have the following
    ServletContext application = getServletConfig().getServletContext();
    String fileName = application.getRealPath("/account.xml");
    File f = new File(fileName);The method ServletContext.getRealPath takes a WEBSITE relative link, and turns it into a real location on disk.
    This makes your code completely independant of what machine it is installed on.
    Cheers,
    evnafets

  • Java.io.FileNotFoundException when deploy converter in Tutorial

    I try to deploy converter application in the Tutorial. Always got the following Error:
    java.io.FileNotFoundException:http://10.1.5.104:9191/converter/ConverterAppClient.jar
    checked in examples/src/converter. The jar file is not there. But I found the jar file in
    j2sdkee1.3\repository\hg\application
    My OS is NT4.
    Please help. I tried million of times, still the same error.

    Now I get the deployment through. And the client can be startup correctly. But when I enter the URL. I got an empty page. In Netscape I get "the document contains no data" and in IE get an empty page. Anyone know why is this.

  • Java.io.FileNotFoundException

    Hello!
    I am getting this error "java.io.FileNotFoundException" when I try to run my program.I know that the file is there.The code seems to work fine in Eclipse but when I try to run it through dos then it gives me this error.I have already looked through the previous posts and could not find anything relevant.
    Thanks for any help

    Below is the code which is causing the error.
    * Retrieves the values for configuration at a certain interval of time
    import java.io.*;
    import javax.xml.parsers.DocumentBuilder;
    import javax.xml.parsers.DocumentBuilderFactory;
    import org.w3c.dom.Document;
    import org.w3c.dom.Element;
    import org.w3c.dom.Node;
    import org.w3c.dom.NodeList;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import java.util.*;
    public class Settings extends TimerTask{
    //----------------------------------------variable declration -------------------------------------------     
         public String fieldvalue;
         public String nodeName;
         public String url="http://zoo.spiral/clientcontrolsite/settingsconfig.xml";
         public String filepath="C:\\com\\settingsconfig.xml";
         File configFile = new File(filepath);
    //---------------------------------------- Gets the config file from server -----------------------------
         public void getConfigFile(){
              if((configFile.exists())!=false){
              boolean fileStatus=configFile.delete();
                   System.out.println(fileStatus);
                   TestWebConnection settingscon = new TestWebConnection();
                   settingscon.ConnectHttp(url,filepath);
                   System.out.println("Config file updated.");
    //------------------------------------ Retrieves values from settings XML file ------------------------     
         public String GetValues(String nodeName){
    try {
    //if(fileExists=true){
         DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
         DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
         Document doc = docBuilder.parse (configFile);
    System.out.println("reading file");
    //      normalize text representation
         doc.getDocumentElement().normalize();
         NodeList SettingsValues = doc.getElementsByTagName("Settings");
         int totalfields = SettingsValues.getLength();
         for(int s=0; s<SettingsValues.getLength() ; s++){
         Node fieldNode = SettingsValues.item(s);
         if(fieldNode.getNodeType() == Node.ELEMENT_NODE){
         Element firstfieldElement = (Element)fieldNode;
    //     ----------------------------- get child nodes ----------------------------------------------------
         NodeList DnsList = firstfieldElement.getElementsByTagName(nodeName);
         Element DnsElement = (Element)DnsList.item(0);
         NodeList textDnsList = DnsElement.getChildNodes();
         fieldvalue=((Node)textDnsList.item(0)).getNodeValue().trim();
         //System.out.println(fieldvalue);
                   }//end of if clause
                   }//end of for loop with s var
         }//end of try statement
         catch (SAXParseException err) {
         System.out.println ("** Parsing error" + ", line " + err.getLineNumber () + ", uri " + err.getSystemId ());
         System.out.println(" " + err.getMessage ());
         catch (SAXException e) {
         Exception x = e.getException ();
         ((x == null) ? e : x).printStackTrace ();
         catch (Throwable t) {
         t.printStackTrace ();
              return fieldvalue;
         }//end of method
         //     System.exit (0);
    //--------------------------------- Setting up timer for downloading config file ---------------------------     
         public void run(){
              getConfigFile();
    }//end of classThe funny thing is when I run the code it comes with an error only the first time(I am using a timer task)The subsequent tasks are fine.

  • Java.io.FileNotFoundException: Response: '403: Forbidden' for url

    Hi,
    I'm in wls7.0sp6 and trying to connect to a secure site, bu all I get is either
    "java.io.FileNotFoundException: Response: '403: Forbidden' for url 'https://www.....'"
    or
    java.net.SocketException: Connection aborted by peer: JVM_recv in socket input stream read
    I can connect to this url in html form post from browser.
    I was battling with it for a week already.
    Any help will be appreciated.

    When i connect through the browser i connect using the Https to that URL. There is no more authentication for that. It just accepts the username and password that i am sending in along with the request.
    I am able to connect to the server using the jdk1.3 stand alone implementing with the SSL handler.
    But when i try to do that through weblogic it gives me the following error.
    java.io.FileNotFoundException: Response: '403: Forbidden' for url: 'https://server4.dollarsonthenet.net/api/s4tran_action.cfm'
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:379)
    at com.acquity.ond.burton.shift4.Shift4CardClient.sendPostToServer(Shift4CardClient.java:306)
    at com.acquity.ond.burton.shift4.Shift4CardClient.processCreditCard(Shift4CardClient.java:97)
    at com.acquity.ond.burton.shift4.Shift4CheckCardBalance.execute(Shift4CheckCardBalance.java:50)
    at com.bluemartini.server.BusinessActionServlet.executeInternal(BusinessActionServlet.java:419)
    at com.bluemartini.server.BusinessActionServlet.executeOnce(BusinessActionServlet.java:359)
    at com.bluemartini.server.BusinessActionServlet.executeInternal(BusinessActionServlet.java:214)
    at com.bluemartini.server.BusinessActionServlet.execute(BusinessActionServlet.java:48)
    at com.bluemartini.client.BusinessActionClient.executeBusinessActionInternal(BusinessActionClient.java:761)
    at com.bluemartini.client.BusinessActionClient.executeBusinessAction(BusinessActionClient.java:283)
    at com.bluemartini.client.BusinessActionClient.executeBusinessAction(BusinessActionClient.java:210)
    at com.bluemartini.html.StandardRequestHandler.executeProcessBusinessAction(StandardRequestHandler.java:2512)
    at com.bluemartini.html.StandardRequestHandler.executeProcessBusinessActions(StandardRequestHandler.java:2392)
    at com.bluemartini.html.StandardRequestHandler.handleRequest(StandardRequestHandler.java:605)
    at com.bluemartini.html.HTMLFilter.doFilter(HTMLFilter.java:321)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5632)
    at weblogic.security.service.
    Regards,
    Mayuri

  • PeopleSoft XML Publisher report error with java.io.FileNotFoundException

    Hi,
    I have created two reports using XML Publisher in Peoplesoft Financials. The two reports are not related and they were submitted for processing separately. The first report completes without any issues. The second report results in error with the following message:
    09.11.17 ..(CIS_POTRPT.XML_FILE.Step03) (PeopleCode)
    [012309_091118154][oracle.apps.xdo.template.FOProcessor][EXCEPTION] IOException is occurred in FOProcessor.setData(String) with 'files/cis_potrpt.xml'.
    [012309_091118500][oracle.apps.xdo.template.FOProcessor][EXCEPTION] java.io.FileNotFoundException: files/cis_potrpt.xml (A file or directory in the path name does not exist.)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java(Compiled Code))
         at java.io.FileInputStream.<init>(FileInputStream.java:89)
         at oracle.apps.xdo.template.FOProcessor.getInputStream(FOProcessor.java:1316)
         at oracle.apps.xdo.template.FOProcessor.getXMLInput(FOProcessor.java:1100)
         at oracle.apps.xdo.template.FOProcessor.setData(FOProcessor.java:372)
         at com.peoplesoft.pt.xmlpublisher.PTFOProcessor.generateOutput(PTFOProcessor.java:53)
    2009-01-23-09.11.18.000418 AePcdExecutePeopleCode [174] Exception logged: RC=100.
    Error generating report output: (235,2309) PSXP_RPTDEFNMANAGER.ReportDefn.OnExecute Name:ProcessReport PCPC:51552 Statement:1153
    Called from:CIS_POTRPT.XML_FILE.GBL.default.1900-01-01.Step03.OnExecute Statement:8
    2009-01-23-09.11.18.000617 DoStepActions [1797] Exception logged: RC=100.
    Process 598607 ABENDED at Step CIS_POTRPT.XML_FILE.Step03 (PeopleCode) -- RC = 24 (108,524)
    In the process monitor detail > view log/trace page, the xml file is accessible so the file was generated to a valid directory.
    The weird thing is I was able to run this report without any issues few weeks ago although another user also ran into same error. The PeopleCode step that has been identified is essentially same in the two reports. I checked the app server and the directory does exist as well as the xml files for the two reports. The problem does not occur in test environment, just in production. Any help would be appreciated.

    We encounter the same problem. Did you get the answer for this issue? Thanks in advance.

  • Report Script returns no data and "java.io.FileNotFoundException" error

    When attempting to write to a new file (Eg: C:\TEST.txt), Report Script returns no data and "java.io.FileNotFoundException" error occurs.
    This error occurs only in Essbase 9.3.1.3 release, however it works fine in release 9.3.1.0.
    After running the report the script, it pops up the follwing message:
    "java.io.FileNotFoundException: ..\temp\eas17109.tmp (The system cannot find the file specified): C:\TEST.txt"
    When checked the TEST.txt, it was empty.

    Sorry folks, I just found out the reason. Its because there was no data in the combination what I was extracting.
    but is this the right error message for that? It should have atleast create a blank file right?

  • AC-00023: Error: Exception: java.io.FileNotFoundException

    Hi,
    We are using Oracle Apps 11i on Windows 2003. Sometimes when I run autoconfig on Application Tier I get the following error.
    This happens when Maintenance Mode is Enabled. But sometimes happens even when the Maintenance Mode is Disabled. Sometimes re-booting the server resolves this issue. This comes mostly for JTF_TOP.
    Configuring IGS_TOP.......COMPLETED
    Configuring IBY_TOP.......COMPLETED
    Configuring PA_TOP........COMPLETED
    Configuring JTF_TOP.......AC-00023: Error: Exception: java.io.FileNotFoundException: E:
    \EBSTEST\ebstestappl\admin\EBSTEST_dvlp004.xml (The requested operation cannot be performed on
    a file with a user-mapped section open) occured while writing Context file - E:\EBSTEST\ebstest
    appl\admin\EBSTEST_dvlp004.xml
    COMPLETED
    Configuring MWA_TOP.......COMPLETED
    Configuring CN_TOP........COMPLETED
    Configuring CSI_TOP.......COMPLETED
    Configuring WIP_TOP.......COMPLETED
    Configuring CSE_TOP.......COMPLETED
    Any suggestion to resolve this issue will be appreciated.
    Thanks,
    Thiru

    Hi,
    Even when the error comes the autoconfig completes sucessfully. Even today I go this error and I rebooted the server and it worked fine.
    Very strange.
    Actually I was applying Autoconfig Rollup Patch S (6372396). Many times I have seen this error in Windows platform.
    Rgds

  • Refresh reported Jsp Err, not OracleJSP java.io.FileNotFoundException

    i followed the instruction of cue card: Build a Mobile Browser Application with Oracle ADF, using Jdev 11.1.1.2, runing in integrated WL Server.
    the initial browse of page tested ok, but when refresh or goback then reported Jsp Err, OracleJSP java.io.FileNotFoundException.
    how to solve the problem, or i did some mistake in developing application or configuring WL Server? it trouble me for a few days
    thanks
    nicholas
    fixed. it seems that no adf should be introduced into the project.
    nick

    Good morning yassen,
    Please read [url https://forums.oracle.com/forums/thread.jspa?messageID=3555226&#3555226]this link. As it explains and I believe, you have a space in the name of your file. Rename your file to NOT have a space and you should be OK.
    Don.
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone! :)

  • Error: java.util.zip.ZipException: missing entry name

    Does anybody know how to solve the following error? I got this error when I was trying to update files in my CVS.
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 2, <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    Error: java.util.zip.ZipException: missing entry name
    Thanks

    Hi,
    I get the same exception while reading a ZIP file. The size if the ZIP file is just 82KB but I am reading it over FTP not sure if it makes any difference. I am using JDK 1.4.2_05. Here is the code I am trying to execute.
    public class TestFTP {
    public static void main( String[] argv ) throws Exception {
    String inboundPath = "/transfer/inbound/";
    FTPClient ftp = new FTPClient();
    ftp.connect("123");
    ftp.login( "123", "123" );
    ftp.changeWorkingDirectory(inboundPath);
    FTPFile[] zipFiles = ftp.listFiles("*.zip");
    TelnetClient telnetClient;
    for(int i=0;i<zipFiles.length;i++){   
    System.out.println(zipFiles.getName());
    ZipInputStream zis = new ZipInputStream(ftp.retrieveFileStream(zipFiles[i].getName()));
    for (ZipEntry entry = zis.getNextEntry(); entry != null; entry = zis.getNextEntry()){           
    System.out.println(entry.getName());
    The error message is
    java.util.zip.ZipException: invalid entry size (expected 10291 but got 10233 bytes)
         at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:367)
         at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
         at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
         at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
         at test.TestFTP.main(TestFTP.java:41)
    Exception in thread "main"
    Please let me know if you were able to fix the problem.
    Thanks

  • OracleJSP error while integrating BPM Instance Details Task Flow

    Guys,
              I'm using 11.1.1.6 jdeveloper and BPM.
    I have a requirement to show BPM 'Process Instance Details'  (which contains 'Details', 'Open Activities', 'Audit Trail' etc.. for a BPM Instance).
    I followed the following Link to implement this ....
    http://soadev.blogspot.com/2011/07/adf-uishell-application-with-oracle-bpm.html
    Everything was working fine.
    But when i click on 'Graphical View' in 'Audit Trail', i dont get the graphical view. Instead i get the following error message...
    OracleJSP error: oracle.jsp.parse.JavaCodeException: Line # 1, oracle.jsp.parse.JspParseTagScriptlet@16b871b3
    Error: Java code in jsp source files is not allowed in ojsp.next mode.
    Any pointer to solved this problem?
    Thanks in advance
    Dev

    Did you check these post ?
    https://forums.oracle.com/thread/993257
    https://forums.oracle.com/thread/1097866
    http://middiu.blogspot.com/2012/02/oracle-webcenter-spaces-and-webxml.html

Maybe you are looking for

  • Report Parameter issue

    Hi All I have an rdf report version 10g , registered in oralce apps 11i .I have one parameter for the report. When i pass the value for this parameter from SRS window , report is not giving output. But when i pass it as null it return the value.Its a

  • How do I disable zip folders in Windows 7?

    I like to use a third-party archive application, so I really don't like how by default Windows makes zip files expand automatically in Windows Explorer and show up in the folder view. So... How do I disable zip folders in Windows 7? In XP and Vista,

  • Data security (Data from SAP BW) for AD users

    Hi  All, I have a scenario. BO env : Business Objects 3.1 Sp3 Sap Integration kit Sp3 My target is to implement AD SSO & also provide data security for data from SAP BW. Currently there are no roles & authorization defined in the sap System. My plan

  • How can i sedn report output as attachment in workflow  automatically in ma

    hi,   i want to send mail with attachment of report output as acrobat reader format.   how can i do this one autimatically, please let me know. thanks Sankar

  • SSL and Tomcat Conf. Ques

    Hi Guys, I really need your quick help...I am trying to configure SSL in Tomcat...I am using Tomcat 4.1 and JDK 1.4... I did all the steps mentioned on the below page... http://tomcat.apache.org/tomcat-4.0-doc/ssl-howto.html and my server.xml file is