Tomcat server add on the device

Hi Folks,
Can anyone tell me the exact location of the jscpout.txt file so that  i can check
whether the Tomcat server add on has been successfully installed or not.
Can you please clarify :
I have downloaded the tomcat addon from the sapnote 1009703 but it is a zipfile.
I am looking for the file MAP70_WinCESetupTomcat_Tomcat.CAB file.
Though i have copied the add on to the device using Active sync.
The client installer has been created on my pc and again i try to
find the tomcat cab file but i can see only the txt file.
Can you suggest how to get the tomcat cab file and how to run on the device.
And the location of the jscpout.txt file so that i can check the tomcat
installation successful or not.
Thanks,
Aswini

Hi Aswini
    The jscpout.txt file is present in the root folder of the PDA (i.e directly under \ ).  The tomcat addon that is attached to note 1009703 will only be zip fie and not a cab file since this needs to be installed only after you have successfully installed MAP70_WinCESetupTomcat_Tomcat.CAB which is nothing but the MI JSP client installer for PDA. So the steps are as below
1. Install Creme JVM (Creme 3.27A)
2. Install MAP70_WinCESetupTomcat_Tomcat.CAB.
3. Sync to obtain a device id.
4. Upload and assign tomcat addon to the device.  The steps for this is mentioned in note 1009703 itself.
Hope this helps.
Best Regards
Sivakumar

Similar Messages

  • Error initializing server: IO Error: The device is not ready

    Hi, I copied JDev 10.1.3 on my notebook and when I tried to start embedded OC4J I get the following message:
    Error initializing server: IO Error: The device is not ready
    What should I do? Thanks

    If I read correctly, you just copy the existing jdev installation on your PC to your notebook. That sounds like a very dubious practice to me. As seen by you in this particular example, hard-coded non-relative paths, host information, environment settings and etc begin to creep into various configuration or preference files once a piece of software go alive.
    Any problem to start a new installation to your notebook?

  • Does "Deleted Messages - Remove"  on iPhone and iPad  refer to the server, or just the device?

    I have been trying to understand the settings in iOS devices in mail apps "Deleted Messages - Remove" and the selection of time including never. Does this refer to deleting from the severs - wherever/whomever they are - or from the device itself. This appears in the advance settings in mail for pop accounts.
    If never is selected, is that so the sever holds it for the computer's mail client to see (albeit as unread) and trash it then (where it could be on sever forever if desired) or does that mean it will not be removed it from the iPhone or iPad until trashed and therefore not seen by one's other devices/computer.
    Be gentle - this is my first question.

    Your scores will not sync. You will have "different scores' on each device. And say if the game has different levels that you have to unlock, your progress on one device will not sync to the other.

  • Add to the device "Share" menu

    Just like "Share with Facebook" or "Share via Instagram", and I want to register my app to this menu and be able to get Images from the gallery or any other apps that share images.
    I've managed to add my app to this menu by doing this:
    <intent-filter>
       <action android:name="android.intent.action.SEND" />
       <category android:name="android.intent.category.DEFAULT" />
       <data android:mimeType="image/*" />
    </intent-filter>
    And now I see my app there, but how do I get the selected image url/path?
    Anyone?

    Frankly, I wouldn't waste my time. The pop up menus in FW are old code and a real mess to deal with once the menu has been exported. There are far better resources out there, from the Spry menus in DW, to commerical products from Project Seven.

  • Debug the Flex Application with tomcat Server

    Hi,
    I have the adobe flex builder plugin with my eclipse and I created a Flex project which is running on my Tomcat Server. Now, I would like to run my application in debug mode and I could not see the debug perspective. But, if my application is not configured with tomcat server, I can the debug perspective in my eclipse.
    Do we need to do any additional settings for viewing the debug perspective for Flex Applications which is configured in tomcat Server?

    You can't debug an app on the server, at least not using the debug perspective. Troubleshooting deployed apps if far more difficult.
    If this post answers your question or helps, please mark it as such.

  • Creating a link to text file in a tomcat server not working in JSP webapp

    I am using netbeans to create an web application within my desktop, and then I load the build/web folder to a tomcat server to test the application. Everything works fine. However, when I try to link up my JSP pages to text files (.txt) create by the application on the server, I seem to be getting files that might be kept in a terminal.
    When I get the Real path of the servlet context, I find that it is to a C:\ type file rather than a //hostname type of directory. So obviously those files are not being reached.
    Does anybody know how to deal this problem?

    There are a number of ways to get to the Flash Global Security settings dialog.
    My favourite way is just to double click on a Captivate SWF (not the HTM file) to open it in a web browser, then right click on the playing screen to get the Flash context menu.  On the context menu, click the Global Settings option.
    In the web page that opens, click the link on the left to Global Security Settings.
    Add the folder or drive location of your published Captivate content to the Trusted Locations.

  • Still problem in TOMCAT(server.xml)

    hiiiiiii
    I tried all suggestion......At end, now when I execute %startTomcat% from DOS prompt......DOS windows opens and closes...... Somebody told me that it was error in my server.xml file in conf......
    PLZ tell me how alter this file or add new stuff.....

    Hi Amar,
    It was me who suggested the following steps
    Follow these steps:
    Download Java SDK 1.3 or 1.4
    Download tomcat 4.x or 5.x
    set the following variables from dos prompt
    set JAVA_HOME = path to your java sdk folder
    set CATALINA_HOME = path to tomcat folder
    set startTomcat = %CATALINA_HOME%\bin\startup
    set stopTomcat =%CATALINA_HOME%\bin\shutdown
    now at dos prompt
    type %startTomcat% , it should opena nother window which displays the status of tomcat server.
    In the browser type http://localhost:8080/ (for tomcat 4.x) or http://localhost:8084 (for tomcat5.x) it should open up the index page of the server.
    at your post http://forum.java.sun.com/thread.jsp?forum=33&thread=542123
    First I suggest thta you donot repost same question, it wont help and next be clear what is the problem if possible post the error that might to provide you the solution.

  • Reloading a new JSP/Jar in Tomcat Server

    HI,
    I face these problems now.
    My environment is Oracle Jdev 3.2.3 for JSP development. Tomcat4.0.1 as Application server plugged into IIS webserver and Using oracle 8i as the database
    1. Whenever I update my JSP's and Application jar files, I copy from staging area to the deployment Tomcat Server application specific directories. The files are getting copied(overwritten). After that when i try to access my context/application in Tomcat server, my browser simply tries to browse and doesn't bring up the homepage of my application(say index.jsp).
    I need to stop the tomcat server and restart again. Then I get it.
    Is there anyone who came across this error and possibly help me to solve this?
    2. I have a JSP (say emplist) which shows all the employees details with empno, ename, depyno and sal as 4 columns.
    I have a up and down arrow images near the column names. Upon clicking it, it will call the same page and sort the column either desc or asc based on the previous display order. The column on which the Arrow button displayed is stored in session variable.
    This sorting in JSP perfectly works in JDeveloper and when i run using WebToGo Server. But when i deployed in Tomcat,This sorting doesn't work.
    The page simply stands. and when i go back and front browsing my other pages of application, i lose the position of the arrow button and it behaves unexpectedly by showing up in some other columns.
    is there any reason for this kind of behaviour?
    3. In my JSP files, I log the user actions into a text file in the server. IN WTG, I am able to specify the path of the output directory.
    But in Tomcat Server, by default the output files are getting created in C:/Tomcat/bin directory.
    I donno how to set an output directory, where the files will be written to and set an input directory from where my custom application properties files will be read from.
    Can anyone help me in telling in which file and what attributes, i need to set the input and output directory path in Tomcat Server?
    Can someone help me in giving suggestions or solutions for the above problems?
    Thanks a lot in advance.
    Thanks
    Hari

    I added a Context Tag in server.xml file in the Host Tag
    <Context docBase="struts-blank">
    </Context>and so following comes up in the Server Console Window
    INFO: Starting service Catalina
    Feb 7, 2005 11:06:30 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.2
    Feb 7, 2005 11:06:30 PM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
            at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
    Caused by: java.lang.NullPointerException
            at java.util.Hashtable.put(Hashtable.java:396)
            at org.apache.catalina.core.StandardContext.resourcesStart(StandardConte
    xt.java:3707)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:3
    934)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003)
            at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
            at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1003)
            at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:420
            at org.apache.catalina.core.StandardService.start(StandardService.java:4
    50)
            at org.apache.catalina.core.StandardServer.start(StandardServer.java:196
    7)
            at org.apache.catalina.startup.Catalina.start(Catalina.java:541)
            ... 6 moreThanks in advance
    CSJakharia

  • Tomcat server 6.0 with jdk1.6 Path error

    Hi,
    my tomcat server is through the error while i compaily servlet files. already path was setted. the path but also it through the error pls.... some body help me to solve this error.
    Path are:
    CATALINA_BASE=c:\Program Files\Apache Software Foundation\Tomcat 6.0
    CLASSPATH=.;C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\bootstrap.jar;d:\jdk1.6\lib\tools.jar;c:\Program Files\Apache Software Foundation\Tomcat 6.0\lib;c:\jdk1.6\lib\tools.jar;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar;%TOMCAT_HOME%\lib
    JAVA_HOME=d:\jdk1.6
    JRE_HOME=c:\j2sdk1.6
    TOMCAT_HOME=c:\Program Files\Apache Software Foundation\Tomcat 6.0
    Path=%Path%JAVA_HOME%\bin;;d:\jdk1.6\bin.

    Sorry but your question isn't related to Java. It's a pure Tomcat question and should be asked in a Tomcat forum. (And they probably wants to know how it fails, and what error messages you get)
    Kaj
    Edited by: kajbj on Feb 13, 2008 10:25 AM

  • How can I stop Tomcat server during Integration Component Installation?

    I had problems to work with the integration component.
    I tried to repare it but it didn´t work
    Then I uninstall it
    But when I am trying to install it  again I can´t because I have a tomcat server already in place. How can I stop the tomcat server? Install the Integration Component and restart de tomcat server?

    Hi,
    Please check with below link:
    http://www.premierresults.com/PDF1/AdministratorGuide_Integration_Component.pdf
    Is there is any error message?
    Thanks & Regards,
    Nagarajan

  • TOMCAT SERVER CONNECTED TO LOAD BALANCER

    Hi ,
    scenario:
    Tomcat server addedd to the load balancer for performance .
    Q&A:
    We have added  tomcat(new server) to load balancer,now all the services are up and running,but i want to know the validation of how the new server added to the cluster  will have the connections via load balancer to this server. is there any simple way where by we can go by looking at some logs, or load, or connection statistics for the Tomcat server whilst users connect.
    please gurus can you help,
    1.HOW TO VALIDATE THE LB IS WORKING FINE .
    2.TOMCAT SERVICES VIA LB (CONNECTION)
    3.OTHER VALIDATION TO BE CONSIDERED.
    Regards,

    SAP Business Objects really cannot verify if your load balancer is working fine, you should take that up with your load balancer manufacturer or IT folks that manage it.
    When using a load balancer with business objects deployment on tomcat you should enable session persistance (this is mandatory in XIR2) and may be needed in some circumstances in XI 3.x.
    A little trick I've seen customers do is to change an image file in the deployment to have a #1 or 2 or 3 or... depending on the tomcat server, this way they could tell which server the load balancer was redirecting to. To do this right click the image when accessing tomcat (to get it's location in the deployment) and simply edit with MS paint or favorite image editor (back up the original 1st just in case...)
    Regards,
    Tim

  • Connection to tomcat server

    Hello all,
    I would like to deploy my application with Jdeveloper 11 to tomcat server. For that I created a new connection to my tomcat server, but it says after opening the deplyments in the tree of Application Server Navigator: Connection Error
    What is this connection error? Where can I check the reason of it? What can be teh reason of that?
    The tomcat is different machine. I am connected to the file system via samba share.
    What is needed to be configured in the remote machine to be reachable from jdeveloper?
    Thanks,
    Csaba

    We are not making a JSR-160 connection to Tomcat in JDeveloper 11g, thus the ability to expand the nodes within the Application Server Navigator and perform any interaction is non-existent. We only expose the web application directory location so that archive files can be copied for the Tomcat server deployment. The Tomcat support is thus limited. Once the application is deployed you'll want to use the Tomcat console for further interaction.

  • Tomcat Server Port Number: Why do I have to enter the port number?

    My ultimate goal is to setup a website that displays data from a database. I will use Java, Apache, Oracle, and whatever else I need to create a website the uses servlets, JavaServer Pages, and JDBC.
    I�ve got four Pentium III computers:
    1. Windows 2000 Server to be the web server (MyWebServer, IP = 10.10.1.1).
    2. Windows 2000 Professional to be the database server (MyDatabaseServer, IP = 10.10.1.2).
    3. Windows 2000 Professional that I use to develop and test (MyDeveloperPC, IP = 10.10.1.3).
    4. Windows 2000 Professional that I use as a client to connect to the website (MyClientPC, IP = 10.10.1.4).
    I installed Java Web Services Developer Pack on MyWebServer. It requires Java 2 Standard Edition (J2SE), so I installed that first. The files I downloaded and installed are as follows:
    J2SE: j2sdk-1_4_0-rc-win.exe
    JWSDP: jwsdp-1_0-ea1-win.exe
    After installing these products, I set the environment variables as follows:
    JAVA_HOME = c:\j2se
    JWSDP_HOME = c:\jwsdp
    Path = c:\j2se\bin;c:\jwsdp\bin; [and other previous statements]
    On MyWebServer I start Tomcat (from the JWSDP menu option). It starts properly (as far as I can tell).
    Then, from MyClientPC I open Internet Explorer and in the address box I type:
    http://10.10.1.1
    �The page cannot be displayed�.
    I then try again and add the port number:
    http://10.10.1.1:8080
    This displays the page c:\jwsdp\webapps\root\index.html.
    Here�s my question: Why do I have to enter the port number to get a page displayed? Do I have to have Apache HTTP Server running on MyWebServer to display pages without entering the port number?
    Thanks for your help.

    Oh simmy1, so silly....
    You have to enter the port number because Tomcat is running on that port (probably 8080). You actually don't NEED apache at all. Most people use it an HTTP listener because historically, servlet engines and application servers had shitty listeners. (WebLogic 5.1 was really bad.) Not sure how they stack up today.
    Port 80 is the default port that browsers will look at. (Try it, hit these forums with http://forum.java.sun.com and then hit it with http://forum.java.sun.com:80. See? Same thing.) If you don't want to have to enter a port number, just make sure whatever is running at the front of your network is serving on port 80. It doesn't matter if its apache, tomcat, weblogic, iis or whatever. There is nothing wrong with running Tomcat on port 80, although using a webserver proxy like apache is generally recommended.
    And don't listen to simmy1, this is his second bonehead post I've seen today: http://forum.java.sun.com/thread.jsp?forum=45&thread=231154

  • Configure the embedded Tomcat Server

    Hello,
    is there a documentation which tells me how to configure the embedded Tomcat Server in the Oracle Content Server? I can't get it work.
    When I try to start an web application from "JSP Server Web App Admin" I get the following error message:
    Content Server Request Failed
    csJspServerErrorAddWebAppService Failed to add context /idc/groups/jsp/documents/adacct/hello. Unable to execute service method 'addContext'.
    [ Details ]
    intradoc.common.ServiceException: !csJspServerErrorAddContext,/idc/groups/jsp/documents/adacct/hello!csUnableToExecMethod,addContext at intradoc.server.jsp.JspServiceHandler.addContext(JspServiceHandler.java:152) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461) at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142) at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75) at intradoc.server.Service.doCodeEx(Service.java:488) at intradoc.server.Service.doCode(Service.java:470) at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350) at intradoc.server.Service.doAction(Service.java:450) at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191) at intradoc.server.Service.doActions(Service.java:445) at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111) at intradoc.server.Service.executeActions(Service.java:431) at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632) at intradoc.server.Service.doRequest(Service.java:1709) at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357) at intradoc.server.IdcServerThread.run(IdcServerThread.java:195) Caused by: intradoc.common.ServiceException: !csJspServerErrorAddContext,/idc/groups/jsp/documents/adacct/hello!csUnableToExecMethod,addContext at intradoc.server.jsp.JspProvider.addContext(JspProvider.java:391) at intradoc.server.jsp.JspServiceHandler.addContext(JspServiceHandler.java:116) ... 19 more
    And it is also not possible to use jsp layout pages in Site created in Site Studio. When I try to load pages using a jsp layout page the browser displays a blank page.

    Hi,
    Even i am also facing the same issue after following all those steps.
    Please find the error which i m getting.
    csJspServerErrorAddWebAppService The target file cannot be accessed. Unable to rename the file 'F:\stellent\indxpdod2\weblayout\groups\chanpart\@cccd\documents\manufacturing\enhstellsrchint' to 'F:\stellent\indxpdod2\weblayout\groups\chanpart\@cccd\documents\manufacturing\enhstellsrchint~jsp'.

  • Problem uploading file from mobile device to tomcat server

    Hi guys, here's how it goes.
    I'm designing a site using JSP for wireless devices like PDAs, Smartphones etc, basically any mobile device that has browser capabilities. There's a page where the user is allowed to upload a file from the mobile device, which works perfectly fine when I access the site using a PC. But when I try to upload a file from a mobile device, ( I tried using a Nokia 6680 ) , there wasn't any error but the file just wasn't stored in my server.
    Here's how the upload form looks like :
    <FORM name="filesForm" action="ProcessFileUpload.jsp" method="post" enctype="multipart/form-data">
            <font size="1" face="arial">File :</font><br>
    <input type="file" name="file1" size="10" style="font-size: 9px;"/><br><br>
            <input type="submit" name="Submit" value="Upload Files" style="font-size: 9px;"/>
        </FORM>Here's the gist of ProcessFileUpload.jsp:
    <%
         System.out.println("");
            System.out.println("Content Type ="+request.getContentType());
            DiskFileUpload fu = new DiskFileUpload();
            // If file size exceeds, a FileUploadException will be thrown
            fu.setSizeMax(1000000);
            List fileItems = fu.parseRequest(request);
            Iterator itr = fileItems.iterator();
            while(itr.hasNext()) {
              FileItem fi = (FileItem)itr.next();
              //Check if not form field so as to only handle the file inputs
              //else condition handles the submit button input
              if(!fi.isFormField()) {
                System.out.println("NAME: "+fi.getName());
                System.out.println("SIZE: "+fi.getSize());
                System.out.println(fi.getOutputStream().toString());
               // File fNew= new File(application.getRealPath("/"), fi.getName());
             File tempFileRef  = new File(fi.getName());
             File fNew = new File(filepath.toString(),tempFileRef.getName());
         String MM_Overall_DRIVER = "org.gjt.mm.mysql.Driver";
         String MM_Overall_USERNAME = "****";
         String MM_Overall_PASSWORD = "*********";
         String MM_Overall_STRING = "jdbc:mysql://localhost:3306/";
         Driver DriverRecordset1 = (Driver)Class.forName(MM_Overall_DRIVER).newInstance();
         Connection ConnRecordset1 = DriverManager.getConnection(MM_Overall_STRING,MM_Overall_USERNAME,MM_Overall_PASSWORD);
         PreparedStatement StatementRecordset1 = ConnRecordset1.prepareStatement("use " + domain);
         ResultSet Recordset1 = StatementRecordset1.executeQuery();
         filepath.append("/").append(tempFileRef.getName());
         StringBuffer fp = new StringBuffer("insert into ");
         fp.append(domain).append(".filepaths (path) values ('").append(filepath).append("')");
         PreparedStatement ps = ConnRecordset1.prepareStatement(fp.toString());
         ps.executeUpdate();
                System.out.println(fNew.getAbsolutePath());
                fi.write(fNew);
              else {
                System.out.println("Field ="+fi.getFieldName());
            }Basically I store the file uploaded in the tomcat server and the path of the file is saved in a table in MySQL.
    When I upload a file using a PC, the tomcat console displays the content type file name yada yada yada. However, when I upload a file from the Nokia 6680, I get just the content type then things just stop there and nothing else happens. No file name no file size whatsoever. The path of the file is not inserted into MySQL and the file is not stored in the server.
    Can anyone please enlighten me on this issue and hopefully gimme a solution to this problem? Your help will be greatly appreciated.

    -bump-
    HELPP!?!?!?!?!

Maybe you are looking for

  • Problem with JNI hello world

    I found some tutorial on SUN site on how to use JNI. I'm using Eclipse to compije Java and C (via Cygwin) files. Here are complete files: Hello.java: class Hello      public native void sayHello();      static           try           System.loadLibra

  • Audigy 2 front panel: Aux-in 2 no longer wo

    This is odd to me. I updated to Windows SP3 and it insisted on updating my realtek HD audio drivers which I had disabled. Upon restart they were reinitalized. I quickly turned them off, disabled, then uninstalled them. I switched back to my Audigy 2

  • Error occured in the call library function node in Trace32_Pr​acticeCmd.​Vi

    Hi , I am trying to intergrate lauterbach (trace32) ; (Debugger) with labview . I have been provided the .dll and some functions that I can use by the manufacturer.  I am trying to "load" a file into my hardware . There is a sub vi that the manufactu

  • XSLT or DOM (urgent)

    when both of them create a tree in the memory before processing is the first any faster than the later? If yes why? Or they are both equally slow. I have had some bad experience with DOM and was now thinking of moving forward to XSLT and trashing DOM

  • Any clearbox lightbox widget users here? I have a question

    I installed the widget on a test web page and it works correctly: http://dirtysouthink.com/test/ch1/01_Begin/portfolio.html When you click the dog tattoo thumbnail, the picture pops up in front of the panel to show a larger picture. You never leave t