Include a jsp file for editing without compiling

I am having trouble finding code to do this.
I want to be able to edit a jsp file through my browser. I am to get everthing working except, the including of the jsp file itself. I have tried all the different types of includes, but they all compile the file. I want to be able to edit the source.
Can anybody help me with this?
Thanks
Mossybreen

I'm not totally clear on what you're trying to do.
If you just want to be able to edit JSP source code and save it back to the file, you could probably create a page with a form that reads the file, dumps the text into a textarea, then writes it back to the file when you submit, although, personally, I wouldn't leave anything that dangerous on a public server in a million years. You'd be better off setting up WebDAV access or sFTP or something if you really need to edit your source code remotely. There's also a product from Macromedia called Contribute that allows you to do this, and there's another company that makes an applet that creates a WYSIWYG HTML editor in your browser. Unfortunately I can't remember the name, but it was pretty far from perfect anyway.

Similar Messages

  • Compile jsp file for long time

    Hi All,
    I'm applying patch on EBS 11.5.9, now it's compiling jsp file for about 1hours.
    Below is the log file,
    enumerating jsps...13577
    updating dependency...13
    parsing jsp...13
    writing deplist...13577
    initializing compilation:
    eliminating children...10257 (-3320)
    searching uncompiled...13 (10 were stale)
    translating and compiling:
    searching untranslated...13
    translating jsps...
    Please advise.
    Thanks,
    Kevin

    I'm applying patch on EBS 11.5.9, now it's compiling jsp file for about 1hours.
    Below is the log file,What is the command you use to compile JSP file?
    It is normal for compiling JSP files to run for more than 1 hour, which depends on the hardware resources you have. So, I would suggest you wait and see if the job completes successfully.
    Thanks,
    Hussein

  • Include a JSP file located in a JAR

    how is it possible to include a jsp file which is located in a jar? perhaps someone has already a solution for this hoping
    what I already have found out is that jasper parser supports loading JSP files out of JARs, indeed. but when using a <%@import file="foo.jsp"%> directive, this special method is not called. is there some workaround? should I set some special property?
    thx

    Did you ever figure this one out?

  • Convert mts files for editing in Final Cut?

    Is there a way to convert mts files for editing in Final Cut Express or Pro?

    Well, first, if you are talking about AVCHD video, FCE & FCP can directly import it from your camcorder.  They will also import AVCHD from an SD card or even your hard drive provided you have saved the entire AVCHD folder structure, not just the .mts files by themselves.
    If you only have the .mts files (without the surrounding AVCHD folder strucutre) then you should be able to use MPEG Streamclip to convert them to QuickTime/Apple Intermediate Codec for editiing in FCE.  MPEG Streamclip is free and works great.
    If that doesn't work, then look into ClipWrap, which has a $49.99 price tag.
    This will work the same for converting .mts files to ProRes assuming you already have FCP installed, which gives you the ProRes codec.
    FCE & FCP do not, however, directly import video from DSLRs because the camera manufacturers have each done some proprietary stuff in their implementation of video in their DSLRs.  However, if you have a Canon DSLR & FCP (that is, FCP 7) there is a Canon EOS video plugin that will enable you import the video directly from the DSLR into FCP7.  Not sure it's supported on Lion (10.7.x) just yet, but if you have a Canon DSLR it's worth a look.

  • Include directive to include a JSP file from a JAR file

    I have an Eclipse project in which I have placed a JSP file in the package structure with the rest of my code. This is in fact only a code snippet page, not a full blown JSP file.
    I have a second project that is a Dynamic Web Project in Eclipse that incorporates the first project as a JAR in the /WEB-INF/lib directory.
    In this project I have a JSP file and I want to include the JSP file embedded in that JAR file.
    How do I do that?
    I'm thinking the only real solution is to rewrite the snippet portion as a custom tag.

    The JSP fragment page in question is actually a HTML form page. It is a form to be used specifically by a particular servlet. That is why they are "bundled" together in the same project, in the same package structure.
    I have multiple web applications that I want to include that form/servlet, so it gets added to these projects in the /WEB-INF/lib folder as a JAR library. But I don't want to recreate the form over and over again for each application. It would be nice if I could write a JSP page that wraps the fragment using an include directive to bring that fragment into the new page.
    So to do that with any other fragment I would write:
    <%@ include file="/WEB-INF/jsp/SOME_FORM.jsp" %>
    which works great if my fragment page is in the /WEB-INF/jsp subfolder. But if I want to access the JSP fragment as it is bundled in a JAR file, this:
    <%@ include file="/WEB-INF/lib/FORM.jar/SOME_FORM.jsp" %>
    doesn't work so good. It's just all wrong.
    I was wondering how I could just write one include statement to get what I need. There are work-arounds galore, but I thought if I could get this working it would be the simplest solution overall.

  • Open file for edit

    hi
    lets say i am doing a program similiar to autocad
    and i need to open the file for edit in my java program
    the file format is my own custom format, not autocad format
    my question is that does it more sense to create a clone of the copy to edit
    or edit the opened file directly...

    Create a clone. If something goes wrong, the user can always revert to the original file.
    (On the other hand, this may also depend on what you are really doing to "edit the file". I suspect that very fiew user applications actually make changes directly into a source file.)

  • HT2486 how can I export the contact book data to a csv file for editing?

    how can I export the contact book data to a csv file for editing?

    You can edit a card right in Contacts. No need to export and re-import.
    Select a name and on the right side, click the Edit button:

  • Using NIK software...LR5 said it cannot prepare the file for editing

    I have reimported photos from my backup HD (Lacie) into LR5.  After selecting a photo in LR5 I attempted to edit using NIK software...LR5 said it cannot prepare the file for editing?
    Message was edited by: Geoff the kiwi
    Changed title to reflect query

    Is there a question mark icon next to your photo?
    What is your operating system?
    Which NIK Software?

  • How can i include a jsp file in servlet?

    hi
    i generate a dynamic page from servlet.
    i need to include a jsp file in same servlet.
    i try like this --
    out.println("<HTML>");
    out.println("<HEAD><TITLE>First</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<%@ include file=\"abc.jsp\">");
    out.println("<FORM>");
    out.println("</FORM>");
    out.println("</BODY>");
    out.println("</HTML>");

    Replace your line with
    RequestDispatcher rd = request.getRequestDispatcher("abc.jsp");
    rd.include(request, response);

  • 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

  • I recently purchased QuickTime 7 Pro to convert avi files to mov files for editing on Imovie. However, QuickTime won't play the files. How can I get them to play and how can I convert them to mov files?

    I recently purchased QuickTime 7 Pro to convert avi files to mov files for editing on Imovie. However, QuickTime won't play the files. How can I get them to play and how can I convert them to mov files?

    I recently purchased QuickTime 7 Pro to convert avi files to mov files for editing on Imovie. However, QuickTime won't play the files. How can I get them to play and how can I convert them to mov files?
    Both the AVI and the MOV file extensions refer to the file container and not the compressed data the file contains. Both are generic file containers in that each may contain any valid combination of audio and/or video data that is compatible with the codec component configuration of the system on which the file was created. On the other hand, whether a file is playback compatible, conversion compatible, and/or edit compatible depends on the data actually contained in the file container. So, you are basically dealing with two separate issues here—the container and what is inside it.
    Basically, if you want to make your files ediit compatible with iMovie, you must change your file container to one that is acceptable to iMovie and convert the data to edit compatible audio and/or video compression formats as may be necessary. The best approach is to determine what codecs were actually used to create the original AVI files and add them to your system if possible. In most cases a codec package like Perian can be added to your system's codec component configuration to may the AVI file playable. Once they are playable, in the QT 7 app then they can be chnged or converted to file types and compression formats that can be edited in iMovie. (While Perian handles most codecs commonly used to create AVI files, it does not handle all possibilities and, while the Perian codec package still works under cureent Mac OS versions, its development group has decided to drop further development/support of the package.)
    Background: AVI is a file container originally developed by Microsoft back in 1992 but for which official support was discontinued about 11 years. Despite its limitations, Windows users still tend to use this file based on its open source ease of use and generic nature, thus, making its use so popular that most users are unwilling to switch to more modern but less generic file types. Since some AVI legacy compression formats have never been transcoded for the Mac or use beyond OS 9 or OS X PPC platforms, it is often important to know what specific compression formats are contained in the AVI file to know which codecs to add to your system and which not to add in order to avoid possible codec conflicts.
    You can use many different converters to convert AVI files to iMovie edit compatible files. Most third-party apps contain their own buit-in codecs which do not relay on the Mac codec component configuration. Free ones, like HandBrake, usually have limited conversion capabilities while those that have more varied outputs are usually commercial in nature and will cost you additional cash. QT 7 Pro or the free MPEG Streamclip app allow you to access you own system's component configuration and use any available codec component like DV, AIC, MPEG-4, H.264, Photo JPEG, etc.—all of which are iMovie compatible for editing purposes—but only after making the AVI file QT 7 player compatible.
    In order to determine what compression formats wewre used in your AVI files you can
    1) Try checking the Finder "Info" window,
    2) Use the "Inspector", "Media Info", or "Properties" window of any player app that will open the file, or
    3) Use a general media utility app like "MediaInfo" to read the file characteristics.

  • I'm having problems exporting files for editing from LR 4.3 into photoshop elements 9.

    This problem only occurs with files that I have been imported from cd's/dvd's into the libraryand I get the msg "Lightroom was unable to prepare the selected file for editing. It will not be opened."
    Files that are stored on my hard drive have NO PROBLEM in being edited. .
    I am new to Lightroom and currently using it on the 30 day trial I have been using PSE for a long time and have over 90,000 images in Organizer and all of my images are on cd's/dvd's, very few are stored on the hard drive.
    Thanks in advance for any feedback and suggestions.
    Ken

    Do you mean they are still on the CD/DVD and you want to export them directly from CD/DVD?
    That's not possible since the CD/DVD is not writeable. You have to move the photos to your hard drive first.

  • Finding jsp file for the OA framework

    hi all,
    i working in the OA framework, and i need to do some changes in the application and i need to get the jsp files for the shopping carts, i connected to the server through ftp.
    from the about link in the shopping cart it says that the OA_HTML found in the path /u01/applcrp2/crp2comn/html/ but i coudn't find the jsp files for the shopping cart, i also need to locate the java classes for this files
    any help please, is there any documentation on this issue - the location of the files in the OA framework in the server.
    urgent please any tipes
    Mahdi

    Oracle guys - maybe it's time for a "sticky" post at the top of the forum entitled This is not the right forum for asking OA Framework questions.
    The OA Framework Forum is [url http://forums.oracle.com/forums/forum.jspa?forumID=210]here
    I am going to become the top poster on this forum just responding to these ;)
    John

  • The best way to make proxy files for editing?

    Hi,
    What is the best way to create proxy files for editing? I'm thinking Apple ProRes 422 (Proxy). The original material is DVCPRO HD 1080i50, shot on Panasonic P2 cards, and copied on to hard drives. But as there is about 400 hours of it, I desperately need to find a clever way to make smaller proxy files for editing.
    I would also like to make the proxies at a smaller resolution than 1080i for the editing process.
    I guess it's possible to import the media and then batch export it to the proxy format, but Is there a better way?

    I'm not able to ingest the material directly from the P2-folders as ProRes 422 (Proxy). No matter how much I change the import settings in "Log and transfer", it still ingests as DVCPRO HD 1080i50.
    Correct. DVCPRO HD P2 can only come in as DVCPRO HD. You can't transcode it. AVCIntra P2 is what you can bring in as ProRes. (Sorry Tom).
    I can of course transcode it form there to the proxy format and delete the ingested files,
    Why? Why do that? You have ingested all the files, right? You ALREADY HAVE THEM...right? Why not work with them? You obviously have the room (20TB). Why import all this, then now take the days it would require to make proxies?
    Making the ProRes-proxies directly from the P2-material seems more logical, or isn't it?
    DVCPRO HD P2 cannot come in as anything else, so the offline/online workflow for them doesn't work unless you import it all, then transcode to a smaller format...but then need to keep the originals online to relink to when you are done. If you wanted to do an offline/online, you needed to research this better...or test it...before you shot your hundreds of hours only to find that what you want to do won't work.
    Shane

  • How to add more than one JSP file for a single JSPDYNPage component

    Hello Everyone,
                           I am creating one portal application which involves JSPDYNPage component, while creating this component one JSP file is also created. But i want one more JSP file for my application ...i.e- for the same JSPDYNPage component. can anybody tell me how to create one more JSP for the same component.
    Thanks
    Chetan Deshpande

    Hi Pooja,
                 I tried the way u said, but when i try to create it(i.e- right click on pagelet folder & then new---> other......the way u said.) it asks for JSP file name but finish button is disabled even after entering the JSP file name.....is it that i am doing something wrong....please guide me for this & one more thing it asks for folder name also ...where to store that file....but when i try to enter anything.It doesn't show or doesn't allow me to do so
    Thanks
    Chetan

Maybe you are looking for

  • WRT610N V1 - Solution for not connecting iTunes to Apple TV

    I have a solution for anyone with a WRT610N(V1)who is having problems (BTW this will work with V2 router also). I could not connect my iTunes to my apple TV, or it would appear fleetingly. Same problem using my iPad as a remote. The issues you are ha

  • Opinions on which printer best fits needs...

    I will be going to Japan soon for work and was recommended that I bring my own laptop, printer, speakers, etc. I have a 13" aluminum MacBook that I bought last Christmas and it's still in tip top shape. I've been looking at the printers for sale on t

  • Payment term - OBB8

    hi we have in OBB8 a 200 payment terms for vendors and customers from this 200 only 30 are in used from 1.1.2010. our users wants to see when they go to transaction MIRO/ME23N or any other transaction that have the field "payment term" only this 30 t

  • GRC FF 5.1 BACKGROUND JOB WAS NOT SCHEDULED/LOG FILE NOT YET GENERATED

    I've had FF installed in prod for 4 days. I just now got around to running the /VIRSA/ZVFATBAK job. However it only generates the logs for the last 24 hours. I know when you schedule the batch run to run hourly this will be resolved but I wanted to r

  • Assign field from Extended Structure

    Hi, friends I'm tryin to Assign the field GPARN (Partner Number) from PO Screen, but is occuring a Short Dump. I saw that WRF02K is a extended structure. How can I assign a filed value from a Extended structure ? I'm using the code bellow.         DA