You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kusuma Pabba <ku...@ncoretech.com> on 2008/09/18 09:20:52 UTC

tomcat usage

Hi list..
what is the difference between running tomcat server  and as client
    if running it as client is different can u tell me the procedure of 
how to do this
           
                               thanks for any help

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: tomcat usage

Posted by Kusuma Pabba <ku...@ncoretech.com>.
Christopher Schultz wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Kusuma,
>
> Kusuma Pabba wrote:
>   
>> i also have firefox on my arm processor but i am not able to 
>> understand how to use http on it
>>     
>
> Wait... are you running on embedded hardware, or just a desktop/server
> running on an ARM processor?
>
>   
>> i cannot load full versions of java and j2se on my arm processor so i
>> run my java programs using cvm by directly loading .class files
>>     
>
> This is going to be a problem.
>
> Why not read some of the information available online by doing a good
> search for "tomcat arm processor". You'll find gems like this:
>
> http://www.mail-archive.com/dev@tomcat.apache.org/msg04981.html
>
>   
>> these are the problems with my arm processor is there any possibility
>> to use tomcat on it
>>     
>
> You can probably get /something/ running. What are the capabilities that
> you need? Perhaps Tomcat isn't required. Do you have a Java-based web
> application that needs to be deployed on this machine?
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkjShCUACgkQ9CaO5/Lv0PCzLQCeJb6bohW+ZmZpHHxP4p3kSv0D
> YUUAmwaEP8+ZH4nCiNJQC8fOcncmizz0
> =AXvJ
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   
i am using embedded hardware for my arm processor

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: tomcat usage

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kusuma,

Kusuma Pabba wrote:
> i also have firefox on my arm processor but i am not able to 
> understand how to use http on it

Wait... are you running on embedded hardware, or just a desktop/server
running on an ARM processor?

> i cannot load full versions of java and j2se on my arm processor so i
> run my java programs using cvm by directly loading .class files

This is going to be a problem.

Why not read some of the information available online by doing a good
search for "tomcat arm processor". You'll find gems like this:

http://www.mail-archive.com/dev@tomcat.apache.org/msg04981.html

> these are the problems with my arm processor is there any possibility
> to use tomcat on it

You can probably get /something/ running. What are the capabilities that
you need? Perhaps Tomcat isn't required. Do you have a Java-based web
application that needs to be deployed on this machine?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkjShCUACgkQ9CaO5/Lv0PCzLQCeJb6bohW+ZmZpHHxP4p3kSv0D
YUUAmwaEP8+ZH4nCiNJQC8fOcncmizz0
=AXvJ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: tomcat usage

Posted by Kusuma Pabba <ku...@ncoretech.com>.
Peter Crowther wrote:
>> From: Kusuma Pabba [mailto:kusumap@ncoretech.com]
>> actually i want to use tomcat on my arm processor  and i am not
>> understanding how to use it on that
>>     
>
> 1) Set up an appropriate operating system on your ARM processor that includes a TCP/IP stack and support for a good Java virtual machine (must be at least J2SE - I don't think Tomcat will work under J2ME).
>
> 2) Test for TCP/IP network connectivity between whatever you're using to view your Tomcat content and your ARM device.
>
> 3) Ensure the Java virtual machine runs at least a "hello world" program that you've developed.
>
> 4) Download an appropriate version of Tomcat, and install on the operating system and Java virtual machine that you have tested and shown to be working.  As you have installed an appropriate operating system, you should be able to follow the instructions for that operating system.
>
> 5) Start Tomcat, and browse to its default page using a browser on whatever system you identified in step 2.
>
> There may be other ways of working, but most of the embedded Tomcats I've seen on devices are running on embedded Linux of one variety or another.
>
>                 - Peter
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   
 thanks for the reply, i cannot load full versions of java and j2se on 
my arm processor so i run my java programs using cvm by directly loading 
.class files
   as u said i have ported apache-tomcat-5.5.27 on it and exported the 
path of that cvm and tried it out
     ./startup.sh was getting executed but not ./shutdown.sh it was 
giving java not found
    i also have firefox on my arm processor but i am not able to 
understand how to use http on it


these are the problems with my arm processor
is there any possibility to use tomcat on it

please do answer and excuse me if anything is asked wrongly..

          thanks and regards

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: tomcat usage

Posted by Peter Crowther <Pe...@melandra.com>.
> From: Kusuma Pabba [mailto:kusumap@ncoretech.com]
> actually i want to use tomcat on my arm processor  and i am not
> understanding how to use it on that

1) Set up an appropriate operating system on your ARM processor that includes a TCP/IP stack and support for a good Java virtual machine (must be at least J2SE - I don't think Tomcat will work under J2ME).

2) Test for TCP/IP network connectivity between whatever you're using to view your Tomcat content and your ARM device.

3) Ensure the Java virtual machine runs at least a "hello world" program that you've developed.

4) Download an appropriate version of Tomcat, and install on the operating system and Java virtual machine that you have tested and shown to be working.  As you have installed an appropriate operating system, you should be able to follow the instructions for that operating system.

5) Start Tomcat, and browse to its default page using a browser on whatever system you identified in step 2.

There may be other ways of working, but most of the embedded Tomcats I've seen on devices are running on embedded Linux of one variety or another.

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: tomcat usage

Posted by Kusuma Pabba <ku...@ncoretech.com>.
Peter Crowther wrote:
>> From: Kusuma Pabba [kusumap@ncoretech.com]
>> what is the difference between running tomcat server  and as client
>>     
>
> Tomcat is a Web server.  There is no concept of running it as a client.
>
> What are you trying to do?  We might be able to help more if you tell us!
>
> - Peter
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>   
actually i want to use tomcat on my arm processor  and i am not 
understanding how to use it on that

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments contained in it.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: tomcat usage

Posted by Peter Crowther <Pe...@melandra.com>.
> From: Kusuma Pabba [kusumap@ncoretech.com]
> what is the difference between running tomcat server  and as client

Tomcat is a Web server.  There is no concept of running it as a client.

What are you trying to do?  We might be able to help more if you tell us!

- Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org