Cocoon2   WebLogic6.1 = JSP not working

I think this is little bit out of topic, but maybe someone can help me.
          I have Weblogic6.1 and Cocoon2 (testing with 2.0.2, but the problem persists) and I want to run jsp on Cocoon, that is running on WebLogic.
          But when I try this, it occurs an error, because Cocoon need to "redirects" the jsp request to weblogic JSPEngine (Cocoon comes with the Apache's Tomcat JSPEngine).
          People who made this (integrate WebLogic with Cocoon) already know what I'm saying (I think).
          I've already tried the sugestions that are in Cocoon JSPGenerator docs.
          So, if anyone resolved this problem or knows what to do, please reply-me..
          Thanks in advance !
          - Humberto -
          

Hi QUEROMES,YVON
          Yes I managed to run JSPs under cocoon by making some changes to JspGenerator.java of the cocoon.jar file.
          How To:
          do the following changes to:
           org.apache.cocoon.generation.JspGenerator.java.generate()
          change the value of the variable url from url=src.getSystemId() to url = httpRequest.getServletPath();
          I have made that change after a trace the error until the Jasper compiler.
          I have post to the cocoon-dev list to check if this is a bug or I have to make some configuration but still no response.
          you can find post to cocoon-dev list by searching on the subject "Is this a bug??? within cocoon (JspGenerator)"
          Hope this helps you.
          "MOODAD Shadi (LB Soft)" wrote:
          > Hi
          > I'm trying too to execute JSPs under cocoon wich in turns run as a servlet.
          > Or I didn't managed to do it in WLS6 neither under tomcat.
          > I guess it's a configuration trics.
          > so maybe you have found a solution or you can give me some hints to solve it.
          >
          > Humberto wrote:
          >
          > > I think this is little bit out of topic, but maybe someone can help me.
          > > I have Weblogic6.1 and Cocoon2 (testing with 2.0.2, but the problem persists) and I want to run jsp on Cocoon, that is running on WebLogic.
          > > But when I try this, it occurs an error, because Cocoon need to "redirects" the jsp request to weblogic JSPEngine (Cocoon comes with the Apache's Tomcat JSPEngine).
          > > People who made this (integrate WebLogic with Cocoon) already know what I'm saying (I think).
          > >
          > > I've already tried the sugestions that are in Cocoon JSPGenerator docs.
          > >
          > > So, if anyone resolved this problem or knows what to do, please reply-me..
          > >
          > > Thanks in advance !
          > > - Humberto -
          >
          > --
          > Soft Solutions, Liban
          > Net Developper
          > Moodad Shadi
          >
          > www.softsolutions.fr
          >  
          Soft Solutions, Liban
          Net Developper
          Moodad Shadi
          www.softsolutions.fr
          [att1.html]
          

Similar Messages

  • Help pls ! JSP not working in tomcat

    Hi techies,
    I have a problem in executing jsp files thru tomcat on windows
    The problem is i have my jsp files in a directory, i use virtual directory concept by setting up context in server.xml file to access my jsp, servlets and html files and some jsp files are working properly, but certain jsp files are not working...
    It gives an error saying " jsp file not found.." even though the file is in the directory
    Can anyone help to come-out of this problem.
    Rgds
    sathish

    Hi,
    if you are trying to map a short name to a jsp page, you should do that in the web.xml file not in the server.xml i think...
    Hope this help...

  • JSP Not Working with Thin Driver

    My JSP is not working with Oracle thin driver but it is working with Oracle OCI driver.
    From my jsp i am calling a stored procedured and passing 170 parameters to the procedure. This JSP works with Oracle OCI Driver configured as thrid party drivers in iAS6.0 SP2, but not working with Oracle Thin Driver configured as third party drivers in iAS6.0. My thin driver JDBC Connection URL is as follows:
    jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = MAPDBI01)(PORT = 1521)))(CONNECT_DATA =(SID = MAPS))).
    I have to give this URL because my production server deployment consists of iWS4.1 SP5 and iAS6.0 SP2 in different solaris boxes and Oracle 8.1.7 Database server in another Solaris Box. There is a pool of proxy servers between iAS6.0 box and the oracle box.

    Wim,
    I'd really appreciate it if you could provide some sample code. A complete, small, simple java class that I could copy and try out would be wonderful -- if it's not too much trouble.
    Thanks heaps (in advance :-),
    Avi.

  • Hyperlink to file in JSP not working

    I have a JSP page where I am providing a hyperlink to a file on the C: drive as follows
    Try this
    Nothing happens when I click this hyperlink.
    When I scroll over the hyperlink I see the correct path "file:///C:/ReqImport/data.txt" in the status bar and when paste this path in my address bar, it does open up the file.
    Any ideas why this file hyperlink does not work on this JSP page.
    Thanks

    Hmm, you're right, I just tried it and it doesn't appear to work. It looks like a security thing: If the original page is on my hard drive, links to other files on my hard drive work. But when the original page is on a web server, links to files on my hard drive don't appear to work.
    Do you realize that such a link is referring to a file on the C: drive of the client, the user, not the C: drive of the server? I'm not sure what you're up to, but for most applications such a link is pretty much useless, as you normally have no way of knowing what files the user has on his C: drive.

  • Include file in jsp not working

    Hi ,
    I have an include file statement in my jsp file which is not working. Not getting any error message either only the page is displayed without the jsp file included.
    My include code looks like this :
    <%@ include file ="Includes/hello.jsp" %>Also i tried including an html file or an image in the same place neither of the two displayed.
    <!--#include virtual="includes/footer.html" -->
    My jsp file is hosted on IIS

    nb123 wrote:My jsp file is hosted on IIS
    Hi ,
    I have an include file statement in my jsp file which is not working. Not getting any error message either only the page is displayed without the jsp file included.
    My include code looks like this :
    <%@ include file ="Includes/hello.jsp" %>Also i tried including an html file or an image in the same place neither of the two displayed.
    <!--#include virtual="includes/footer.html" -->
    My jsp file is hosted on IIS
    Check the path you've specified. It may well be;
    <%@include file="hello.jsp" %>or
    <%@include file="/Includes/hello.jsp" %>

  • Login thru JSP not working?

    Hello
    I am trying to login thru JSP, Web Server is Tomcat & database is sqlserver2000. After filling user, password & pressing submit button,error message is as follows :
    cannot resolve symbol
    symbol : variable connection
    location: class org.apache.jsp.verifyuser_jsp
    Statement statement = connection.createStatement();
    This is the code :
    <BODY>
    <% String user = request.getParameter("user");%>
    <% String pwd = request.getParameter("pwd");%>
    <%
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection connection = DriverManager.getConnection(
    "jdbc:odbc:DEVELOPER1","sa","");
    System.out.println("database connected");
    Statement statement = connection.createStatement();
    String query1 = "SELECT Username, Password FROM login WHERE Username = '"+user+"' AND Password = '"+pwd+"'";
    ResultSet p = statement.executeQuery(query1);
    while (p.next())
    String Puser = p.getString("Username");
    String Ppass = p.getString("Password");
    if (user.equals("Puser") && pwd.equals("Ppass"))
    %>
    <jsp:forward page = "welcome.jsp"/>
    <% else { %>
    <h3>Invalid username or password</h3>
    <% }
    connection.close();
    catch (Exception e)
    out.println(e.getMessage());
    %>
    <h3>error in accessing database</h3>
    <% }
    %>
    </BODY>
    what's wrong?

    import java.sql.* package is given, even then its not working.

  • JSP Not Working in 10g 10.0.3

    Hi All
    I just downloaded and installed OC4J 10g (10.0.3). After installing if I try to access http://localhost:8888/ I get the following error
    HTTP 500 - Internal server error
    Internet Explorer
    If I try http://localhost:8888/index.html I get the welcome page. Selecting http://localhost:8888/examples/jsp from the welcome page takes me to the JSP examples but when I try to run any of the JSP examples I still get
    HTTP 500 - Internal server error
    Internet Explorer
    The global-application.log file has the following
    03/09/05 12:40:10 defaultWebApp: 10.0.3.0.0 Started
    03/09/05 12:40:24 defaultWebApp: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\oc4j\j2ee\home\application-deployments\default\default-web-app\temp\_pages\\_index.java</H3><pre></pre>
    03/09/05 12:44:16 defaultWebApp: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\oc4j\j2ee\home\application-deployments\default\default-web-app\temp\_pages\_examples\_jsp\_num\_numguess.java</H3><pre></pre>
    I can successfuly run all the servlet exaples but I can't run any of the jsp. I tried OC4J 9.0.3 and I workes great. Can anyone help with this. Thanks in advance.

    I am having similar problems. OC4J reports:
    03/10/04 21:02:04 Auto-deploying ../../home/applications/admin_ejb.jar (New server version detected)... Error in application default: Error loading package at file:/D:/OC4J10g/j2ee/home/applications/admin_ejb.jar, javac.exe not found under C:\Program Files\Java\j2re1.4.2_01, please use a valid jdk or specify the location of your java compiler in server.xml using the <java-compiler .../> tag
    This is annoying, since I did a standard install of Java SDK 1.4.2, so I would think OC4J should know not to look for the compiler in the runtime directory.
    What is the syntax of the java-compiler tag?
    All the other tags are specifying relative paths. The jdk home is on a different drive from the OC4J home. How should I specify this path?

  • Including external Javascript file in JSP- not working on Mozilla Firefox

    I have a JSP page which includes javascript file as below:
    <script type="text/javascript" src="https://siteAddress/scripts/myJsFile.js"></script>
    myJsFile.js has a method testFireFox()
    There is a link on JSP which that calls this method.
    <a href="#" onClick="testFireFox()">Some Text...</a>
    As soon as i click on the link, nothing happens and this error appears on console:
    Refrence Error: testFirefox() is not definedI tried giving the path for JS file in various ways but it did not help.
    Note: This works absolutely fine in Internet Explorer.
    I have not added Javascript to document.ready or onLoad event. It is simply been referred in <Head>
    tag any pointers pls..

    This forum is intended for user support, not for web development issues.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The contributors over there are more knowledgeable about web page development issues with Firefox.
    http://forums.mozillazine.org/viewforum.php?f=25
    You'll need to register and login to be able to post in that forum.

  • Simple invoking BPEL process from JSP not working

    Hello Everybody,
    I'm trying to invoke a BPEL process from a client JSP. I'm following the tutorial 7 Invoking the BPEL processes.
    I'm trying to use the same tutorial for a different application.
    Here is my WSDL snippet.
    <types>
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://www.arcwebservices.com/v2006"
    xmlns="http://www.w3.org/2001/XMLSchema">
              <element name="SpatialQueryRequest" type="s1:SpatialQueryRequestType"/>
              <element name="SpatialQueryResponse" type="s1:SpatialQueryResponseType"/>
              <complexType name="SpatialQueryRequestType">
              <sequence>
                   <element name="username" type="string"/>
                   <element name="password" type="string"/>
              </sequence>
              </complexType>
              <complexType name="SpatialQueryResponseType">
              <sequence>
                   <element name="token" type="string"/>
              </sequence>
              </complexType>
         </schema>
    </types>
    <message name="SpatialQueryRequestMessage">
    <part name="payload" element="s1:SpatialQueryRequest"/>
    </message>
    <message name="SpatialQueryResponseMessage">
    <part name="payload" element="s1:SpatialQueryResponse"/>
    </message>
    <portType name="SpatialQuery">
    <operation name="initiate">
    <input message="tns:SpatialQueryRequestMessage"/>
    </operation>
    </portType>
    <!-- portType implemented by the requester of SpatialQuery BPEL process
    for asynchronous callback purposes
    -->
    <portType name="SpatialQueryCallback">
    <operation name="onResult">
    <input message="tns:SpatialQueryResponseMessage"/>
    </operation>
    </portType>
    The JSP code is:
    <%
    String ssn = request.getParameter("ssn");
    //if(ssn == null)
    // ssn = "123-12-1234";
         String username = "jaweed";
         String password = "ibrahim";
    //String xml = "<ssn xmlns=\"http://services.otn.com\">" + ssn + "</ssn>";
         //String xml = "<UserName xmlns="http://www.arcwebservices.com/v2006">" + username + "</UserName><Password xmlns="http://www.arcwebservices.com/v2006">" + password + "</Password>";
         String xml = "<UserName xmlns=\"http://www.arcwebservices.com/v2006\">" + username + "</UserName><Password xmlns=\"http://www.arcwebservices.com/v2006\">" + password + "</Password>";
    Locator locator = new Locator("default","bpel");
    IDeliveryService deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME );
    // construct the normalized message and send to Oracle BPEL Process Manager
    NormalizedMessage nm = new NormalizedMessage( );
    nm.addPart("payload", xml );
    NormalizedMessage res = deliveryService.request("SpatialQuery", "initiate", nm);
    Map payload = res.getPayload();
    //out.println( "BPELProcess CreditRatingService executed!<br>" );
    out.println( "Token is " + payload.get("payload") );
    %>
    com.oracle.bpel.client.ServerException: IDeliveryService.request() invoked for one-way operation 'initiate'. This method can only be used to invoke two-way operations which return an output message. Please check the WSDL which defines this operation and use the method IDeliveryService.post() to invoke a one-way operation
    But I'm getting an exception. I'm in deep trouble please help me. Urgent

    Yeah ..This is my final project for my masters degree.
    I'm integrating BPEL with GIS(Geographic Information System) webservices provided by ESRI(Arcweb services). My main BPEL process that I built follows this sample example. The problem is that I need to show a working client application within 2 days or else my project is termed as incomplete and my graduation will be postponed to next semester. :(
    I tried your advice, as soon as I add a Java code to my BPEL process, the application is taking longer time to execute in the BPEL console itself.
    <bpelx:exec xmlns:bpelx="http://schemas.oracle.com/bpel/extension" language="java" version="1.4" name="exec-1">
    <![CDATA[setConversationId("output");]]>
    </bpelx:exec>
    So after the thread sleep the webservice is not ready to give its output.
    Just a quick thought, I assumed that if I attach the output of the my Invoke(Client) to a Reply activity,which will make it a two way operation.
    Then I could use,
    NormalizedMessage res = deliveryService.request("SpatialQuery", "initiate", nm);
    will work.
    I assigned the ouput of the Invoke(Client) to the variable in Reply activity.
    But my reply activity is throwing a NULL pointer exception.
    This is my BPEL code:
    <sequence name="main">
              <receive name="receiveInput" partnerLink="client" portType="tns:InvokeTest" operation="initiate" variable="input" createInstance="yes"/>
              <assign name="assign-1">
                   <copy>
                        <from variable="input" part="payload" query="/nsxml0:InvokeTestRequest/nsxml0:username"></from>
                        <to variable="IsaInput" part="parameters" query="/nsxml0:getToken/nsxml0:username"/>
                   </copy>
                   <copy>
                        <from variable="input" part="payload" query="/nsxml0:InvokeTestRequest/nsxml0:password"></from>
                        <to variable="IsaInput" part="parameters" query="/nsxml0:getToken/nsxml0:password"/>
                   </copy>
              </assign>
              <invoke name="invoke-1" partnerLink="Authentication" portType="nsxml0:IAuthentication" operation="getToken" inputVariable="IsaInput" outputVariable="IsaOutput"/>
              <assign name="assign-2">
                   <copy>
                        <from variable="IsaOutput" part="parameters" query="/nsxml0:getTokenResponse/nsxml0:Result"></from>
                        <to variable="output" part="payload" query="/nsxml0:InvokeTestResponse/nsxml0:token"/>
                   </copy>
              </assign>
              <reply name="reply-2" partnerLink="client" portType="tns:InvokeTest" operation="initiate" variable="output"/>     </sequence>
    I really appreciate your patience and help.

  • JPDK Servlets/JSP not working

    Hi there,
    I am facing a couple of problems related to oracle portal.
    1-As i have installed oracle portal the application server doesnt run JSPs.
    2-In addition to Oracle Portal I have installed JPDK and configured it as written in the documentation. I tried to run example servlet and jsp on it as given in the documentation, but as i write "http://server1:80/servlet/myfirst"
    but it shows "The page cannot be found", but if i write http://server1:80/servlet/IsItWorking, it is running perfectly.
    IS there any configration problem or what?
    Thanx in advace for any one who provides answer to any of the above two questions.
    Hassan

    Hassan,
    1. What version of Portal do you have installed. I have not seen any issues displaying JSPs from the production version of Portal. 3.0.6.6.5 and 3.0.7.6.2. If you have an EA release the JPDK install guide tells you how to download the new version of OJSP.
    2. If you get the page cannot be displayed error, this means that either it does not recognize "myfirst" or it cannot find the class file. you can try to call the Adapter directly. http://host.domain/servlet/oracle.portal.provider.v1.http.HttpProvider
    If this fails, check the jserv.properties to make sure that you specified the correct location to find the provider.jar.
    If this works, then you do not have the myfirst alias setup correctly in the zone.properties.
    Check both of these files, but first you will need to resolve the JSP issues with Apache.
    Hope this helps,
    Sue

  • Import xobject in JSP not working

    Hi,
    i am trying to pass some feugo business objects as JSPattributes.
    first i am importingthe classes
    <%@page import="xobject.com.comp.proj.BO.MyBPMObject"%>
    and then i am trying to assign the attributes
    <% MyBPMObject o = (MyBPMObject) request.getAttribute("myObject"); %> as suggested in the thread
    Re: JSP and Instance Variables
    However while compiling the jsp is throwing an error- package xobject.com.comp.proj.BO not found
    Can you please help me out?
    ---

    When I have instance variables in addition to the one specified as the selected BPM Object variable I use the 'attributes' argument mapping.
    You can set an 'in' argument called 'attributes' and map a list of instance variables. Example below:
    attributes = [ "jspVarName1" : instVar1, "jspVarName2" : myObject.getData ]
    You can then access these vars in your jsp as normal i.e. ${jspVarName1}
    Hope it helps,
    Mike.

  • TRYING TO SEND AN EMAIL VIA JSP not working

    I think what im doing is right but i keep getting errors...therefore...its wrong..
    <form action="mailer.jsp" method="post">
         To :<br>
         <input type="text" name="to" class="std"></input><br>
         From :<br>
         <input type="text" name="from" class="std"></input><br>
         Subject :<br>
         <input type="text" name="subject" class="std"></input><br>
         Message :<br>
         <textarea rows="10" cols="80" name="message"></textarea>
         <br>
         <input type="submit" value="Send"></input>
         </form>Mailer.jsp
    <div class="frame">
         <jsp:useBean id="mailer" class="com.stardeveloper.bean.test.MailerBean">
              <jsp:setProperty name="mailer" property="*"/>
              <% mailer.sendMail(); %>
         </jsp:useBean>
         Email has been sent successfully.
         </div>MailerBean.java
    package com.stardeveloper.bean.test;
    import java.io.*;
    import java.util.*;
    import javax.mail.*;
    import javax.mail.event.*;
    import javax.mail.internet.*;
    public final class MailerBean extends Object implements Serializable {
         /* Bean Properties */
         private String to = null;
         private String from = null;
         private String subject = null;
         private String message = null;
         public static Properties props = null;
         public static Session session = null;
         static {
              /*     Setting Properties for STMP host */
              props = System.getProperties();
              props.put("mail.smtp.host", "mail.brunel.ac.uk");
              session = Session.getDefaultInstance(props, null);
         /* Setter Methods */
         public void setTo(String to) {
              this.to = to;
         public void setFrom(String from) {
              this.from = from;
         public void setSubject(String subject) {
              this.subject = subject;
         public void setMessage(String message) {
              this.message = message;
         /* Sends Email */
         public void sendMail() throws Exception {
              if(!this.everythingIsSet())
                   throw new Exception("Could not send email.");
              try {
                   MimeMessage message = new MimeMessage(session);
                   message.setRecipient(Message.RecipientType.TO,
                        new InternetAddress(this.to));
                   message.setFrom(new InternetAddress(this.from));
                   message.setSubject(this.subject);
                   message.setText(this.message);
                   Transport.send(message);
              } catch (MessagingException e) {
                   throw new Exception(e.getMessage());
         /* Checks whether all properties have been set or not */
         private boolean everythingIsSet() {
              if((this.to == null) || (this.from == null) ||
                 (this.subject == null) || (this.message == null))
                   return false;
              if((this.to.indexOf("@") == -1) ||
                   (this.to.indexOf(".") == -1))
                   return false;
              if((this.from.indexOf("@") == -1) ||
                   (this.from.indexOf(".") == -1))
                   return false;
              return true;
    }

    I think what im doing is right but i keep getting
    errors...therefore...its wrong..i don't see any errors posted, so it must not be wrongThe error occurs because the OP did not use BSD-style braces.

  • Ldap search in jsp not working

    Hi
    We have users imported from db into oid and they have blank passwords. So for those users , when they first try to login, I am planning to take them to someother page. I have added code to login.jsp where in case of authentication error, I want to redirect users with blank password to a separate page. So I am doing a search for user in LDAP and trying to get user attributes. I am not getting any errors in my jsp , but somehow the search is not successful. Can someone tell me whats wrong with this code??
    try
    DirContext dirctx = null;
    //Build the LDAP url
    String ldapurl = "ldap://" + "stg.test.com" + ":" + "3060";
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, ldapurl);
    // if password is specified, set the credentials
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL,"orcladmin");
    env.put(Context.SECURITY_CREDENTIALS,"welcome");
    // Bind and initialize the Directory context
    dirctx = new InitialDirContext(env);
    Attributes matchAttrs = new BasicAttributes(true); // ignore attribute name case
         matchAttrs.put(new BasicAttribute("uid", str_user));
         // Search for objects with those matching attributes
         NamingEnumeration answer = dirctx.search("cn=Users,dc=oprah,dc=com", matchAttrs);
         //formatResults(answer);
         int count=0;
              while (answer.hasMore()) {
                   SearchResult sr = (SearchResult)answer.next();
              out.println("SEARCH RESULT:" + sr.getName());
                   Attributes attrs=sr.getAttributes();
                   if (attrs == null) {
                        out.println("This result has no attributes");
                        } else {
                             for (NamingEnumeration enum = attrs.getAll(); enum.hasMore();) {
                             Attribute attrib = (Attribute)enum.next();
                             out.println("ATTRIBUTE :" + attrib.getID());
                             for (NamingEnumeration e = attrib.getAll();e.hasMore();)
                                  out.println("\t\t = " + e.next());
                   //formatAttributes(sr.getAttributes());
              out.println("====================================================");
                   count++;
              out.println("Search returned "+ count+ " results");
         dirctx.close();
    catch (Exception e)
    e.printStackTrace();
    }

    I figured the problem. I need to give the dn of orcladmin here
    env.put(Context.SECURITY_PRINCIPAL,"cn=orcladmin,cn=users,dc=test,dc=com");
    instead of
    (Context.SECURITY_PRINCIPAL,"orcladmin");

  • Redirection JSP not working in IE

    Hi all,
    I have a servlet with the following part of the code to redirect to an jsp page.
    When I enter the correct username and password, and click "submit", it should redirect to my index.jsp page. It works fine with firefox, but in Inter
    works fine with firefox. But in Internet Explorer(IE), if I click "submit" button, nothing happened, it just remain at the original page.
    if(buttonType.equalsIgnoreCase("submit")){
    if (username.equals("test") && password.equals("test")){
         url = host+"index.jsp";
         response.sendRedirect(url);
         return;
    Thank you in advance!

    novelera wrote:
    Check tat javascript works on ur IE
    u can write some alert code for button click to check it..
    if it doesnt works.. then u hav problem in executing the javascript
    -venkat<c:redirect> isn't JavaScript.

  • JSP not working on migrated domain

              I migrated my Weblogic 5.1 properties file to Weblogic 6.0
              using the console.
              I am unable to invoke the HelloWorld.jsp from a browser when I
              place it in my \applications\DefaultWebApp-myServer directory.
              My migrated server listens on port 7001 and I used the URL to invoke
              HelloWorld:
              http://208.139.197.151:7001/HelloWorld.jsp
              When I placed it in the examples'
              applications\DefaultWebApp-examplesServer it worked.
              My examples server listens on port 7003 and I used the following
              URL to invoke HelloWorld:
              http://208.139.197.151:7003/HelloWorld.jsp
              I'm attaching my config.xml for the migrated domain.
              Thanks,
              Shelly
              [config.xml]
              

              Kumar,
              This solved the problem!
              Thanks,
              Shelly
              Mettu Kumar <[email protected]> wrote:
              >Shelly,
              >
              > I guess I got what the problem is.
              > Check your web.xml of default app. During migration
              >from 5.1 to 6.0 JSPServlet
              >might be registed as servlet without init parameters.
              >Remove those lines related to
              >JSPServlet.
              >
              >Hope this solves your Problem.
              >
              >
              >Thanks,
              >Kumar.
              >
              >Shelly wrote:
              >
              >> Attached is the log.
              >> Thanks
              >> Mettu Kumar <[email protected]> wrote:
              >> >If you can post the server out setting you debug output
              >> >level to info it will be
              >> >easy to trace the problem.
              >> >
              >> >Shelly Foland wrote:
              >> >
              >> >> Kumar,
              >> >>
              >> >> Thanks for looking at my config.xml.
              >> >>
              >> >> I did try changing the path as you specified below
              >> >> and I still have a problem.
              >> >>
              >> >> I wonder if this is related to the fact that I migrated
              >> >> this domain from 5.1?
              >> >>
              >> >> Shelly
              >> >>
              >> >> Mettu Kumar <[email protected]> wrote:
              >> >> >The reason is straight forward.
              >> >> >
              >> >> >The following lines in your config.xml:
              >> >> > <Application
              >> >> > Name="DefaultWebApp_myserver"
              >> >> > Path="config\Weblogic5.1\applications"
              >> >> > >
              >> >> >
              >> >> >Change the path to ".\config\mydomain\applications"
              >> >> >
              >> >> >Hope this helps you.
              >> >> >
              >> >> >Kumar.
              >> >> >Shelly Foland wrote:
              >> >> >
              >> >> >> I migrated my Weblogic 5.1 properties file
              >> >> >to Weblogic 6.0
              >> >> >> using the console.
              >> >> >>
              >> >> >> I am unable to invoke the HelloWorld.jsp from
              >> >> >a browser when I
              >> >> >> place it in my \applications\DefaultWebApp-myServer
              >> >> >directory.
              >> >> >>
              >> >> >> My migrated server listens on port 7001 and
              >> >> >I used the URL to invoke
              >> >> >> HelloWorld:
              >> >> >>
              >> >> >> http://208.139.197.151:7001/HelloWorld.jsp
              >> >> >>
              >> >> >> When I placed it in the examples'
              >> >> >> applications\DefaultWebApp-examplesServer
              >> >> >it worked.
              >> >> >>
              >> >> >> My examples server listens on port 7003 and
              >> >> >I used the following
              >> >> >> URL to invoke HelloWorld:
              >> >> >> http://208.139.197.151:7003/HelloWorld.jsp
              >> >> >>
              >> >> >> I'm attaching my config.xml for the migrated
              >> >> >domain.
              >> >> >>
              >> >> >> Thanks,
              >> >> >> Shelly
              >> >> >>
              >> >> >> ------------------------------------------------------------------------
              >> >> >> Name: config.xml
              >> >> >> config.xml Type: BizTalk Schema (text/xml)
              >> >> >> Encoding: base64
              >> >> >
              >> >
              >>
              >> ------------------------------------------------------------------------
              >> Name: startWL.log
              >> startWL.log Type: Text Document (application/x-unknown-content-type-txtfile)
              >> Encoding: base64
              >
              

Maybe you are looking for

  • Mac OS 10.6.4 Update/Download Issue

    I just got a new Macbook and of course the software update had a lot of updates it that needed to run. Including Mac OS 10.6.4 and Safari 5.0.1. I tried downloading them and my connection got lost in the middle of the download. I tried the download a

  • Permission issues accross schemas to load XMLTYPE column - structured storage

    Hi, We have a table in BIUSER schema this table is object-realtionally stored with XMLs. When we are trying to load receords from ETLUSER schema we are getting the error as Record 1: Rejected - Error on table "BIUSER"."PWAYWORKFILE_TABLE". ORA-00604:

  • Getting Error in Fulfillment

    Hi Jim, I am getting following error in download an ebook from our ebookstore: Error getting license Server communication problem: E_ADEPT_INTERNAL Please suggest me why this error occures? Regards, Mangal Varshney

  • Format the header of ALV

    I used the function 'REUSE_ALV_COMMENTARY_WRITE'. However, the header line always 'left-justified'. Is it possible to format the header with diff. alignment? I want to have the header 'centered'. Thanks!

  • Flash - Issue when adding scenes/keyframes

    Hi, very new to flash, Basically I have an existing site which is built in Flash CS6, each page is built on a single layer with one frame and is embeded into an HTML document. What I am trying to do is add a preloader to this sites pages, I have no i