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 Daemon for this simulation. I got what you are
> pointing to... I could have used a dynamic page for XML generation and
> returned it in response to the requests. May be I should configure Httpd for
> the virtual hosts and tune it to delegate jsp's to Tomcat?
>
> I've dealt 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
>> | was talking about my own application. Since I am simulating the stuff
>> (for
>> | some testing purposes) I wanted to show our Global product as if 20 of
>> those
>> | applications are sending responses when the Global thing makes GET PUT
>> POST
>> | to the servers (Apache's virtual hosts in this case). Redirection and
>> | rewrite directives are exactly the ones which I tried few hours ago
>> and they
>> | did their job. I should have asked something like how do I map
>> |
>> | http://localhost:682/source/getservxml to a resource on the disk.
>>
>> I'm still a little confused about whether you are running Apache httpd
>> or Apache Tomcat. Which package are you trying to configure?
>>
>> | But by the way I still have few questions: Since I am trying this for
>> the
>> | first time, I used static data locations and used a Redirect. But I want
>> | random data to be generated for each request I get. What are the
>> proposed
>> | suggestions for this?
>>
>> You should skip right ahead to generating dynamic data, since this
>> redirection stuff will be completely worthless to you.
>>
>> Have you chosen a content-generation technology (like JSP)? If so, what
>> is it? What is your experience level with webapps in java? With Tomcat?
>>
>> - -chris
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.9 (MingW32)
>> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkhZe4EACgkQ9CaO5/Lv0PBFJwCeO7Qq+JAoozWuAEnTqDliLDXU
>> TlwAn3JWpocnHNwxTzEfL8N6XmHUDHOE
>> =S3+4
>>
>> -----END PGP SIGNATURE-----
>>
>> ---------------------------------------------------------------------
>> To start a new topic, e-mail: users@tomcat.apache.org
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>

Reply via email to