RE: problems deploying tomcat

2004-03-16 Thread Shapira, Yoav

Hi,

   well i am deploying tomcat and each time the following is
dumped
onto the screen :

Each time after what operation does the following get dumped onto the
screen?

SEVERE: Parse Error at line 42 column 18: The content of element type
error-pag
e must match ((error-code|exception-type),location).

Look for a web.xml with error-page directives that use illegal format.
Since tomcat doesn't come with these defined, it must be one of your
web.xml files.

the project was not built due to classpath errors(incomplete or
involved in
cycle)

Missing required library: 'jdk/lib/tools.jar'

You get this compile error from Eclipse, right?  Make sure your
JAVA_HOME variable points to a JDK, not a JRE, installation.

I need to add that once the tomcat is up and running the pages and
functionality(previously compiled)  get displayed correctly and it does
what
its meant to be doing but i am having diffculty adding new features to
it

That's because you're ignoring the web.xml errors, which prevent further
processing of your context.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



problems deploying tomcat

2004-03-15 Thread Ashley Mahadeo
Hi there
  well i am deploying tomcat and each time the following is dumped 
onto the screen :

NFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', 
returnNull=true
server.properties not found, using command line or default properties

SEVERE: Parse Error at line 42 column 18: The content of element type 
error-pag
e must match ((error-code|exception-type),location).

and when i use eclipse to try to compile my package i get the following 
errors:

the project was not built due to classpath errors(incomplete or involved in 
cycle)

Missing required library: 'jdk/lib/tools.jar'

I need to add that once the tomcat is up and running the pages and 
functionality(previously compiled)  get displayed correctly and it does what 
its meant to be doing but i am having diffculty adding new features to it ..

pls could you help fix these ..

Thanks



[^EVER ASHLEY^]





From: Jacob Kjome [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: How can I make servlets reloaded automatically ?
Date: Mon, 15 Mar 2004 23:41:25 -0600
Context reloadable=true ... /

I don't recommend that for production, but for development, it makes life 
easier.

Jake

At 11:10 AM 3/16/2004 +0800, you wrote:
Hi,
Once I change the code of a servlet, I have to restart Tomcat5 to 
make it reloaded .
Can I make the Tomcat to reload it without restarting?

Thanks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Find love today with ninemsn personals. Click here:  
http://ninemsn.match.com

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