Re: is it possible more than 1 tomcat in single system?

2008-07-14 Thread Vinay Chilakamarri
I guess you are trying to host different resources on different ports. Running multiple Tomcat instances will just occupy unnecessary resources. You could configure Virtual Hosts( http://wiki.apache.org/tomcat/CreateVirtualHosts) and accomplish the same thing that you are doing right now. When you

Re: Tomcat and SOAP

2008-07-11 Thread Vinay Chilakamarri
Hi, SOAP is just a protocol. I am assuming that you needed webservices on Tomcat. Your bets would be on Apache Axis, Active MQ. You can get tons of tutorials on how to deploy them on Tomcat. Once you get Axis, all you need to do is put the axis directory in webapps. Thats all you need to do On

Mapping a file to a URL pattern on Tomcat?

2008-06-20 Thread Vinay Chilakamarri
Hi, I want to send a response(which is basically a file on the disk) to a specific URL pattern. While I know that we could do this using directives in Apache HTTPD, I am not sure how to do this on Tomcat. I could see that we can map Servlets to a URL pattern. Is there a way that we can map a

Re: Questions related to configuring a REST API on Apache

2008-06-19 Thread Vinay Chilakamarri
Is there a way to setup virtual hosts on Tomcat alone with out having to connect to Apache Httpd for that?http://mail-archives.apache.org/mod_mbox/tomcat-dev/200103.mbox/[EMAIL PROTECTED] On Wed, Jun 18, 2008 at 2:32 PM, Vinay Chilakamarri [EMAIL PROTECTED] wrote: I am using Apache Http

Re: Questions related to configuring a REST API on Apache

2008-06-19 Thread Vinay Chilakamarri
: From: Vinay Chilakamarri [mailto:[EMAIL PROTECTED] Subject: Re: Questions related to configuring a REST API on Apache Do you see any drawbacks in this approach? How will a client know which port to choose? if I go the virtual hosts way, others have to explicitly modify the etc/hosts

Re: Questions related to configuring a REST API on Apache

2008-06-18 Thread Vinay Chilakamarri
[EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinay, Vinay Chilakamarri wrote: | While I got this to working, I now want to configure each of these | hosts to serve a REST API. How does your REST API differ from your, er... HTTP one? | In other words, I have to map

Re: Questions related to configuring a REST API on Apache

2008-06-18 Thread Vinay Chilakamarri
with deploying web services using Axis on Tomcat in the past. On Wed, Jun 18, 2008 at 2:17 PM, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinay, Vinay Chilakamarri wrote: | I mixed up the stuff a little there. It was actually a REST API as long as I