RES: Question about jar file name.

2007-05-21 Thread Rodrigo Pimenta Carvalho
Hi Edoardo.

Thank you for reply.
Do you know what is the jar file name in this case?

Regards,
Rodrigo Pimenta Carvalho.


-Mensagem original-
De: Edoardo Panfili [mailto:[EMAIL PROTECTED] 
Enviada em: domingo, 20 de maio de 2007 17:48
Para: Tomcat Users List
Assunto: Re: Question about jar file name.

Rodrigo Pimenta Carvalho ha scritto:
 Hi.
 
  
 
 I have a TomCat project and its Java source code can't compile. The
problem
 is due to an import clause.
 
 This is trying to import Connector class. But I didn't put the
respectively
 jar file in my classpath.
 
  
 
 What is the correct jar file (containing
 org.apache.catalina.connector.Connector) to solve this problem?

In my Tomcat installation (Tomcat 5.5.23) in folder server/lib there is 
a file catalina.jar that contains 
org.apache.catalina.connector.Connector.class

If you are using Unix you can find usefull
jar -tf catalina.jar  | grep Connector

Edoardo

-- 
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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]



RES: Question about jar file name.

2007-05-21 Thread Rodrigo Pimenta Carvalho
Ops,

Excuse-me. I saw the name.
I'm using the TomCat for JWSDP version, which has the Catalina.jar too.
But I guess such version doesn't have the connector class into Catalina.jar.

Rodrigo.
==

-Mensagem original-
De: Edoardo Panfili [mailto:[EMAIL PROTECTED] 
Enviada em: domingo, 20 de maio de 2007 17:48
Para: Tomcat Users List
Assunto: Re: Question about jar file name.

Rodrigo Pimenta Carvalho ha scritto:
 Hi.
 
  
 
 I have a TomCat project and its Java source code can't compile. The
problem
 is due to an import clause.
 
 This is trying to import Connector class. But I didn't put the
respectively
 jar file in my classpath.
 
  
 
 What is the correct jar file (containing
 org.apache.catalina.connector.Connector) to solve this problem?

In my Tomcat installation (Tomcat 5.5.23) in folder server/lib there is 
a file catalina.jar that contains 
org.apache.catalina.connector.Connector.class

If you are using Unix you can find usefull
jar -tf catalina.jar  | grep Connector

Edoardo

-- 
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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]



Question about jar file name.

2007-05-20 Thread Rodrigo Pimenta Carvalho
Hi.

 

I have a TomCat project and its Java source code can't compile. The problem
is due to an import clause.

This is trying to import Connector class. But I didn't put the respectively
jar file in my classpath.

 

What is the correct jar file (containing
org.apache.catalina.connector.Connector) to solve this problem?

 

Thanks a lot.

 

Rodrigo Pimenta Carvalho.

Brazil.

 



Re: Question about jar file name.

2007-05-20 Thread domenico di leo

I'm not expert, but you should out your Jar file into lib directory
(WEB-INF/lib) of your application.
When Tomcat compiles your class automatically look into lib to find the class.
Bye

On 20/05/07, Rodrigo Pimenta Carvalho [EMAIL PROTECTED] wrote:

Hi.



I have a TomCat project and its Java source code can't compile. The problem
is due to an import clause.

This is trying to import Connector class. But I didn't put the respectively
jar file in my classpath.



What is the correct jar file (containing
org.apache.catalina.connector.Connector) to solve this problem?



Thanks a lot.



Rodrigo Pimenta Carvalho.

Brazil.






-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Question about jar file name.

2007-05-20 Thread Edoardo Panfili

Rodrigo Pimenta Carvalho ha scritto:

Hi.

 


I have a TomCat project and its Java source code can't compile. The problem
is due to an import clause.

This is trying to import Connector class. But I didn't put the respectively
jar file in my classpath.

 


What is the correct jar file (containing
org.apache.catalina.connector.Connector) to solve this problem?


In my Tomcat installation (Tomcat 5.5.23) in folder server/lib there is 
a file catalina.jar that contains 
org.apache.catalina.connector.Connector.class


If you are using Unix you can find usefull
jar -tf catalina.jar  | grep Connector

Edoardo

--
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]