On 8/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> I just installed TomCat (6 .*.) on a Windows XP server:
>
>  1. I setup the system variables Java_Home to my JDK (Not JDK Bin)

it''s JAVA_HOME., not Java_Home -- case sensitive

Does the base Tomcat install work? Welcome page, examples, etc.?

>  2.  I edited my Context.xml file second tag line to <Context 
> reloadable="true">

it's context.xml, not Context.xml -- case sensitive -- and what do you mean
by "second tag line"?  a context.xml file should contain <Context/> as the
root element.

>  3. And I commented out some lines Web.xml files (mapping,invoking)

It's 'web.xml', not Web.xml -- and is this in your webapp or some other?

>  When I run TOMCat from the command line, it loads properly with no problem, 
> but when I open up Any browser (firefox, internet explorer)  I get an error 
> -404 resources not found.

And you're sure you don't have a firewall preventing access to the
port Tomcat is using?

-- 
Hassan Schroeder ------------------------ [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]

Reply via email to