Importing WAR file into Web Module Project

Hi,
I am brand new to SAP and i'm trying to help out with a proof of concept for our SAP rollout.  I am trying to import a J2EE application that currently runs on WebSphere 5.1 and was developed using WSAD.  I found a blog on the SAP site and it gave a simple run down of how to Migrate from WebSphere application server to SAP Application Server.
Here is the link: /people/community.user/blog/2007/03/06/migrating-application-from-websphere-application-server-to-sap-was
The steps seem simple enough yet I am having issues trying to import my WAR file into my Web Module Project in Netweaver.
Step 4 gives the following instructions: Create a WEB Module Project and import the WAR file.
Unfortunately, they do not give more detail besides Import the WAR file.  When I try importing my WAR file, it adds the WAR file in my Web Content folder.  I was expecting it to extract all my java classes and my jsp files but this is not the case.  To do this, I right clicked on my Web Module Project while in the J2EE Explorer view and selected import file and selected my WAR.  I'm assuming this is not correct.
Any help would be appreciated.
Thanks,
Phil

Hi Phil!
You don't need to create previously a web module to import the war then.
I'm assuming you're using NWDS (Netweaver Developer Studio). Try this. In NWDS: File -> Import... ->
then, select "WAR file". After that, you need to inform the path of you WAR file and automatically it will fill in the name of your project, that you can change if you desire. After that, click in Finish and it's all.

Similar Messages

  • Deploying an existing WAR file into the Portal

    I have downloaded the Enterprise Portal and the SAP Netweaver Developer Studio (NDS) and have succeeded in creating a couple of projects of the ‘Hello World’ variety and deployed them on the Portal!  So far, so good.
    The problem I have is that need to deploy on the Portal an existing JSP/Struts application of ours which is available as a Web Archive (WAR) file.
    The problem is that I cannot find a way of deploying an existing WAR file on the Portal – either via a Project or otherwise.  I have found an entry in the Help files with the NDS which sounds promising, as it is entitled ‘Import a .WAR File into a new project’.  However, the menu entry it says you should use (File ‑> Import ‑> MDK: Import a web archive (.WAR) into a new project) this last entry does not exist on my installation of NDS.
    Any ideas or suggestions?

    Hi Mustafa (and All) - thanks you very much for your answers, which has enabled me to make good progress.
    I have created a project in the Deploy Tool, imported a simple WAR file into it, loaded to project and depployed it on my instance of the Portal - or at least I have deployed it as far as the Deploy Tool is concerned. 
    However, when I try to find it in the Portal in order to assign it to an iView in the Portal content, I can't find any evidence of its existence!!
    As another 'tack' in the NDS I have created an 'Enterprise Application Project', into which I appear to have imported the WAR file - but I cant package this as a PAR file, which is what I seem to need to do to get it into an iView on the Portal.  To create a PAR package I seem to need to create a 'Portal Application Project' - but I can't find a way of getting the WAR file into that!!
    Any further advice would be greatefully received.
    Thanks for your help to date and thanks in advance for any more you may be able to give.
    Regards,
    Dave

  • Web module project import

    Hello friends,
    is there anyone know, how can import a "web module project" to another NWDS?
    Regards,
    peter

    Hi,
    Then it is a bit more complicated.
    I think you have to create to create a java DC in which you unzip all files from the .jar file in the classes folder.
    Then you need to define assembly on the DC and access this from your web application project.
    This means that when you build the new Java DC it recreates the jar file you had earlier and this jar file is included into the build of the web application project. Not really an elegant way of doing it, but it mimics what SAP does with DC assembly dependencies.
    Regards
    Dagfinn

  • Importing a WAR file into WebLogic 8.1

    Hello,
    First post here so go easy on me :-D
    Is it possible to import a WAR file into WebLogic 8.1? If so, how?
    I have a WAR file created using Eclipse and want to test if I can take that WAR file and rebuild the project in WebLogic.
    Any help is appreciated?
    Thanks,
    Tommy

    I,
    your domain should be started in developement mode. Then, just copy your
    war file in the "applications" directory under your domain directory.
    Emmanuel
    Tommy Dunne a ?crit :
    Thanks Emmanuel, I had a look at that link you sent me.
    Im still isnt 100% clear to me...In tomcat when you have a WAR file you can just put it in the webapps directory and tomcat will automatically expand it for you and you can run the application straight away.
    Is there such functionality in weblogic? How do you get weblogic to see the WAR file? Do you have to create a project or anything?
    Sorry if this is a very basic question...

  • Deploying Java Web Application (WAR-File) into a cluster environment

    Hi,
    we have a web application which has to read from and write to the file system.
    Since a short time we have a cluster environment (2 parallel servers) and since thisa time we have the problem, that files are worked double in the cluster. The application is working on both servers now and so we have this problem.
    Does anybody know how we have to deploy the application correctly in a cluster environment or do we have to change anything in our source code of the application?
    I didn't find any documentation about this.
    At the moment we have deployed the application on one of the two servers only, but I think there must be a better way to solve this problem.
    Thanks for your replies.
    Regards
    Thorsten

    Hi,
    I think first you need to wrap it into an EAR file, then you can deploy it.
    As far as I know standalone deployment of WAR is deprecated as of 640.
    similar threads:
    How to deploy .war on NWDI
    Deploying an existing WAR file into the Portal
    Hopefully this tutorial also gives some idea:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm
    Regards,
    Ervin

  • I cannot import my files into my project

    I am trying to import my files into my project but when I right click the file, nothing happens.  It does not give me an option to import. Nothing comes up at all.

    More information needed for someone to help... please click below and provide the requested information
    -PPro Information FAQ http://forums.adobe.com/message/4200840

  • How to deploy web application .war file into SAP NetWeaver Engine?

    Hi All,
    I want to deploy web application which is developped using JAVA web technology into SAP netweaver Engine.
    I tried to deploy .war file through SDM but it complained the following error
    - Hide quoted text -
    "Error loading archive
    C;\Document and Settings\cr1adm\Desktop\MyProject.war
      (server side name is: F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)
    com.sap.sdm.util.sduread.IIIFormattedSduFileException: The information about development component found in the manifest is either missing or incomplete!
    Manifest attributes are missing or have badly formatted value:
    attribute keylocation missing
    attribute keyname is missing
    attribute keyvendor is missing
    attribute keycounter is missing
    (F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)"
    Can any one please suggest how to deploy external web application into SAP netweaver engine.
    Is there any procedure to follow to do this.
    your inputs will be highly appreciated...
    Thanks in advance

    Hi,
    I think first you need to wrap it into an EAR file, then you can deploy it.
    As far as I know standalone deployment of WAR is deprecated as of 640.
    similar threads:
    How to deploy .war on NWDI
    Deploying an existing WAR file into the Portal
    Hopefully this tutorial also gives some idea:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm
    Regards,
    Ervin

  • Web Module Project and Javascript file

    Hi,
    I have developep my Web Module Project. Now i want integrate in the project a javascript file and call it from a html
    file or a servlet. How can I do it??? In which folder of the project I have to save the javascript file??? (ex. script.js)....There is a tool in NWDS to manipulate javascript file???
    THANKS

    Hi,
    You can place the js file inside webcontetnt folder itself. If there are lots of files, then create a folder called JS and paste the file inside this folder. Then you can use this file from JSP like this.
    < script language="JavaScript" src = 'script.js'>
    or
    < script language="JavaScript" src = 'JS\script.js'>
    Generally, JS files can be opened using notepad or wordpad from NWDS. There is no specific tool for it. Hope that answers your query.
    Regards,
    Harini S

  • Error in running a URL for Web Module Project with a JSP

    Hi Experts,
    I created a Web Module Project with name "WebModuleProject".
    I created a jsp file naming "test_jsp" inside it
    Then i created a Web Archive for it which resulted in a WebModuleProject.war file.
    I then created an Enterprise Module Project with name "EnterpriseWebModule"
    Then i linked the "WebModuleProject" whith this project.
    I created an EAR for this project.
    Deployed that EAR on to hte J2EE Engine.
    Now on applying the following url:
    <a href="http://server:port/WebModuleProject/test_jsp.jsp">http://server:port/WebModuleProject/test_jsp.jsp</a>
    i m getting the following error
    404 Not Found
    The requested resource /WebModuleProject/test_jsp.jsp is not available
    Details: File [WebModuleProject/test_jsp.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    Please experts help me to dig out this problem
    Can anybody suggest me why i m getting this error? And how to resolve it???????

    Hi Saurabh,
    In SMICM transaction code we have to maintain the parameters in order to run the web report in the specified format.
    i am listing some parameters in the below, Please have a look and see whether it can help u out .....
    Services
    icm/server_port_0     = PROT=HTTP,PORT=8000
    icm/server_port_1     = PROT=SMTP,PORT=0
    HTTP settings
    icm/HTTP/max_request_size_KB   = 102400
    icm/HTTP/j2ee_0                = PREFIX=/,HOST=localhost,CONN=0-500,PORT=50000
    icm/HTTP/server_cache_0        = PREFIX=/, CACHEDIR=/usr/sap/BSD/DVEBMGS00/dat
       a/cache
    Misc
    icm/host_name_full             = cauvery.com
    icm/cancel_strategy            = cancel requests without session (stateless)
    rdisp/plugin_auto_logout       = 1800
    is/HTTP/virt_host_0            = :;
    is/SMTP/virt_host_0            = :;
    Once after maintain the parameters go and check in the SICF transaction code SAPBW---BEx + right click + test service. And check whether it is opening in the required URL path.
    Regards,
    Vara Prasad.

  • JSP does not have visibility of java classes in simple Web Module Project

    Dear Experts
    I am developing what I thought would be a very simple Web Module Project for a simple webservice
    to allow a user to logon to Netweaver Portal with a simple logon and password.
    I have not done this in over 8 years, and am somewhat rusty.
    The webservice is package in  a .war and is deployed via an Enterprise Application project as a .ear.
    The issue I am having is that I want to enhance the presentation of the webservice through the
    provision of css and adding a couple of images. The "libraries" are visibile in the build path of web
    module project.
    At the top of my .jsp for logon form I want to import some java libraries in order
    to get String webpath = componentRequest.getWebResourcePath()"/":
    <%@ page session = "true"%>
    <%@ page import = "com.sapportals.portal.prt.resource.IResource" %>
    <%@ page import="com.sap.security.core.sapmimp.logon.SAPMLogonLogic" %>
    <%@ page import="com.sap.security.core.sapmimp.logon.SAPMLogonCertLogic" %>
    <%@ page import="com.sap.security.core.logonadmin.IAccessToLogic" %>
    <%@ page import="com.sap.security.core.logonadmin.ComponentAccessToLogic" %>
    <%  IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
    final boolean inPortal = true;
    String webpath = componentRequest.getWebResourcePath()"/";
    // todo: find layout schema...
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
    %>
    However, during runtime the libraries are unknown and I get the following SAPJ2 EE errors
    indicating the methods etc are not known to the jsp:
    Full Message Text
    application [ctxhrofm] Processing HTTP request to servlet [jsp] finished with error.
    The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation rocess: [/usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java22: package com.sapportals.portal.prt.resource does not exist
    import com.sapportals.portal.prt.resource.IResource;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:23: package com.sap.security.core.sapmimp.logon does not exist
    import com.sap.security.core.sapmimp.logon.SAPMLogonLogic;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:24: package com.sap.security.core.sapmimp.logon does not exist
    import com.sap.security.core.sapmimp.logon.SAPMLogonCertLogic;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:25: package com.sap.security.core.logonadmin does not exist
    import com.sap.security.core.logonadmin.IAccessToLogic;
                                            ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:26: package com.sap.security.core.logonadmin does not exist
    import com.sap.security.core.logonadmin.ComponentAccessToLogic;
                                            ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : class IAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : class ComponentAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                        ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable aResponse
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable IAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:63: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    String webpath = componentRequest.getWebResourcePath()"/";
                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable IResource
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
                                                      ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
                          ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable aResponse
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
    ^
    14 errors
    Exception id: [0019996862AA007E00000436000077FB0004A78CA1BA8324]
    I have added the associated DCs for classes to used DCs and they are visible on the buildpath
    of my webservice.
    What am I missing?
    Many thanks for any advice offered
    Mike

    Have you made runtime references to used libraries...?
    refer page 20 ...in
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d99678-1a29-2d10-94b4-9d9a67b7199b?quicklink=index&overridelayout=true

  • Error in web module project

    hi all,
    I am writting web module project where i am using servletand in that servlet i am using user data.
    so i included "com.sap.security.api.jar".
    when i build this project it want give any error.
    but i want to deploy this on portal so i created one enterprise application project then added above web project in project reference.
    but if i know build this project i get error on line "import com.sap.security.api.jar"
    and if i see in web module project that jar file was not there.
    please reply.
    thanks
    jayesh talreja

    Hi,
    If you use the SAP NetWeaver Developer Studio you can just use the "Organize Imports" option, this will add everything you need in your project automatically.
    If not, you can choose the Build Path -> Add External Archives:
                              a.      Browse to the location of the sap.comtcjesecurity_apiimpl.jar. In the AS Java file system, you can find this library by following the path /usr/sap/<SID>/JC<XX>/j2ee/cluster/bin/interfaces/security_api.
                                b.      Select the JAR file and choose Open.
    It shouldn't throw exceptions when you deploy your EAR project.
    Best regards,
    Ekaterina

  • Importing .ear file into NWDS

    Hi Experts,
    Do we have an option to import .ear file into NWDS directly? This ear file contains .war file. But I am not getting any option to do this import. Pls guide me.
    Thanks in Advance
    Mathur Saurabh

    Hi,
    Try in this way
    Select the Appropriate Project as per you .ear file(WDA,JAVA,J2ee)
    If java project
    1) File--> New > Project>Java> Java Project> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    If Enterprise Application Like(.war file and .jar)
    File--> New > Project>J2eeProject> Enterprise Applicaion> Project Name--> Choose the unziped Earfile path as the DictionaryPath.
    Thanks,
    Sreeni.

  • Problem in deploying WAR file into OC4J

    I have tried deploying a .war file into oc4j (orion) application server using - Deploying Upon OC4J Server Startup option
    I have placed the intelliview.war into /applications directory
    modified server.xml & web-site.xml
    server.xml added
    <application name="intelliview" path="../applications/iviewserver.war" auto-start="true" />
    web-site.xml added
    <web-app application="intelliview" name="iviewserver" root="/iviewserver" />
    Here is the error message,
    Error instantiating application at file ....applications/intelliview.war
    Unable to read/find assembly info (META-INF/application.xml)
    Any idea?
    Thanks

    Following are the steps involved in deploying a WAR file in Oc4j.
    1. Copy the file to D:\oc4j\j2ee\home\applications where d:\oc4j is the location OC4J is installed in.
    copy mywar.war D:\oc4j\j2ee\home\applications
    2. Open the application.xml file in D:\oc4j\j2ee\home\config directory
    and add the following after the <web-module id="defaultWebApp" path="../default-web-app" />
    line:
    <web-module id="mywar" path="../applications/mywar.war" />
    3. Open the default-web-site.xml file in D:\oc4j\j2ee\home\config
    directory and add the following after the <default-web-app application="default" name="defaultWebApp" /> line:
    <web-app application="default" name="mywar" root="/mywar" />
    Hope this helps
    -Debu Panda
    Oracle

  • Adobe Technical Communications Suite - Importing Framemaker Files into Robohelp

    We have just started using the Adobe Technical Communications
    Suite to import our Framemaker files into Robohelp. (We have about
    a year’s experience of taking Framemaker files into Web Works
    Publisher, with good results so we were hoping for a similar
    experience with Robohelp).
    Please can you help us with the following two problems:
    1. Importing FM files into Robohelp has posed some immediate
    table formatting problems. We imported the FM files by reference
    according to the instructions but cannot format the tables, ie.
    Colors etc.
    2. Can you also tell us if there is a way to set up our
    graphics in Framemaker to import into Robohelp without first having
    to run them through a batch file scenario to change the size for
    online help. Also, can you explain why the imported graphics are
    being put into separate folders in Robohelp – is there a
    system option where we can stop this from occurring.
    We are a little frustrated because we are long-time users of
    Robohelp and Framemaker and are finding some of the new features of
    TCS are not as helpful as we first thought. I am sending these
    questions after spending several hours going through the Robohelp
    Help and the Adobe website and not finding the answers.
    Thanks for your help,
    Asra S.

    I have purchased the Technical Communications Suite and am
    working with it now. I am finding several short comings in the
    product – 60% great product and 40% not so great. I have been
    using FrameMaker and RoboHelp for about 11 years and also I am a
    Webworks (ePublisher) user. I was expecting (at a minimum) to have
    the same functionality as ePublisher in TCS - ePublisher works
    seamlessly with FrameMaker. Quadralay worked with me the first
    month to answer my questions to ensure I was pleased with the
    product - and welcomed/appreciated my feedback. In some cases they
    provided me with scripts to accommodate my needs. I am finding on
    message boards and forums that a lot of users as very disappointed
    with your product so far. Are there any plans on
    improving/enhancing the product to accommodate our basic requests?
    The standard answer we get concerning graphics and tables is
    to use conditional text. This is not single-sourcing and is a
    horrible recommended work-around – a hack if you will. We use
    conditional text to handle differences in program functionality. I
    understand there is some set up required when you create a new
    project in RoboHelp, but after that I would like to run the Batch
    File process to simply generate my newly updated FM files to online
    help. How efficient is that? VERY!
    I have provided a list of the basic missing
    functionality/oversights that would greatly improve the product and
    satisfy a lot of your current users. Some of these issues may be
    user misunderstanding and in that case I seek guidance on what
    I’m doing wrong. Take the other issues into consideration
    because these are not just my issues, but a TON of your users.
    Hopefully you are user focused and are as concerned as we are.
    Please welcome this feedback as a way to improve the product.
    - No Breadcrumbs supported with MS HTML Help - supported in
    your other outputs and is available in ePublisher, so it must be
    possible.
    - Table formats are not configurable – why? Sometimes
    the converted table format from FM isn’t 100%.
    - Imported file structure (folder for each chapter) totally
    hoses my fix to poor graphic rendering. Currently I use a batch
    file to run a Photoshop macro/action on my graphic source files to
    reduce the file size by 50% and sharpen. I replace the graphics
    with my graphics and they look marvelous in online help. I copy my
    source graphics back into my “graphics folder” imported
    into FM at 260 dpi for my printed docs. Can we have the option on
    the structure for imported FM files to put them all into one
    folder?
    - Text entered into the Auto numbering field is not converted
    when importing by reference. It is when just doing a straight
    import. This is used for standardizing my inserted tables with
    pre-populated column titles– Troubleshooting, If/Then, etc.
    - Too many CSS issues. It would be nice to have one main
    template that we can sync to when the master template is changed.
    - Can’t specify a default template to apply to all FM
    files when imported.
    - My output .chm file is not picking up my Project Settings.
    It will not display Favorites, My Window Size, it’s not
    showing the TOC.
    - Cross-references – sometimes they work and sometimes
    they don’t.
    - Markers – we use markers for glossary terms and the
    character tagging carries forward throughout the rest of the
    sentence.
    I started testing the product four days ago and these are the
    major issues that are keeping me from moving forward with my
    overall plan to move to structured FM. I’m now between a rock
    and a hard place because now my department does not have the
    software to do their job. Do I go to management and tell them that
    I made the wrong decision in my tool selection? I choose your TCS
    over the updated Quadralay ePublisher that works with FM8…
    Maybe they went up on their price because the knew their former
    users would come back and be willing to pay the increased price for
    their software that generates online help with just a click of a
    button.
    Thank you for taking the time to read this and for your help
    in advance. Please direct these concerns to those in charge of
    enhancing the product (Product Evangelist). A reply and technical
    support is greatly appreciated.
    Director of Technical Publications - Horizon Software
    International, LLC
    Nikki Bridwell

  • How to import WAR files in NetBeans 6.1?

    Please any one tell me how to import WAR files in NetBeans 6.1?

    I have been using NetBeans for so many diff project but till now i didn't get chance to import WAR. But there i tried one wat as follows:
    New Project -----> Enterprise ----> package Archive ...... it shows me creating project bar at right bottom bur i cannot see any such project at project window as weel as specified location pecified at the time of creation.

Maybe you are looking for