You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Najarian <j-...@earthlink.net> on 2004/09/02 22:39:31 UTC

Newbie help w/ORielly examples

I've tried installing the examples from the 'Java Server Pages'
book to no avail.  I expanded the jspbook3.zip file and copied
the 'ora/' directory to the 'tomcat/webapps' directory.

I restarted the tomcat service.  When I try to access the apps
by typing 'http://localhost:8080/ora/' into a browser I get the
following displayed in the browser.

----------------------------------------------------------------
HTTP Status 404 - /ora/

type Status report

message /ora/

description The requested resource (/ora/) is not available.
Apache Tomcat/5.0.19
----------------------------------------------------------------

Any ideas?  This is running on an XP machine.

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: [tomcat] RE: Newbie help w/ORielly examples

Posted by Ernesto Echeverría <er...@telemovil.net>.
What version of Tomcat are you using?
Are you referring to the 3rd Edition of that book? 


José Ernesto Echeverría
ernestoe@telemovil.net

 

-----Original Message-----
From: John Najarian [mailto:j-najarian@earthlink.net] 
Sent: Jueves, 02 de Septiembre de 2004 03:56 p.m.
To: 'Tomcat Users List'
Subject: [tomcat] RE: Newbie help w/ORielly examples

I've restarted a few times.  I'll see if I can recompile these.

-----Original Message-----
From: John Villar [mailto:john.villar@florhard.com]
Sent: Thursday, September 02, 2004 2:40 PM
To: Tomcat Users List
Subject: Re: Newbie help w/ORielly examples

Usually HTTP 500 codes are bugs in the code.... i really don't know what
this "debug" attribute is used for.... but you should restart your tomcat to
see if it heals.

John Najarian escribió:

>I got in there but now I get this error when I try to access
>
>the context '/ora':
>
> 
>
>
>HTTP Status 500 - Error retrieving attribute debug
>
>  _____
>
>
>type Status report
>
>message Error retrieving attribute debug
>
>description The server encountered an internal error (Error retrieving
>attribute debug) that prevented it from fulfilling this request.
>
>  _____  
>
>
>Apache Tomcat/5.0.19
>
>
> 
>
> 
>
>-----Original Message-----
>From: John Villar [mailto:john.villar@florhard.com] 
>Sent: Thursday, September 02, 2004 2:25 PM
>To: Tomcat Users List
>Subject: Re: Newbie help w/ORielly examples
>
> 
>
>Then manually deploy it.... the admin app has a facility to deploy a 
>
>context.... that should do the trick
>
> 
>
>John Najarian escribió:
>
> 
>
>  
>
>>Thanks John, the autodeploy was already set to 'True'.
>>    
>>
>
>  
>
>>I've got a few apps working this one just doesn't.
>>    
>>
>
>  
>
>
>  
>
>>-----Original Message-----
>>    
>>
>
>  
>
>>From: John Villar [mailto:john.villar@florhard.com] 
>>    
>>
>
>  
>
>>Sent: Thursday, September 02, 2004 1:44 PM
>>    
>>
>
>  
>
>>To: Tomcat Users List
>>    
>>
>
>  
>
>>Subject: Re: Newbie help w/ORielly examples
>>    
>>
>
>  
>
>
>  
>
>>enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
>>    
>>
>
>  
>
>>sure you have a user configured to access the admin app in your 
>>    
>>
>
>  
>
>>conf/server.xml file
>>    
>>
>
>  
>
>
>  
>
>>John Najarian escribió:
>>    
>>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
>  
>
>>>I've tried installing the examples from the 'Java Server Pages'
>>>      
>>>
>
>  
>
>>>book to no avail.  I expanded the jspbook3.zip file and copied
>>>      
>>>
>
>  
>
>>>the 'ora/' directory to the 'tomcat/webapps' directory.
>>>      
>>>
>
>  
>
>
>  
>
>>>I restarted the tomcat service.  When I try to access the apps
>>>      
>>>
>
>  
>
>>>by typing 'http://localhost:8080/ora/' into a browser I get the
>>>      
>>>
>
>  
>
>>>following displayed in the browser.
>>>      
>>>
>
>  
>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>HTTP Status 404 - /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>type Status report
>>>      
>>>
>
>  
>
>
>  
>
>>>message /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>description The requested resource (/ora/) is not available.
>>>      
>>>
>
>  
>
>>>Apache Tomcat/5.0.19
>>>      
>>>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>
>  
>
>>>Any ideas?  This is running on an XP machine.
>>>      
>>>
>
>  
>
>
>  
>
>>>Thanks
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>---------------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>      
>>>
>
>  
>
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>   
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
> 
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Newbie help w/ORielly examples

Posted by John Najarian <j-...@earthlink.net>.
Recomiliing didn't help.  Has anyone got any ideas?
Thanks.

-----Original Message-----
From: John Najarian [mailto:j-najarian@earthlink.net] 
Sent: Thursday, September 02, 2004 2:56 PM
To: 'Tomcat Users List'
Subject: RE: Newbie help w/ORielly examples

I've restarted a few times.  I'll see if I can recompile these.

-----Original Message-----
From: John Villar [mailto:john.villar@florhard.com] 
Sent: Thursday, September 02, 2004 2:40 PM
To: Tomcat Users List
Subject: Re: Newbie help w/ORielly examples

Usually HTTP 500 codes are bugs in the code.... i really don't know what 
this "debug" attribute is used for.... but you should restart your 
tomcat to see if it heals.

John Najarian escribió:

>I got in there but now I get this error when I try to access
>
>the context '/ora':
>
> 
>
>
>HTTP Status 500 - Error retrieving attribute debug
>
>  _____  
>
>
>type Status report
>
>message Error retrieving attribute debug
>
>description The server encountered an internal error (Error retrieving
>attribute debug) that prevented it from fulfilling this request.
>
>  _____  
>
>
>Apache Tomcat/5.0.19
>
>
> 
>
> 
>
>-----Original Message-----
>From: John Villar [mailto:john.villar@florhard.com] 
>Sent: Thursday, September 02, 2004 2:25 PM
>To: Tomcat Users List
>Subject: Re: Newbie help w/ORielly examples
>
> 
>
>Then manually deploy it.... the admin app has a facility to deploy a 
>
>context.... that should do the trick
>
> 
>
>John Najarian escribió:
>
> 
>
>  
>
>>Thanks John, the autodeploy was already set to 'True'.
>>    
>>
>
>  
>
>>I've got a few apps working this one just doesn't.
>>    
>>
>
>  
>
>
>  
>
>>-----Original Message-----
>>    
>>
>
>  
>
>>From: John Villar [mailto:john.villar@florhard.com] 
>>    
>>
>
>  
>
>>Sent: Thursday, September 02, 2004 1:44 PM
>>    
>>
>
>  
>
>>To: Tomcat Users List
>>    
>>
>
>  
>
>>Subject: Re: Newbie help w/ORielly examples
>>    
>>
>
>  
>
>
>  
>
>>enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
>>    
>>
>
>  
>
>>sure you have a user configured to access the admin app in your 
>>    
>>
>
>  
>
>>conf/server.xml file
>>    
>>
>
>  
>
>
>  
>
>>John Najarian escribió:
>>    
>>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
>  
>
>>>I've tried installing the examples from the 'Java Server Pages'
>>>      
>>>
>
>  
>
>>>book to no avail.  I expanded the jspbook3.zip file and copied
>>>      
>>>
>
>  
>
>>>the 'ora/' directory to the 'tomcat/webapps' directory.
>>>      
>>>
>
>  
>
>
>  
>
>>>I restarted the tomcat service.  When I try to access the apps
>>>      
>>>
>
>  
>
>>>by typing 'http://localhost:8080/ora/' into a browser I get the
>>>      
>>>
>
>  
>
>>>following displayed in the browser.
>>>      
>>>
>
>  
>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>HTTP Status 404 - /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>type Status report
>>>      
>>>
>
>  
>
>
>  
>
>>>message /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>description The requested resource (/ora/) is not available.
>>>      
>>>
>
>  
>
>>>Apache Tomcat/5.0.19
>>>      
>>>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>
>  
>
>>>Any ideas?  This is running on an XP machine.
>>>      
>>>
>
>  
>
>
>  
>
>>>Thanks
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>---------------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>      
>>>
>
>  
>
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>   
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
> 
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: Newbie help w/ORielly examples

Posted by John Najarian <j-...@earthlink.net>.
I've restarted a few times.  I'll see if I can recompile these.

-----Original Message-----
From: John Villar [mailto:john.villar@florhard.com] 
Sent: Thursday, September 02, 2004 2:40 PM
To: Tomcat Users List
Subject: Re: Newbie help w/ORielly examples

Usually HTTP 500 codes are bugs in the code.... i really don't know what 
this "debug" attribute is used for.... but you should restart your 
tomcat to see if it heals.

John Najarian escribió:

>I got in there but now I get this error when I try to access
>
>the context '/ora':
>
> 
>
>
>HTTP Status 500 - Error retrieving attribute debug
>
>  _____  
>
>
>type Status report
>
>message Error retrieving attribute debug
>
>description The server encountered an internal error (Error retrieving
>attribute debug) that prevented it from fulfilling this request.
>
>  _____  
>
>
>Apache Tomcat/5.0.19
>
>
> 
>
> 
>
>-----Original Message-----
>From: John Villar [mailto:john.villar@florhard.com] 
>Sent: Thursday, September 02, 2004 2:25 PM
>To: Tomcat Users List
>Subject: Re: Newbie help w/ORielly examples
>
> 
>
>Then manually deploy it.... the admin app has a facility to deploy a 
>
>context.... that should do the trick
>
> 
>
>John Najarian escribió:
>
> 
>
>  
>
>>Thanks John, the autodeploy was already set to 'True'.
>>    
>>
>
>  
>
>>I've got a few apps working this one just doesn't.
>>    
>>
>
>  
>
>
>  
>
>>-----Original Message-----
>>    
>>
>
>  
>
>>From: John Villar [mailto:john.villar@florhard.com] 
>>    
>>
>
>  
>
>>Sent: Thursday, September 02, 2004 1:44 PM
>>    
>>
>
>  
>
>>To: Tomcat Users List
>>    
>>
>
>  
>
>>Subject: Re: Newbie help w/ORielly examples
>>    
>>
>
>  
>
>
>  
>
>>enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
>>    
>>
>
>  
>
>>sure you have a user configured to access the admin app in your 
>>    
>>
>
>  
>
>>conf/server.xml file
>>    
>>
>
>  
>
>
>  
>
>>John Najarian escribió:
>>    
>>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
>  
>
>>>I've tried installing the examples from the 'Java Server Pages'
>>>      
>>>
>
>  
>
>>>book to no avail.  I expanded the jspbook3.zip file and copied
>>>      
>>>
>
>  
>
>>>the 'ora/' directory to the 'tomcat/webapps' directory.
>>>      
>>>
>
>  
>
>
>  
>
>>>I restarted the tomcat service.  When I try to access the apps
>>>      
>>>
>
>  
>
>>>by typing 'http://localhost:8080/ora/' into a browser I get the
>>>      
>>>
>
>  
>
>>>following displayed in the browser.
>>>      
>>>
>
>  
>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>HTTP Status 404 - /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>type Status report
>>>      
>>>
>
>  
>
>
>  
>
>>>message /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>description The requested resource (/ora/) is not available.
>>>      
>>>
>
>  
>
>>>Apache Tomcat/5.0.19
>>>      
>>>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>
>  
>
>>>Any ideas?  This is running on an XP machine.
>>>      
>>>
>
>  
>
>
>  
>
>>>Thanks
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>---------------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>      
>>>
>
>  
>
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>   
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
> 
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Newbie help w/ORielly examples

Posted by John Villar <jo...@florhard.com>.
Usually HTTP 500 codes are bugs in the code.... i really don't know what 
this "debug" attribute is used for.... but you should restart your 
tomcat to see if it heals.

John Najarian escribió:

>I got in there but now I get this error when I try to access
>
>the context '/ora':
>
> 
>
>
>HTTP Status 500 - Error retrieving attribute debug
>
>  _____  
>
>
>type Status report
>
>message Error retrieving attribute debug
>
>description The server encountered an internal error (Error retrieving
>attribute debug) that prevented it from fulfilling this request.
>
>  _____  
>
>
>Apache Tomcat/5.0.19
>
>
> 
>
> 
>
>-----Original Message-----
>From: John Villar [mailto:john.villar@florhard.com] 
>Sent: Thursday, September 02, 2004 2:25 PM
>To: Tomcat Users List
>Subject: Re: Newbie help w/ORielly examples
>
> 
>
>Then manually deploy it.... the admin app has a facility to deploy a 
>
>context.... that should do the trick
>
> 
>
>John Najarian escribió:
>
> 
>
>  
>
>>Thanks John, the autodeploy was already set to 'True'.
>>    
>>
>
>  
>
>>I've got a few apps working this one just doesn't.
>>    
>>
>
>  
>
>
>  
>
>>-----Original Message-----
>>    
>>
>
>  
>
>>From: John Villar [mailto:john.villar@florhard.com] 
>>    
>>
>
>  
>
>>Sent: Thursday, September 02, 2004 1:44 PM
>>    
>>
>
>  
>
>>To: Tomcat Users List
>>    
>>
>
>  
>
>>Subject: Re: Newbie help w/ORielly examples
>>    
>>
>
>  
>
>
>  
>
>>enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
>>    
>>
>
>  
>
>>sure you have a user configured to access the admin app in your 
>>    
>>
>
>  
>
>>conf/server.xml file
>>    
>>
>
>  
>
>
>  
>
>>John Najarian escribió:
>>    
>>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
>  
>
>>>I've tried installing the examples from the 'Java Server Pages'
>>>      
>>>
>
>  
>
>>>book to no avail.  I expanded the jspbook3.zip file and copied
>>>      
>>>
>
>  
>
>>>the 'ora/' directory to the 'tomcat/webapps' directory.
>>>      
>>>
>
>  
>
>
>  
>
>>>I restarted the tomcat service.  When I try to access the apps
>>>      
>>>
>
>  
>
>>>by typing 'http://localhost:8080/ora/' into a browser I get the
>>>      
>>>
>
>  
>
>>>following displayed in the browser.
>>>      
>>>
>
>  
>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>HTTP Status 404 - /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>type Status report
>>>      
>>>
>
>  
>
>
>  
>
>>>message /ora/
>>>      
>>>
>
>  
>
>
>  
>
>>>description The requested resource (/ora/) is not available.
>>>      
>>>
>
>  
>
>>>Apache Tomcat/5.0.19
>>>      
>>>
>
>  
>
>>>----------------------------------------------------------------
>>>      
>>>
>
>  
>
>
>  
>
>>>Any ideas?  This is running on an XP machine.
>>>      
>>>
>
>  
>
>
>  
>
>>>Thanks
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>---------------------------------------------------------------------
>>>      
>>>
>
>  
>
>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>>      
>>>
>
>  
>
>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>
>  
>
>>>   
>>>      
>>>
>
>  
>
>
>  
>
>
>  
>
>> 
>>    
>>
>
>  
>
>
> 
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com



RE: Newbie help w/ORielly examples

Posted by John Najarian <j-...@earthlink.net>.
I got in there but now I get this error when I try to access

the context '/ora':

 


HTTP Status 500 - Error retrieving attribute debug

  _____  


type Status report

message Error retrieving attribute debug

description The server encountered an internal error (Error retrieving
attribute debug) that prevented it from fulfilling this request.

  _____  


Apache Tomcat/5.0.19


 

 

-----Original Message-----
From: John Villar [mailto:john.villar@florhard.com] 
Sent: Thursday, September 02, 2004 2:25 PM
To: Tomcat Users List
Subject: Re: Newbie help w/ORielly examples

 

Then manually deploy it.... the admin app has a facility to deploy a 

context.... that should do the trick

 

John Najarian escribió:

 

>Thanks John, the autodeploy was already set to 'True'.

>I've got a few apps working this one just doesn't.

>

>-----Original Message-----

>From: John Villar [mailto:john.villar@florhard.com] 

>Sent: Thursday, September 02, 2004 1:44 PM

>To: Tomcat Users List

>Subject: Re: Newbie help w/ORielly examples

>

>enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 

>sure you have a user configured to access the admin app in your 

>conf/server.xml file

>

>John Najarian escribió:

>

>  

>

>>I've tried installing the examples from the 'Java Server Pages'

>>book to no avail.  I expanded the jspbook3.zip file and copied

>>the 'ora/' directory to the 'tomcat/webapps' directory.

>>

>>I restarted the tomcat service.  When I try to access the apps

>>by typing 'http://localhost:8080/ora/' into a browser I get the

>>following displayed in the browser.

>>

>>----------------------------------------------------------------

>>HTTP Status 404 - /ora/

>>

>>type Status report

>>

>>message /ora/

>>

>>description The requested resource (/ora/) is not available.

>>Apache Tomcat/5.0.19

>>----------------------------------------------------------------

>>

>>Any ideas?  This is running on an XP machine.

>>

>>Thanks

>>

>>

>>

>>---------------------------------------------------------------------

>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org

>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

>>

>>

>> 

>>

>>    

>>

>

>  

>

 

-- 

John Villar

Gerente de Proyectos

Computadores Flor Hard Soft 2058 C.A.

www.florhard.com

 

 


Re: Newbie help w/ORielly examples

Posted by John Villar <jo...@florhard.com>.
Then manually deploy it.... the admin app has a facility to deploy a 
context.... that should do the trick

John Najarian escribió:

>Thanks John, the autodeploy was already set to 'True'.
>I've got a few apps working this one just doesn't.
>
>-----Original Message-----
>From: John Villar [mailto:john.villar@florhard.com] 
>Sent: Thursday, September 02, 2004 1:44 PM
>To: Tomcat Users List
>Subject: Re: Newbie help w/ORielly examples
>
>enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
>sure you have a user configured to access the admin app in your 
>conf/server.xml file
>
>John Najarian escribió:
>
>  
>
>>I've tried installing the examples from the 'Java Server Pages'
>>book to no avail.  I expanded the jspbook3.zip file and copied
>>the 'ora/' directory to the 'tomcat/webapps' directory.
>>
>>I restarted the tomcat service.  When I try to access the apps
>>by typing 'http://localhost:8080/ora/' into a browser I get the
>>following displayed in the browser.
>>
>>----------------------------------------------------------------
>>HTTP Status 404 - /ora/
>>
>>type Status report
>>
>>message /ora/
>>
>>description The requested resource (/ora/) is not available.
>>Apache Tomcat/5.0.19
>>----------------------------------------------------------------
>>
>>Any ideas?  This is running on an XP machine.
>>
>>Thanks
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>> 
>>
>>    
>>
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com



RE: Newbie help w/ORielly examples

Posted by John Najarian <j-...@earthlink.net>.
Thanks John, the autodeploy was already set to 'True'.
I've got a few apps working this one just doesn't.

-----Original Message-----
From: John Villar [mailto:john.villar@florhard.com] 
Sent: Thursday, September 02, 2004 1:44 PM
To: Tomcat Users List
Subject: Re: Newbie help w/ORielly examples

enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
sure you have a user configured to access the admin app in your 
conf/server.xml file

John Najarian escribió:

>I've tried installing the examples from the 'Java Server Pages'
>book to no avail.  I expanded the jspbook3.zip file and copied
>the 'ora/' directory to the 'tomcat/webapps' directory.
>
>I restarted the tomcat service.  When I try to access the apps
>by typing 'http://localhost:8080/ora/' into a browser I get the
>following displayed in the browser.
>
>----------------------------------------------------------------
>HTTP Status 404 - /ora/
>
>type Status report
>
>message /ora/
>
>description The requested resource (/ora/) is not available.
>Apache Tomcat/5.0.19
>----------------------------------------------------------------
>
>Any ideas?  This is running on an XP machine.
>
>Thanks
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Newbie help w/ORielly examples

Posted by John Villar <jo...@florhard.com>.
enable autodeploy on the admin app (i.e. localhost:8080/admin). Make 
sure you have a user configured to access the admin app in your 
conf/server.xml file

John Najarian escribió:

>I've tried installing the examples from the 'Java Server Pages'
>book to no avail.  I expanded the jspbook3.zip file and copied
>the 'ora/' directory to the 'tomcat/webapps' directory.
>
>I restarted the tomcat service.  When I try to access the apps
>by typing 'http://localhost:8080/ora/' into a browser I get the
>following displayed in the browser.
>
>----------------------------------------------------------------
>HTTP Status 404 - /ora/
>
>type Status report
>
>message /ora/
>
>description The requested resource (/ora/) is not available.
>Apache Tomcat/5.0.19
>----------------------------------------------------------------
>
>Any ideas?  This is running on an XP machine.
>
>Thanks
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com