How i can run servlets on Apache 1.3 ?

hi,
i want to run my servlets on apache 1.3, could any one help me regarding it?
thx in adcance

use jserve module.

Similar Messages

  • How I can run servlets in Apache 1.3.2.7

    hi i am using JSP as Interface..and Servlets as controller...
    also Using Apache Httpd server,verion is 1.3.2.7
    plz tell me how i can use apache to run my servlets.
    Rahul.

    To run servlets in Apache you need the mod_jk module. But as the previous post, it is better to use Tomcat and putting both, Apache and Tomcat, working together. Tomcat will serve all the java related things, and the Apache, the html, php, etc.

  • How we can run Oracle Batch Manager in Oracle Sales Analyzer

    Hi,
    Please guide me how we can run Oracle Batch Manager in Oracle Sales Analyser.
    Best Regards,

    You cannot run Batch Manager directly from within the OSA Administrator or Analyzer clients. Batch Manager has its own GUI client that can be used the define and schedule jobs, however, it also possible to run and montitor jobs via command line as well.
    The documentation helps explain this:
    http://download.oracle.com/docs/html/A92106_01/batch.htm
    Does that help?
    Keith Laker
    Oracle EMEA Consulting
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • When we run depreciation we miss one asset, after that how we can run depre

    hi gurus
    when we run depreciation we miss one asset, after that how we can run depreciation for that asset

    hi
    In "AFAB"yes we can do it by selecting the  option List Assets and repeat then run the programme you should get the result.
    rajan.

  • How I can run WRT54GSv5v6_v1.52.0_fw on windows XP

    I Have trouble to run this file on my Windows XP it says that is a .bin file  how I can run this file with?

    Not at all. This is the firmware file. You have to upload it to the router. Please see here for more instructions how to upgrade the firmware on your router.

  • How shall i run servlets in weblogic 8.1 sp2

              can any one assist me for running servlets in weblogic8.1 sp2.
              thanking you,
              chandra sekhar
              

              -Copy servlet to the DefaultWebApp/classes directory.
              -Modify the web.xml
              <servlet>
              <servlet-name>
              myServlet
              </servlet-name>
              <servlet-class>
              package.name.myServlet
              </servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>
              myServlet
              </servlet-name>
              <url-pattern>
              quickStartServlet
              </url-pattern>
              </servlet-mapping>
              -Call your servlet from a Web browser with the following URL:
              http://localhost:port/quickStartServlet
              "Chandrasekhar" <[email protected]> wrote:
              >
              >can any one assist me for running servlets in weblogic8.1 sp2.
              >
              >thanking you,
              >chandra sekhar
              

  • How we can run multiple IOP servers as separate services in iop 4.0.5

    We have two different IOP servers running on a same windows machine. We want to install nt service for both. When we install the service as Oracle Integrated Operational Planning for first server, and try to do it for second, it results in an error that service can't be installed. Any idea how we can achieve this?

    ISServer.properties file contains a variable 'Server.ApplicationName'. Value for both the instances must be different. Please check if the value is same in your case. Please try changing it and post a message if the problem persists.

  • Does anybody know how I can run multiple skype accounts on my macbook air?  I found workarounds on youtube, followed the steps to set-up a second skype account but I can't login using the second account.

    How do I run multiple skype accounts on my macbook air.  I'm using MAC OS X 10.6.8.  I followed the workaround steps on youtube to set up a skype b account (application and folder) but when I open the skype b account I can't login. I get an error message saying "please check your network settings and try again".  My 1 skype account works but I need to run 2 skype accounts at the same time, 1 for a client and my own personal account.
    Thanks
    Yolanda

    How do I run multiple skype accounts on my macbook air.  I'm using MAC OS X 10.6.8.  I followed the workaround steps on youtube to set up a skype b account (application and folder) but when I open the skype b account I can't login. I get an error message saying "please check your network settings and try again".  My 1 skype account works but I need to run 2 skype accounts at the same time, 1 for a client and my own personal account.
    Thanks
    Yolanda

  • How i can run r/3 webdynpro application link on epd / ep?

    hi experts,
                  i have deveoped one web dynpro abap application. i have found the link from application. which i can run on internet explorer. right.
    like:       http://r3dev.<companyname>.com:8000/sap/bc/webdynpro/sap/
    zwda_forward_workitem
                   Bt if i want to use it on epd or ep ( having different port even ),  how its possible ?
    thanks,
    saurin shah.

    Hi,
    Before you design the Iview, check the R/3  system that you are trying to connect is coonfigured in SLD(System Landscape Directory), this all is done by the system administrator.
    Please cehck out the link on the WD application in EP -
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/6ee03fc2269615e10000000a155106/content.htm
    Regards
    Lekha

  • How I can run SQL*PLUS?

    On my notebook is instaled Oracle Client and Oracle SQL Developer. It is working correctly. I can connect to the Oracle DB on the Unix server so that my tnsnames.ora is correctly. But I don't know, how I can start SQL*PLUS on my client machine.
    Thanks in Advance :)

    hello
    did you mean to connect only to SQL * or to connect as sysdba?
    if your anwser is to connect only as normal user, then follow the above
    but in case you are looking to connect to the database server (Linux) from your laptop you have to connect to the server firest as root or the db user,
    then you can access oracle sql plus using terminal such as PUTTY (search in google it's free) look at this:
    [applprod@applprod 9.2.0]$ pwd
    /d01/oracle/proddb/9.2.0
    [applprod@applprod 9.2.0]$ sqlplus
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Oct 10 13:46:18 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Enter user-name:
    Now what do you think?
    if you are looking to connect as sysdba, i think must from the termianl
    Regards
    Mohamed Tawfik

  • How can run servlet in Eclipse

    Plz tell me h servlt pgm r write n run n compile in eclipse

    hi,
    do not panic.
    1.Eclipse is copy paste application and there is no concept of installation.
    all u need to do is that run the eclipse.exe file and u are ready to start.
    but before that u need to specify ur workspace.
    2.use the wizard provided to create dynamic web projects like servlets etc.
    3.about tomcat, install it any where but not in removable drive. it will automatically take the path where ur java is installed. that's all.

  • How to Compile/Run servlet in Tomcat 4.1

    Hi All,
    iam trying to compile my servlet program in tomcat4.1.. but its showing an error
    in the import statement..
    UN SOLVABLE SYMBOL... but the import ststement is correct...
    can any one help ... is there i have to set any path for compiling/running the servlet...
    Thanks in Advice

    hi thanks for your reply
    i have loaded tomcat4.1 exe -- for windows i am starting the tomcat server by clicking from the start menu..
    i dint set any env variable .. tell me how to set...
    regards
    ijay

  • How I can run a .jar mobile application in my machine?

    Hi guys, I'm really new in Java ( somehow 4 days old) but not in programming matters. I have a lot of applications for mobile in .jar files and I can't make it run in my machine.
    I'm working in WXP. I read the basics on .jar but, at last, I'm stuck in that.
    When I execute the: java -jar myjar.jar command, I obtain:
    "Failed to load Main-Class manifest atribute for myjar.jar"
    Can sombody help me with this issue?. Step by step, please.
    I'm install netbeams 5, but ms-dos is almost my grand-ma languaje, not same with english so excuse if my expressions are incorrect in some way.
    Really thanks 4 ur help.
    Message was edited by:
    Kouryu

    Hi guys, I'm really new in Java ( somehow 4 days old)
    but not in programming matters. I have a lot of
    applications for mobile in .jar files and I can't
    make it run in my machine.
    I'm working in WXP. I read the basics on .jar but, at
    last, I'm stuck in that.
    When I execute the: java -jar myjar.jar command, I
    obtain:
    "Failed to load Main-Class manifest atribute for
    myjar.jar"
    Can sombody help me with this issue?. Step by step,
    please.
    I'm install netbeams 5, but ms-dos is almost my
    grand-ma languaje, not same with english so excuse if
    my expressions are incorrect in some way.
    Really thanks 4 ur help.
    Message was edited by:
    Kouryuuse mdip2.0

  • How i can run audio file remotely ??

    {color:#000080}*Hi for all*{color}
    i have sound file in my local machine, and i want to run and start the file on remote machine, ( where the remote user just can hear the sound without storing file on it).
    i tryed to do that, but faced some problems,
    *{color:#0000ff}The main problem is the sound never heared in the remote machine.{color}*
    Server program run try "lawha.wav"Audio file into client.+_
    My attempts bellow;{color}
    {color:#ff0000}*Server Code*{color}
    import java.io.*;*
    *import java.net.*;
    import javax.sound.sampled.*;
    public class Server{
    ObjectOutputStream send;
    ServerSocket socket ;
    Socket in;
    AudioInputStream audioInputStream;
    public static void main( String[]args ){
    new Server();
    public Server(){
    mThread m = new mThread();
    m.start();
    class mThread extends Thread{
    public void run(){
    try{
    System.out.println("Server is running..");
    socket = new ServerSocket(10000);
    System.out.println("Server run on PORT : 12500");
    while(true){
    audioInputStream = AudioSystem.getAudioInputStream(new File("c:\\lawha.wav"));
    System.out.println("channel for sound file is ready");
    in = socket.accept();
    System.out.println("Server accepts new client");
    send = new ObjectOutputStream(in.getOutputStream());
    System.out.println("transfer channel is ready now");
    System.out.println("**************************************");
    sendStream();
    catch(Exception ex){ex.printStackTrace();}
    }// End .. try catch
    public synchronized void sendStream()throws Exception
    byte[] buffer = new byte[100];
    int size;
    while( (size = audioInputStream .read(buffer,0,buffer.length)) != -1 ){
    send.write(buffer, 0, size);
    System.out.println("Server : send the bytes");
    send.flush();
    }}*{color:#ff0000}Client Code{color}*
    import java.io.*;*
    *import java.net.*;
    import javax.sound.sampled.*;
    public class Client
    ObjectInputStream input;
    Socket socket;
    SourceDataLine sourceDataLine;
    AudioFormat audioFormat;
    AudioInputStream audioInputStream;
    ByteArrayOutputStream byteArrayOutputStream = null;
    byte[] buffer;
    public static void main( String[]args ){
    new Client();
    public Client(){
    try{
    socket = new Socket("192.168.1.3", 10000);
    input = new ObjectInputStream(socket.getInputStream());
    ReciveStream rThread = new ReciveStream();
    rThread.start();
    catch(Exception ex){ex.printStackTrace();}
    public class ReciveStream extends Thread{
    public void run(){
    try{
    byte[] buffer = new byte[100];
    audioFormat = getAudioFormat();
    System.out.println("construc the format");
    DataLine.Info dataLineInfo = new DataLine.Info(SourceDataLine.class,audioFormat);
    System.out.println("data Line Information is ready now");
    sourceDataLine = (SourceDataLine) AudioSystem.getLine( dataLineInfo);
    sourceDataLine.open(audioFormat);
    System.out.println("the source is opened");
    sourceDataLine.start();
    System.out.println("the source is started");
    while(true){
    input.read(buffer);
    System.out.println("Client : recieve the bytes");
    sourceDataLine.write(buffer, 0, buffer.length );
    catch(SocketException ex){ex.printStackTrace();}
    catch(IOException ex){ex.printStackTrace();}
    catch(Exception ex){ex.printStackTrace();}
    System.out.println("after Exception");
    public AudioFormat getAudioFormat(){
    float sampleRate = 44100.0f;
    //8000,11025,16000,22050,44100
    int sampleSizeInBits = 16;
    //8,16
    int channels = 2;
    //1,2
    boolean signed = true;
    //true,false
    boolean bigEndian = false;
    //true,false
    return new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, sampleRate, sampleSizeInBits, channels, 4, sampleRate, bigEndian);
    }Edited by: SunJD on Apr 27, 2009 9:42 AM

    kajbj wrote:
    Why are you using ObjectInputStream and ObjectOutputStream?i just tried to use any Out/InputStream without any other considerations..
    so what is your suggestions ??

  • HOW i can run forms6i on WEB

    i want to run form of forms6i on internet explore. can u tell me the procedure and configuration?

    You probably should consider upgrading to Forms 10.1.2 since 6i (6.0.8) isn't supported anymore.
    However, if for some reason you don't have a choice, take a look at this old documentation:
    http://www.oracle.com/wocportal/page/wocprod/ver-31/ocom/technology/products/forms/techlisting.html
    Information about newer versions can be found here:
    http://www.oracle.com/technology/products/forms/index.html

Maybe you are looking for

  • Comprehensible question regarding the usage of a ccBPM in SAP PI 7.31

    Hello experts, I have got basic question about the useage of ccBPM in PI 7.31 double Stack. I haven't  created any ccBPM before so the whole set up process is new for me. We are currently using several ccBPM already which where created by our colleag

  • Date difference between Java and db2

    Hello, I am quite puzzled. I have the following environment: -iseries DB2 -Jdk 1.5 -Hibernate 3 (jpa) -Tomcat 5.5 When I have "31st December 2006" in the database, the webapp displays "30th December 2006" and so on. I don't understand this one-day di

  • Mounting image on dektop

    Can anyone help, I switched of so that images only mount in a finder window but not on my desktop. Can anyone tell me how to make images appear back on my ddesktop, say when I insert a cd. Thanks Paul

  • DS 5 SP1 multi-master replication

    I am running DS5 SP1 on Solaris 8 with the recommended patch set. I am using replica id 1 for master1 and replica id 2 for master2. I am replicating 7 nodes in a multi-master scenario. I start with about 1000 base entries in each db node, and add app

  • PowerMac G5 to Mac Pro Upgrade?

    Hello everyone, I am using my PowerMac: Model Name: Power Mac G5 Model Identifier: PowerMac7,3 Processor Name: PowerPC G5 (2.2) Processor Speed: 2 GHz Number Of CPUs: 2 L2 Cache (per CPU): 512 KB Memory: 2 GB Bus Speed: 1 GHz GeForce 6800 Ultra with