How to deploy jsp in Weblogic 7.0

Hi,
I would appreciate, if anyone can help me out.
I'm new to weblogic.
I have installed Weblogic in my system.[vers.7.0]
i want to deploy my jsp file and run the jsp file.
can anyone tell me where to deploy the jsp file and how to run it.
do i need to create a war file to deploy jsp?
can anyone tell the procedure in doing so...........................
regds
venkatraman.P

use your console to create a web-app from the directory with the web-inf and your jsp. Hit deploy and it should work.
War files are not necesary, for fast jsp development its even better to not use wars.

Similar Messages

  • How To Deploy Jsp project in Weblogic 8.1

    Plz help me
    How To Deploy Jsp project in Weblogic 8.1
    Give me steps.

    Plz help me
    How To Deploy Jsp project in Weblogic 8.1
    Give me steps.(1) Create a standard WAR file that contains your JSPs.
    (2) Deploy to WebLogic by any number of means (e.g., Ant tasks, putting WAR file in application directory for your WL domain, etc.)
    %

  • How to modify JSP on Weblogic without restarting a server

    Hello,
    Could someone explain how to modify JSP on Weblogic without restarting a server?
    We use WL 10.2.
    I search and modify required jsp on a server, but nothing happens on a Web Browser. I run in Development mode.
    Please advice,
    Thanks,
    Yuri

    Hi Yuri,
    As you are in Development mode you have one options to use the Auto Deploy folder which can be found in the following path (domain_name/autodeploy).
    More information on Auto Deployment check the below link:
    http://download.oracle.com/docs/cd/E11035_01/wls100/deployment/autodeploy.html#wp1021626
    Other option is to use the following parameter "*page-check-seconds*" in your weblogic.xml file
    For more information check out the below link
    Topic: jsp-descriptor
    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/webapp/weblogic_xml.html#wp1038491
    Hope this helps you.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Middleware Magic | Come, Join Us and Experience The Magic…

  • Step by step details to deploy jsp in weblogic

    Hi,
    can any one give me a step by step details to deploy jsp in weblogic 7..
    i am abs new to EJBs and weblogic...
    thnx
    sai.

    sai krishna wrote:
    Hi,
    can any one give me a step by step details to deploy jsp in weblogic 7..
    i am abs new to EJBs and weblogic...
    thnx
    sai.Sai if you are completely new to this on WLS I would recommend reading:
    http://edocs.bea.com/wls/docs70/programming/index.html
    Then Possibly:
    http://edocs.bea.com/wls/docs70/webapp/index.html &&
    http://edocs.bea.com/wls/docs70/jsp/index.html
    You can also find more programming information here:
    http://edocs.bea.com/wls/docs70/programming.html
    HTH
    ~Ryan

  • How to deploy JSPs in Tomcat 5.5

    hello all
    i am Mayuresh Trivedi. i don't know how to Deploy Jsps in Tomcat 5.5. i m using MYSql as Backend. i m trying to use "import" command in Jsp so it shows me error like under :
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    Syntax error on token "import", delete this token
    Generated servlet error:
    Syntax error on token "import", delete this token
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:397)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:296)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.7 logs.
    so , can any body help me please ?

    hi
    first create a arbitrary folder in \webapp folder in tomcat home foder.
    for instance \webapp\myJSP
    second you must create a folder with this name : \WEB-INF under myJSP folder
    then make a web.xml in that
    so write in web.xml this :
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <description>
    myJSP
    </description>
    <display-name>JSP 2.0 Examples</display-name>

  • How to deploy axis on weblogic 5.10 sp13

    Could anyone please help us find documents on how we can install axis (Apache
    SOAP engine) on weblogic 5.10 sp13?
    Thanks
    Insoo

    Hello,
    You might try taking a look [1] at this reply from Michael Wooten.
    HTH,
    Bruce
    [1]
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.webservices&item=1957
    Insoo Lee wrote:
    >
    Hello,
    or, it doesn't have to be weblogic 5.10.
    any pointers on how to deploy axis on weblogic in general?
    Thanks
    "Insoo Lee" <[email protected]> wrote:
    Could anyone please help us find documents on how we can install axis
    (Apache
    SOAP engine) on weblogic 5.10 sp13?
    Thanks
    Insoo

  • How to deploy jsp project in weblogic server 10.3

    I have downloaded a jsf project from a website. I want to deploy it in weblogic server 10.3. What to do?

    This has nothing to do with JDev.
    Ask your question WebLogic Server - General
    Timo

  • Definitive Guide to Deploying JSPs in WEBLOGIC

    hi,
    I am a complete newbie to Weblogic server.I have installed it in my machine and also configured a domain.I need to know how to deploy a JSP.Although I have been referring to a lot of resources on the WEB , I would want a more definitive guide as to how I shud go about it.
    Please let me know if there is a more crisp desciption of what steps to be followed.
    Thanks for your time,
    Regards
    Mrudla

    Try this program...it's free...and it will write the embed tag and the javascript so the video will be seen in IE7 for window.
    http://www.qtbridge.com/pageot/pageot.html
    Here a link on how to use it to embed a simple movie...
    http://discussions.apple.com/thread.jspa?threadID=885867&tstart=0

  • How to run jsp in weblogic server

    hi,
    how to run jsp application in weblogic server,plz send the procedure how to deploy..
    Thanks

    How to run JSP and EJB program using weblogic server

  • How to deploy JSP's on tomcat 4.1

    i have XP machine.
    war command is not working on my machine,any thing i have to do to make it work?.
    jdk is working fine,and ANT is also working.
    but whan i run the command "ant install" i am getting error at build.xml 364 which is
    war="file://${build.home}"/>
    which is again a problem with war.
    is there any way to deploy JSP( just jsp for now) in tomcat
    thanks
    Narendra.

    thanks for the reply.
    i found out how to make .war files and i can able to deploy and run JSP files.
    with the help of this command
    jar cvf myApp.war Date.jsp
    do i have to specify the files name at the end of command ?. is there a way to make .WAR file with all subfolders and files?

  • How to deployed jsp report to Oracle EBS R12

    Hi,
    The jsp report deploy using Oracle Report. How to deploy the jsp report to Oracle EBS R12 and calling jsp report through Self-Service Menu.
    Thank you.
    Wilson

    Hi,
    What tool you have used to develop those pages?
    Please see the docs referenced in this thread.
    I want to start OAF R12 please give me PDF
    I want to start OAF R12 please give me PDF
    Thanks,
    Hussein

  • How to deploy *.jar in WebLogic by Hudson and WLST

    Hi everybody!
    I have the server (hostname - server0), where:
    1. Developers works. He create the build JAR-files and put this file in special local directory:
    /home/build/test1/jar/ - jar-file for test envorement 1 of weblogic (hostname - server1)
    /home/build/test2/jar/ - jar-file for test envorement 2 of weblogic (hostname - server2)
    2. I have the directories with WLST scripts for deploing the build JAR-files:
    2.1. Script files for deploing the jar-files in test envorement 1 of weblogic (hostname - server1)
    /home/build/test1/scripts/deploy.sh
    /home/build/test1/scripts/deploy.py
    2.2. Script files for deploing the jar-files in test envorement 2 of weblogic (hostname - server2)
    /home/build/test2/scripts/deploy.sh
    /home/build/test2/scripts/deploy.py
    3. Hudson (Hudson ver. 2.1.2) is intsalled.
    Could you please tell me, how to automatic deploy *.jar in WebLogic by Hudson and WLST, if take into consideration the email-notification about problem in deploing?

    I've never used WLST inconjunction with Hudson.
    What I have done is use Maven to do this.
    We have a WebLogic Server Maven Plugin which can perform deployment operations.
    Hudson has support for Maven, so you create a Maven project which does the deployment from the project and configure a job using that on Hudson -- if you can get your developer to upload their artifacts to some form of SCM system so Hudson watches for the changes, grabs the new file and does the deployment, that would work.
    If you want to use your scripts, then you could perhaps use the Hudson SSH plugin which can execute "shell" scripts on a server. Theoretically here you would create wrapper shell scripts for your WLST execution/script, then configure a Hudson job which executes the scripts. I've never used the plugin so not sure how it is activated, but you could configure a job to run on a periodic basis, and have the wrapper script itself do the check to see if the directory contains a jar/ear file to deploy -- if it does, execute the WLST scripts; if not, simply return.
    Let us know how you get on!
    -steve-

  • How to deploy JSP as EJB in Remote Mode

    Hello:
    I used JDeveloper and BC4J to create a JSP web site.
    When I was running the JSP creation wizard, there is a option let me to selete run the JSP at "Remote Mode" or "Local Mode".
    When I selected to run at "Local Mode", after I deloyed the JSP to 9iAS, it works fine.
    But when I selected to run at "Remote Mode" and deployed the application module as EJB session bean, there is a RunTimeException occurs, the error likes "The applicaiton module can not be instanced".
    I saw the JSP config file, it just a little different.
    In Local Mode:
    config name = XXXX.XXXXXX.XXXXXX.AppModuleLocal
    password = xxxxxx
    In Remote Mode:
    config name = XXXX.XXXXXX.XXXXXX.AppModuleEJB
    password = xxxxxx
    I read the web page about deploy JSP to 9iAS: http://technet.oracle.com/docs/products/jdev/technotes/JSP/Deployment.html
    but the page seems just show that deploy JSP in the local mode.
    Can you give me the complete procedure to deploy JSP application as EJB in Remote Mode?
    Thank you!

    HI Welcome to J2ee...
    I am also new to this...But i ll share my ideas with you...
    In EJB 3.0 No need of any Deployment Descriptors....
    And If you are using Eclipse You can Deploy(as jar) using Export in File tab...
    XDoclet is not mandatory...
    Gopal V

  • How to deploy webservices in weblogic 90

    I am tryiong to find a way to deploy a set of web service endpoints
    represented by stateless session beans in WL9.0. I know that 9.0 best
    practice recommendation is using JSR181 and jwsc tool, but for various
    reasons I cannot use that approach. So, what is the alternate approach?
    Basically, I will have a generic ear file, where I have most of the JSR921
    artifacts generated by XDoclet. I want to deploy this EAR in WL after
    creating a set of new WSDLs (and replacing the corresponding WSDLs in the
    EAR) using the WL tools. What is the best approach here?
    It seems that only wldeploy is supported in 9.0. How can I use that to do
    what I want? Also, which tool do I use to generate WSDL's from the session
    bean service endpoints in WL 9.0?
    Thanks for any pointers.
    Shantanu Sen

    Pack the servlet in a web application packaging fashion and then go to the weblogic admin console...you can find the application by browsing the folder
    when you click on the "deploy web application" link (which searches for the web.xml file and a valid package structure)

  • How to use jsp in weblogic 5.1

    Hi all,
    We have PeopleSoft application running on
    Weblogic 5.1 SP12.
    How do we use JSP files in this weblogic version ?
    We are trying to use a custom jsp file.
    Quick help is much appreciated..
    Thanks
    Maddy

    WebLogic 8.1 supports JSP 1.2, which doesn't natively implement the JSTL or the expression language. If you download the Jakarta Taglibs implementation of the JSTL (for JSP 1.2, not JSP 2.0), then you can use the JSTL taglib as a normal taglib. Note that this doesn't give you the ability to use the other JSP 2.0 tag features, like using the expression language in body content.
              Make sure that you use the uri value specified in the tld that you're using. I believe the values are different between the JSP 1.2 and JSP 2.0 versions.

Maybe you are looking for