Re: Tomcat ROOT webapp homepage

2012-11-20 Thread Pid
On 15/11/2012 21:33, Leo Donahue - RDSA IT wrote:
 -Original Message-
 From: Pid * [mailto:p...@pidster.com]
 Sent: Thursday, November 15, 2012 2:25 PM
 Subject: Re: Tomcat ROOT webapp homepage

 On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT
 leodona...@mail.maricopa.gov wrote:

 Who designed the Tomcat ROOT webapp homepage?

 Which version? 7.0 = me.
 
 Yes, sorry. 7.0.32
 
 Was it just notepad as the design tool?

 Not notepad, why?
 
 I like the layout and wanted to know how you came up with the rounded divs 
 that look nice in Firefox.  I saw the css page that specified the rounded 
 nature of those lower boxes (answered that myself since original post).  Too 
 bad IE9 can't get on the wagon and display those right.
 
 What did you use to visualize the overall layout?  Or did you just sketch it 
 out in your head?  Either way, nice work.

I used a TextMate  a browser.  HTML + CSS + F5 == instant feedback, no
need for a GUI tool.


p



-- 

[key:62590808]



signature.asc
Description: OpenPGP digital signature


Re: Tomcat ROOT webapp homepage

2012-11-15 Thread Pid *
On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT
leodona...@mail.maricopa.gov wrote:

 Who designed the Tomcat ROOT webapp homepage?

Which version? 7.0 = me.

 Was it just notepad as the design tool?

Not notepad, why?


p


 Leo

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat ROOT webapp homepage

2012-11-15 Thread Leo Donahue - RDSA IT
-Original Message-
From: Pid * [mailto:p...@pidster.com]
Sent: Thursday, November 15, 2012 2:25 PM
Subject: Re: Tomcat ROOT webapp homepage

On 15 Nov 2012, at 18:06, Leo Donahue - RDSA IT
leodona...@mail.maricopa.gov wrote:

 Who designed the Tomcat ROOT webapp homepage?

Which version? 7.0 = me.

Yes, sorry. 7.0.32

 Was it just notepad as the design tool?

Not notepad, why?

I like the layout and wanted to know how you came up with the rounded divs that 
look nice in Firefox.  I saw the css page that specified the rounded nature of 
those lower boxes (answered that myself since original post).  Too bad IE9 
can't get on the wagon and display those right.

What did you use to visualize the overall layout?  Or did you just sketch it 
out in your head?  Either way, nice work.

Leo


Re: tomcat ROOT

2008-10-08 Thread Rusty Wright

Excellent; thanks!


Johnny Kewl wrote:


- Original Message - From: Rusty Wright 
[EMAIL PROTECTED]
To: Markus Lord [EMAIL PROTECTED]; Tomcat Users List 
users@tomcat.apache.org

Sent: Tuesday, October 07, 2008 11:31 PM
Subject: Re: tomcat ROOT


Hi Markus, did you ever figure this out?  I was looking in the 
archives of the tomcat mailing list and saw your query but it didn't 
seem to me that anyone answered it fully, at least not for me.


I figured out that I could remove/rename the webapps/ROOT directory 
and deploy my war file as ROOT.war and then it would replace tomcat's 
web page at http://www.myhost.edu/ but I also have apache in front of 
tomcat and I don't understand how to set up the jkmount in my 
httpd.conf file to map apache's root to tomcat's root.


Yes renaming a webapp to ROOT with a empty context path, makes it run 
as the root...


Then...

JkMount /  worker1

Should make apache send it to your tomcat root

--- 


HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
--- 



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



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



Re: tomcat ROOT

2008-10-08 Thread Rusty Wright

Not naive at all; I think it's an entirely relevant and obvious question.

In my situation we have a system that's administered by a different 
group than mine (we're merely application programmers) and the system 
administrators have settled on doing things this way.  They're 
understaffed and overworked so having a common setup for everyone on 
this shared system seems reasonable to me.



André Warnier wrote:

Johnny Kewl wrote:


- Original Message - From: Rusty Wright 
[EMAIL PROTECTED]
To: Markus Lord [EMAIL PROTECTED]; Tomcat Users List 
users@tomcat.apache.org

Sent: Tuesday, October 07, 2008 11:31 PM
Subject: Re: tomcat ROOT


Hi Markus, did you ever figure this out?  I was looking in the 
archives of the tomcat mailing list and saw your query but it didn't 
seem to me that anyone answered it fully, at least not for me.


I figured out that I could remove/rename the webapps/ROOT directory 
and deploy my war file as ROOT.war and then it would replace 
tomcat's web page at http://www.myhost.edu/ but I also have apache 
in front of tomcat and I don't understand how to set up the jkmount 
in my httpd.conf file to map apache's root to tomcat's root.


Yes renaming a webapp to ROOT with a empty context path, makes it run 
as the root...


Then...

JkMount /  worker1

Should make apache send it to your tomcat root


My naive question then would be : why keep Apache in front of Tomcat, 
if you are redirecting/proxying everything anyway ?


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



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



Re: tomcat ROOT

2008-10-07 Thread Rusty Wright

Hi Markus, did you ever figure this out?  I was looking in the archives of the 
tomcat mailing list and saw your query but it didn't seem to me that anyone 
answered it fully, at least not for me.

I figured out that I could remove/rename the webapps/ROOT directory and deploy 
my war file as ROOT.war and then it would replace tomcat's web page at 
http://www.myhost.edu/ but I also have apache in front of tomcat and I don't 
understand how to set up the jkmount in my httpd.conf file to map apache's root 
to tomcat's root.


Markus Lord wrote:

I have apache acting as a proxy for my tomcat and I'm wondering how I can get 
this one application 'myapp' to show up without having the directory name in 
the url.
So what I'm looking to do is have it as www.mysite.com instead of 
www.mysite.com/myapp.
 
Thanks in advance.
 
 
 
Markus




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



Re: tomcat ROOT

2008-10-07 Thread Johnny Kewl


- Original Message - 
From: Rusty Wright [EMAIL PROTECTED]
To: Markus Lord [EMAIL PROTECTED]; Tomcat Users List 
users@tomcat.apache.org

Sent: Tuesday, October 07, 2008 11:31 PM
Subject: Re: tomcat ROOT


Hi Markus, did you ever figure this out?  I was looking in the archives of 
the tomcat mailing list and saw your query but it didn't seem to me that 
anyone answered it fully, at least not for me.


I figured out that I could remove/rename the webapps/ROOT directory and 
deploy my war file as ROOT.war and then it would replace tomcat's web page 
at http://www.myhost.edu/ but I also have apache in front of tomcat and I 
don't understand how to set up the jkmount in my httpd.conf file to map 
apache's root to tomcat's root.


Yes renaming a webapp to ROOT with a empty context path, makes it run as the 
root...


Then...

JkMount /  worker1

Should make apache send it to your tomcat root

---
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
--- 



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



Re: tomcat ROOT

2008-10-07 Thread André Warnier

Johnny Kewl wrote:


- Original Message - From: Rusty Wright [EMAIL PROTECTED]
To: Markus Lord [EMAIL PROTECTED]; Tomcat Users List 
users@tomcat.apache.org

Sent: Tuesday, October 07, 2008 11:31 PM
Subject: Re: tomcat ROOT


Hi Markus, did you ever figure this out?  I was looking in the 
archives of the tomcat mailing list and saw your query but it didn't 
seem to me that anyone answered it fully, at least not for me.


I figured out that I could remove/rename the webapps/ROOT directory 
and deploy my war file as ROOT.war and then it would replace tomcat's 
web page at http://www.myhost.edu/ but I also have apache in front of 
tomcat and I don't understand how to set up the jkmount in my 
httpd.conf file to map apache's root to tomcat's root.


Yes renaming a webapp to ROOT with a empty context path, makes it run as 
the root...


Then...

JkMount /  worker1

Should make apache send it to your tomcat root


My naive question then would be : why keep Apache in front of Tomcat, if 
you are redirecting/proxying everything anyway ?


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



Re: tomcat ROOT

2008-09-08 Thread Thangavel Sankaranarayanan
Hi Markus,

You can configure your worker tomcat in such a way that the needed /-worker
is mapped to the desired port and server.Similarly i think you can map the
Context as well!!I hope so!!

Regards,
Thangavel Sankaranarayanan



   
 Markus Lord   
 [EMAIL PROTECTED] 
 sait.ca   To 
   users@tomcat.apache.org 
 09/09/2008 12:21   cc 
 AM
   Subject 
   tomcat ROOT 
 Please respond to 
   Tomcat Users   
   List   
 [EMAIL PROTECTED] 
 che.org  
   
   




I have apache acting as a proxy for my tomcat and I'm wondering how I can
get this one application 'myapp' to show up without having the directory
name in the url.
So what I'm looking to do is have it as www.mysite.com instead of
www.mysite.com/myapp.

Thanks in advance.



Markus



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



Re: tomcat ROOT

2008-09-08 Thread Ken Bowen

Assuming you are deploying by dropping myapp.war into webapps:
1.  Delete webapps/ROOT ;
2.  Rename myapp.war to ROOT.war   (case is important here)
3.  Deploy your new ROOT.war in webapps.
4.   Since ROOT is the default that tomcat will run when it can't  
match the incoming request, www.mysite.com will

invoke ROOT which will be your myapp.

--Ken

On Sep 8, 2008, at 2:51 PM, Markus Lord wrote:

I have apache acting as a proxy for my tomcat and I'm wondering how  
I can get this one application 'myapp' to show up without having the  
directory name in the url.
So what I'm looking to do is have it as www.mysite.com instead of www.mysite.com/myapp 
.


Thanks in advance.



Markus



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