Servlet Error 500, Missing message for key index.title

2001-06-26 Thread Maik Mrazovic



I´ve installed struts, under Tomcat 
3.2.

None Webapplication will run which uses 
ApplicationResources.properties, when I start an index.jsp there comes always 
the error

javax.servlet.ServletException: Missing message for key 
index.title
but i don´t know why?!!? The File is in correct 
folder, I´ve tried to start several webapplications which was deployed as 
war-Files, no one works, always this Error, that makes me crazy!

I use Struts 1.0 b3, I hope somebody can help 
me!


Maik Mrazovic

T - S y s t e m s debis Systemhaus MEB 
GmbHBusiness Center Sales  eBusiness, RD/VN

Erich-Herion Str. 13 70736 
Fellbach(Phone) +49 711 17-40549(Mobile) +49 170 
832-5616(email) [EMAIL PROTECTED]Internet: 
http://www.t-systems.de 



Re: Servlet Error 500, Missing message for key index.title

2001-06-26 Thread Klaus Thiele

Hi Maik,

in your web.xml, add/change following parameter:
  !-- Action Servlet Configuration --
[...]
init-param
   param-namenull/param-name
   param-valuefalse/param-value
/init-param

this does not solve your problem, but then you don't
get an exception/Error 500 but you will see in your page
_which_  key is missing.

perhaps this helps.
  klaus

Am Dienstag, 26. Juni 2001 11:23 schrieben Sie:
 I´ve installed struts, under Tomcat 3.2.

 None Webapplication will run which uses
 ApplicationResources.properties, when I start an index.jsp there
 comes always the error

 javax.servlet.ServletException: Missing message for key index.title

 but i don´t know why?!!? The File is in correct folder, I´ve tried to
 start several webapplications which was deployed as war-Files, no one
 works, always this Error, that makes me crazy!

 I use Struts 1.0 b3, I hope somebody can help me!


 Maik Mrazovic

 T - S y s t e m s
 debis Systemhaus MEB GmbH
 Business Center Sales  eBusiness, RD/VN

 Erich-Herion Str. 13
 70736 Fellbach

 (Phone) +49 711 17-40549
 (Mobile) +49 170 832-5616
 (email) [EMAIL PROTECTED]
 Internet: http://www.t-systems.de


Content-Type: text/html; charset=iso-8859-1; name=Anhang: 1
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 
--
Klaus Thiele - Personal  Informatik AG
mailto:[EMAIL PROTECTED]

 Your mouse has moved.
  Windows must be restarted for the change to take effect.



Re: Servlet Error 500, Missing message for key index.title

2001-06-26 Thread Maik Mrazovic

Hi Klaus,

thanks for your help, but as I already wrote it´s always the first key of
the propertiesfile, in my case the index.title - key. I assume Struts
don´t find any keys, and I dont know why.

And in fact that I tried to start several war files, e.g. the struts-example
(!) it has to work, but it does not! Perhaps a problem with Tomcat?!

Regards,

Maik Mrazovic

- Original Message -
From: Klaus Thiele [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, June 26, 2001 11:46 AM
Subject: Re: Servlet Error 500, Missing message for key index.title


 Hi Maik,

 in your web.xml, add/change following parameter:
   !-- Action Servlet Configuration --
 [...]
 init-param
param-namenull/param-name
param-valuefalse/param-value
 /init-param

 this does not solve your problem, but then you don't
 get an exception/Error 500 but you will see in your page
 _which_  key is missing.

 perhaps this helps.
   klaus

 Am Dienstag, 26. Juni 2001 11:23 schrieben Sie:
  I´ve installed struts, under Tomcat 3.2.
 
  None Webapplication will run which uses
  ApplicationResources.properties, when I start an index.jsp there
  comes always the error
 
  javax.servlet.ServletException: Missing message for key index.title
 
  but i don´t know why?!!? The File is in correct folder, I´ve tried to
  start several webapplications which was deployed as war-Files, no one
  works, always this Error, that makes me crazy!
 
  I use Struts 1.0 b3, I hope somebody can help me!
 
 
  Maik Mrazovic
 
  T - S y s t e m s
  debis Systemhaus MEB GmbH
  Business Center Sales  eBusiness, RD/VN
 
  Erich-Herion Str. 13
  70736 Fellbach
 
  (Phone) +49 711 17-40549
  (Mobile) +49 170 832-5616
  (email) [EMAIL PROTECTED]
  Internet: http://www.t-systems.de

 
 Content-Type: text/html; charset=iso-8859-1; name=Anhang: 1
 Content-Transfer-Encoding: quoted-printable
 Content-Description:
 

 --
 --
 Klaus Thiele - Personal  Informatik AG
 mailto:[EMAIL PROTECTED]

  Your mouse has moved.
   Windows must be restarted for the change to take effect.





Re: Servlet Error 500, Missing message for key index.title

2001-06-26 Thread Scott Walter

remove struts.jar from your claspath.
--- Maik Mrazovic [EMAIL PROTECTED] wrote:
 Hi Klaus,
 
 thanks for your help, but as I already wrote it´s
 always the first key of
 the propertiesfile, in my case the index.title -
 key. I assume Struts
 don´t find any keys, and I dont know why.
 
 And in fact that I tried to start several war files,
 e.g. the struts-example
 (!) it has to work, but it does not! Perhaps a
 problem with Tomcat?!
 
 Regards,
 
 Maik Mrazovic
 
 - Original Message -
 From: Klaus Thiele [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, June 26, 2001 11:46 AM
 Subject: Re: Servlet Error 500, Missing message for
 key index.title
 
 
  Hi Maik,
 
  in your web.xml, add/change following parameter:
!-- Action Servlet Configuration --
  [...]
  init-param
 param-namenull/param-name
 param-valuefalse/param-value
  /init-param
 
  this does not solve your problem, but then you
 don't
  get an exception/Error 500 but you will see in
 your page
  _which_  key is missing.
 
  perhaps this helps.
klaus
 
  Am Dienstag, 26. Juni 2001 11:23 schrieben Sie:
   I´ve installed struts, under Tomcat 3.2.
  
   None Webapplication will run which uses
   ApplicationResources.properties, when I start an
 index.jsp there
   comes always the error
  
   javax.servlet.ServletException: Missing message
 for key index.title
  
   but i don´t know why?!!? The File is in correct
 folder, I´ve tried to
   start several webapplications which was deployed
 as war-Files, no one
   works, always this Error, that makes me crazy!
  
   I use Struts 1.0 b3, I hope somebody can help
 me!
  
  
   Maik Mrazovic
  
   T - S y s t e m s
   debis Systemhaus MEB GmbH
   Business Center Sales  eBusiness, RD/VN
  
   Erich-Herion Str. 13
   70736 Fellbach
  
   (Phone) +49 711 17-40549
   (Mobile) +49 170 832-5616
   (email) [EMAIL PROTECTED]
   Internet: http://www.t-systems.de
 
  
  Content-Type: text/html; charset=iso-8859-1;
 name=Anhang: 1
  Content-Transfer-Encoding: quoted-printable
  Content-Description:
  
 
  --
  --
  Klaus Thiele - Personal  Informatik AG
  mailto:[EMAIL PROTECTED]
 
   Your mouse has moved.
Windows must be restarted for the change to take
 effect.
 
 


=
~~~
Scott

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/