New Install, New Question

2002-10-11 Thread Scott Purcell

Hello,

New Install of Tomcat 4.1.12 on 2000. 
Installed on D:\jakarta-tomcat-4.1.12

I need a reloadable app to run below \webapps.
I created the folder and tried to add to the server.xml, but things have changed since 
my 3.x days.

I vi'd the server.xml file and added a Context like so:
Context path= docBase=ROOT debug=0 reloadable=true /
Context path= docBase=/newapp debug=0 reloadable=true /

But it dies on startup. I cannot even find the error: The black startup screen just 
dies a quiet death. I checked typing and I do not believe it is that.

How do I add a new context?



Scott Purcell | Developer | VERTIS | 555 Washington Ave. 4th Floor | St. Louis, MO 
63101 |
T 314.588.0720 | F 314.588.0735 | [EMAIL PROTECTED] | http://www.vertisinc.com

Vertis is a global powerhouse for integrated marketing and advertising solutions that 
seamlessly combine advertising, direct marketing, media, imaging and progressive 
technology. Vertis' products and services include: consumer and media research, media 
planning and placement, creative services, digital media production, targetable insert 
programs, fully integrated direct marketing programs, circulation-building newspaper 
products and eMarketing.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: New Install, New Question

2002-10-11 Thread Padhu Vinirs

Try

Context path=/newapp docBase=newapp debug=0 reloadable=true /


Also, install the web app using the manager webapp. I am not sure if a 
restart installs new webapps automatically.


-- pady


Scott Purcell wrote:

Hello,

New Install of Tomcat 4.1.12 on 2000. 
Installed on D:\jakarta-tomcat-4.1.12

I need a reloadable app to run below \webapps.
I created the folder and tried to add to the server.xml, but things have changed 
since my 3.x days.

I vi'd the server.xml file and added a Context like so:
Context path= docBase=ROOT debug=0 reloadable=true /
Context path= docBase=/newapp debug=0 reloadable=true /

But it dies on startup. I cannot even find the error: The black startup screen just 
dies a quiet death. I checked typing and I do not believe it is that.

How do I add a new context?



Scott Purcell | Developer | VERTIS | 555 Washington Ave. 4th Floor | St. Louis, MO 
63101 |
T 314.588.0720 | F 314.588.0735 | [EMAIL PROTECTED] | http://www.vertisinc.com

Vertis is a global powerhouse for integrated marketing and advertising solutions that 
seamlessly combine advertising, direct marketing, media, imaging and progressive 
technology. Vertis' products and services include: consumer and media research, media 
planning and placement, creative services, digital media production, targetable 
insert programs, fully integrated direct marketing programs, circulation-building 
newspaper products and eMarketing.




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


  




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]