tomcat problem

2003-01-31 Thread kiuma
Hi,
I'm using jboss+jetty v 3.0.6  with struts  no problems at all.

If I try to use jboss+tomcat elements in my pages (JSTL styled) elements 
are repeated in the same page every time I access it.

Can you explain me why?

regards,
kiuma


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



Re: tomcat problem

2003-01-31 Thread David M. Karr
 kiuma == kiuma  [EMAIL PROTECTED] writes:

kiuma Hi,
kiuma I'm using jboss+jetty v 3.0.6  with struts  no problems at all.

kiuma If I try to use jboss+tomcat elements in my pages (JSTL styled) elements are
kiuma repeated in the same page every time I access it.

kiuma Can you explain me why?

Details, please.  Show us your JSP page and your exact output.  Do you have any
error messages or exceptions anywhere?  If so, show exactly what you found.

-- 
===
David M. Karr  ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD




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




RES: Struts/Tomcat problem

2002-03-26 Thread Kelly Prudente Pereira

Most often for me this was because i had forgotten to put struts.jar in the
lib directory.


Kelly Prudente Pereira
Analista de Sistemas - NDS
[EMAIL PROTECTED] 
Fóton® Informática e Serviços

-Mensagem original-
De: Lawlor, Frank [mailto:[EMAIL PROTECTED]] 
Enviada em: segunda-feira, 25 de março de 2002 18:56
Para: 'Struts Users Mailing List'
Assunto: RE: Struts/Tomcat problem

 
 message Servlet ActionServlet is currently unavailable
 
 description The requested service (Servlet ActionServlet is currently
 unavailable) is not currently available
 
 Does anyone have any clues to why this happens?

Most often for me this is because there was a problem
during the initialization of struts.  Check the console
log for errors.  Usually a struts-config.xml problem
(or occasionally a missing class file).

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.


--
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]




Struts/Tomcat problem

2002-03-25 Thread Ida Dørum

I get the following error when I'm trying to view a page in my application:
[EMAIL PROTECTED]:

Apache Tomcat/4.0.2 - HTTP Status 503 - Servlet ActionServlet is currently
unavailable




type Status report

message Servlet ActionServlet is currently unavailable

description The requested service (Servlet ActionServlet is currently
unavailable) is not currently available

Does anyone have any clues to why this happens?

thanks

ida


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




RE: Struts/Tomcat problem

2002-03-25 Thread Lawlor, Frank

 
 message Servlet ActionServlet is currently unavailable
 
 description The requested service (Servlet ActionServlet is currently
 unavailable) is not currently available
 
 Does anyone have any clues to why this happens?

Most often for me this is because there was a problem
during the initialization of struts.  Check the console
log for errors.  Usually a struts-config.xml problem
(or occasionally a missing class file).

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.


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




Tomcat problem

2001-02-05 Thread Thierry Cools



Hi, 
well this not really a struts problem, but as there are a lot 
of Tomcat specialists in this mailing list ( at least one ;-) ), I'm sure I'll 
get an answer.
So my problem is :

I currently busy to evaluate the use of different application 
servers and web servers,e.g I tried to communicate between Tomcat and 
Weblogic app server or Tomcat and ATG( another app server), I both case it 
works, but the problem is that in both case I have to manually add the jar file 
containing the client classes (home, stubs, ...).
in my classpath, however the jar file is 
undertheweb-inf/lib directory.

So the question is, I tought that Tomcat automatically adds 
all jar files under the web-inf/lib directory, and if it is the case why do I 
have to add them in the classpath to avoid class not found exceptions. 


Thanks for your help,
Thierry

P.S. I'm using Tomcat 3.2.1

Thierry CoolsSenior Java Developer S1 
Brussels Kleine Kloosterstraat, 23 1932 st. Stevens-Woluwe Belgium 
Tel : +32 2 200 43 82 Email : [EMAIL PROTECTED] 



Re: Tomcat problem

2001-02-05 Thread Thierry Cools




Hi Craig,
yes you're the Tomcat specialist I was looking for ;-)

To answer you're question, yes, Struts is working fine under the 
environement I use, and what you told me is very strange, because I put the 
struts library in the classpath just before starting Tomcat and put my jar file 
containing my classes in the root lib of Tomcat and it works ( the reason I do 
that is that otherwise I receive a class not found exception when Tomcat deploys 
my war file).

But ok, that not really the problem, I thing that the problem is more to 
make Tomcat work with Application Servers, Does someone know what are the exact 
system properties (Java -D) to make Tomcat works with Weblogic for example 


I already use the 
-Djava.naming.factory.initial="weblogic.jndi.WLInitialContextFactory" and 
-Djava.naming.provider.url="t3://localhost:7001" properties, but those seems not 
to be enough to make it works. and the only way, for now,is to put my jar 
file in the classpath.

Thanks for your help,
Thierry
Thierry CoolsSenior Java Developer S1 Brussels 
Kleine Kloosterstraat, 23 1932 st. Stevens-Woluwe Belgium Tel : 
+32 2 200 43 82 Email : [EMAIL PROTECTED] 

  - Original Message - 
  From: 
  Craig R. McClanahan 
  To: [EMAIL PROTECTED] 
  
  Sent: Monday, February 05, 2001 8:56 
  PM
  Subject: Re: Tomcat problem
  Thierry Cools wrote: 
  

Hi,well this not really a struts problem, 
but as there are a lot of Tomcat specialists in this mailing list ( at least 
one ;-) ), I'm sure I'll get an answer. 
So my problem is :I currently 
busy to evaluate the use of different application servers and web servers, 
e.g I tried to communicate between Tomcat and Weblogic app server or Tomcat 
and ATG( another app server), I both case it works, but the problem is that 
in both case I have to manually add the jar file containing the client 
classes ( home, stubs, ...).in my classpath, however 
the jar file is under the web-inf/lib directory.So the question is, I tought that Tomcat automatically adds all jar 
files under the web-inf/lib directory, and if it is the case why do I have 
to add them in the classpath to avoid class not found 
exceptions.Thanks for your help,ThierryP.S. I'm using Tomcat 
3.2.1 Thierry Cools 
Senior Java Developer S1 
Brussels Kleine Kloosterstraat, 23 1932 st. Stevens-Woluwe Belgium 
Tel : +32 2 200 43 82 Email : [EMAIL PROTECTED]
  I wonder who that Tomcat specialist might be? :-) 
  Tomcat 3.2.1 does indeed put JAR files under /WEB-INF/lib into the class 
  path visible to a web application's class loader. In fact, for Struts to 
  work correctly under Tomcat, the classes *must not* be visible on the system 
  classpath, or installed as a system extension in $JAVA_HOME/jre/lib/ext. 
  Were you able to get the Struts example application to work "out of the 
  box"? 
  Craig