You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andreas Bulling <sp...@phoenix.hadiko.de> on 2006/06/12 13:45:14 UTC

[OT] Application below /

Hi folks,

sorry for this off-topic question but as I know that quite a lot
people reading this list also use Tomcat I decided to ask it
here instead of subscribing to the tomcat mailinglist.

What's the right way to make my application available directly
below / using Apache mod_jk2 and Tomcat?
That means instead of using http://some.server.com/my_application
I would like to be able to use http://some.server.com/ to use
my_application.

Thanks and sorry again,
  Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [OT] Application below /

Posted by Andreas Bulling <sp...@phoenix.hadiko.de>.
On 12. Jun 2006 - 12:54:40, Danny Angus wrote:
| Andreas Bulling <an...@phoenix.hadiko.de> wrote on 12/06/2006 12:45:14:
| 
| > Hi folks,
| >
| > sorry for this off-topic question but as I know that quite a lot
| > people reading this list also use Tomcat I decided to ask it
| > here instead of subscribing to the tomcat mailinglist.
| 
| I guess you know what the answer will be then ;-)

Well, there are always people who don't like it that much (including me)
but it's not unusual anyway on many lists (especially if you tag the
message with [OT]). But this was an exception, yes ;)

 
| > What's the right way to make my application available directly
| > below / using Apache mod_jk2 and Tomcat?
| > That means instead of using http://some.server.com/my_application
| > I would like to be able to use http://some.server.com/ to use
| > my_application.
| 
| <Context path="/" docBase="${catalina.home}/webapps/MY_APP" debug="0" >
| </Context>

Thanks for this!

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


R: [OT] Application below /

Posted by Giampaolo Tomassoni <g....@libero.it>.
> | > What's the right way to make my application available directly
> | > below / using Apache mod_jk2 and Tomcat?
> | > That means instead of using http://some.server.com/my_application
> | > I would like to be able to use http://some.server.com/ to use
> | > my_application.
> | 
> | <Context path="/" docBase="${catalina.home}/webapps/MY_APP" debug="0" >
> | </Context>
> 
> I tried that but Apache still serves the default (Debian) startpage when
> opening http://my.server.com/ ?!

The simples way is to create a new <Host> entry in your actual <Engine>, assign to it the virtual host name you want and insert into it the previously suggested <Context>. This would avoid any clash with the "standard" applications set shipped with tomcat.

You may want to refer to http://tomcat.apache.org/tomcat-5.5-doc/config/host.html for further reference.

-----------------------------------
Giampaolo Tomassoni - IT Consultant
Piazza VIII Aprile 1948, 4
I-53044 Chiusi (SI) - Italy
Ph: +39-0578-21100


> 
> Andreas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [OT] Application below /

Posted by Andreas Bulling <sp...@phoenix.hadiko.de>.
| > What's the right way to make my application available directly
| > below / using Apache mod_jk2 and Tomcat?
| > That means instead of using http://some.server.com/my_application
| > I would like to be able to use http://some.server.com/ to use
| > my_application.
| 
| <Context path="/" docBase="${catalina.home}/webapps/MY_APP" debug="0" >
| </Context>

I tried that but Apache still serves the default (Debian) startpage when
opening http://my.server.com/ ?!

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [OT] Application below /

Posted by Danny Angus <Da...@slc.co.uk>.
Andreas Bulling <an...@phoenix.hadiko.de> wrote on 12/06/2006 12:45:14:

> Hi folks,
>
> sorry for this off-topic question but as I know that quite a lot
> people reading this list also use Tomcat I decided to ask it
> here instead of subscribing to the tomcat mailinglist.

I guess you know what the answer will be then ;-)


> What's the right way to make my application available directly
> below / using Apache mod_jk2 and Tomcat?
> That means instead of using http://some.server.com/my_application
> I would like to be able to use http://some.server.com/ to use
> my_application.

<Context path="/" docBase="${catalina.home}/webapps/MY_APP" debug="0" >
</Context>


***************************************************************************
The information in this e-mail is confidential and for use by the addressee(s) only. If you are not the intended recipient (or responsible for delivery of the message to the intended recipient) please notify us immediately on 0141 306 2050 and delete the message from your computer. You may not copy or forward it or use or disclose its contents to any other person. As Internet communications are capable of data corruption Student Loans Company Limited does not accept any  responsibility for changes made to this message after it was sent. For this reason it may be inappropriate to rely on advice or opinions contained in an e-mail without obtaining written confirmation of it. Neither Student Loans Company Limited or the sender accepts any liability or responsibility for viruses as it is your responsibility to scan attachments (if any). Opinions and views expressed in this e-mail are those of the sender and may not reflect the opinions and views of The Student Loans Company Limit
 ed.

This footnote also confirms that this email message has been swept for the presence of computer viruses.

**************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org