RE: how tomcat compile jsp

2004-12-06 Thread Razzakul H Chowdhury
Presumably this is a security issue. You could check the directory
permission and also see whether the examples or any other webapp's servlets
are running. After deploying webapps you might restart the tomcat server and
check the log files.

Thanks.

Razzakul

-Original Message-
From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
Sent: Monday, December 06, 2004 9:37 AM
To: 'Tomcat Users List'
Subject: RE: how tomcat compile jsp


It's a linux box. It's working on my win2k, on another linux box, but not on
the one I'm deploying now. Have no access to it, just want to know some
general possibilities and try them out for now.

Thanks.

Peiyun

-Original Message-
From: Razzakul H Chowdhury [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 10:35 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp


Hi,
I had problem in deploying the web-apps in tomcat 4 in windows 2000
workstation. When I installed the tomcat 5 in windows XP it disappeared. In
windows 2k I was able to run the jsps but not the servlet except from the
following folder: C:\Program Files\Apache Group\Tomcat
4.1\webapps\examples\WEB-INF\classes . In XP the problem has gonne away and
I could install the application even from any other folder.

If you don't have to the production environment you have to have a test or
development environment to replicate the production situation. Otherwise,
its time consuming and hard to debug the errors. Is it in Linux or win 2k or
win xp?

Razzakul

-Original Message-
From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
Sent: Monday, December 06, 2004 9:18 AM
To: 'Tomcat Users List'
Subject: RE: how tomcat compile jsp


I don't have access to the system. I can only deploy the application to the
system by using the manager. It's hard to debug without touch it. I'd
appreciate an answer.

Thanks.

Peiyun

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 10:13 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp



Hi,
Can't you just test this in much less time than it takes to ask and wait
for responses on this list? ;)

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 06, 2004 10:10 AM
>To: 'Tomcat Users List'
>Subject: RE: how tomcat compile jsp
>
>I know they are loaded to RUN the application. I'd like to know when it
>COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
>Thanks.
>
>Peiyun
>
>-Original Message-
>From: Allistair Crossley [mailto:[EMAIL PROTECTED]
>Sent: December 6, 2004 9:58 AM
>To: Tomcat Users List
>Subject: RE: how tomcat compile jsp
>
>
>all libraries in WEB-INF/lib are automatically loaded for your web
>application. if you want ALL web applications to have access to a
>particular
>library or you are setting up datasources there is also the possibility
of
>adding them to tomcat/common/lib e.g a database driver.
>
>> -Original Message-
>> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>> Sent: 06 December 2004 14:52
>> To: 'Tomcat Users List'
>> Subject: how tomcat compile jsp
>>
>>
>> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/
>> to classpath?
>> [If I include third party libs in /WEB-INF/lib/, do I have to add
them
>> somewhere for tomcat to load? Or I can just leave them there
>> in /WEB-INF. ]
>>
>> Thanks.
>>
>> Peiyun Jiang
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
>---
>QAS Ltd.
>Developers of QuickAddress Software
>http://www.qas.com";>www.qas.com
>Registered in England: No 2582055
>Registered in Australia: No 082 851 474
>---
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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 syst

RE: how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
It's a linux box. It's working on my win2k, on another linux box, but not on
the one I'm deploying now. Have no access to it, just want to know some
general possibilities and try them out for now.

Thanks.

Peiyun

-Original Message-
From: Razzakul H Chowdhury [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 10:35 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp


Hi,
I had problem in deploying the web-apps in tomcat 4 in windows 2000
workstation. When I installed the tomcat 5 in windows XP it disappeared. In
windows 2k I was able to run the jsps but not the servlet except from the
following folder: C:\Program Files\Apache Group\Tomcat
4.1\webapps\examples\WEB-INF\classes . In XP the problem has gonne away and
I could install the application even from any other folder.

If you don't have to the production environment you have to have a test or
development environment to replicate the production situation. Otherwise,
its time consuming and hard to debug the errors. Is it in Linux or win 2k or
win xp?

Razzakul

-Original Message-
From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
Sent: Monday, December 06, 2004 9:18 AM
To: 'Tomcat Users List'
Subject: RE: how tomcat compile jsp


I don't have access to the system. I can only deploy the application to the
system by using the manager. It's hard to debug without touch it. I'd
appreciate an answer.

Thanks.

Peiyun

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 10:13 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp



Hi,
Can't you just test this in much less time than it takes to ask and wait
for responses on this list? ;)

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 06, 2004 10:10 AM
>To: 'Tomcat Users List'
>Subject: RE: how tomcat compile jsp
>
>I know they are loaded to RUN the application. I'd like to know when it
>COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
>Thanks.
>
>Peiyun
>
>-Original Message-
>From: Allistair Crossley [mailto:[EMAIL PROTECTED]
>Sent: December 6, 2004 9:58 AM
>To: Tomcat Users List
>Subject: RE: how tomcat compile jsp
>
>
>all libraries in WEB-INF/lib are automatically loaded for your web
>application. if you want ALL web applications to have access to a
>particular
>library or you are setting up datasources there is also the possibility
of
>adding them to tomcat/common/lib e.g a database driver.
>
>> -----Original Message-----
>> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>> Sent: 06 December 2004 14:52
>> To: 'Tomcat Users List'
>> Subject: how tomcat compile jsp
>>
>>
>> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/
>> to classpath?
>> [If I include third party libs in /WEB-INF/lib/, do I have to add
them
>> somewhere for tomcat to load? Or I can just leave them there
>> in /WEB-INF. ]
>>
>> Thanks.
>>
>> Peiyun Jiang
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
>---
>QAS Ltd.
>Developers of QuickAddress Software
>http://www.qas.com";>www.qas.com
>Registered in England: No 2582055
>Registered in Australia: No 082 851 474
>---
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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]

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


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

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



RE: how tomcat compile jsp

2004-12-06 Thread Razzakul H Chowdhury
Hi,
I had problem in deploying the web-apps in tomcat 4 in windows 2000
workstation. When I installed the tomcat 5 in windows XP it disappeared. In
windows 2k I was able to run the jsps but not the servlet except from the
following folder: C:\Program Files\Apache Group\Tomcat
4.1\webapps\examples\WEB-INF\classes . In XP the problem has gonne away and
I could install the application even from any other folder.

If you don't have to the production environment you have to have a test or
development environment to replicate the production situation. Otherwise,
its time consuming and hard to debug the errors. Is it in Linux or win 2k or
win xp?

Razzakul

-Original Message-
From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
Sent: Monday, December 06, 2004 9:18 AM
To: 'Tomcat Users List'
Subject: RE: how tomcat compile jsp


I don't have access to the system. I can only deploy the application to the
system by using the manager. It's hard to debug without touch it. I'd
appreciate an answer.

Thanks.

Peiyun

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 10:13 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp



Hi,
Can't you just test this in much less time than it takes to ask and wait
for responses on this list? ;)

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 06, 2004 10:10 AM
>To: 'Tomcat Users List'
>Subject: RE: how tomcat compile jsp
>
>I know they are loaded to RUN the application. I'd like to know when it
>COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
>Thanks.
>
>Peiyun
>
>-Original Message-
>From: Allistair Crossley [mailto:[EMAIL PROTECTED]
>Sent: December 6, 2004 9:58 AM
>To: Tomcat Users List
>Subject: RE: how tomcat compile jsp
>
>
>all libraries in WEB-INF/lib are automatically loaded for your web
>application. if you want ALL web applications to have access to a
>particular
>library or you are setting up datasources there is also the possibility
of
>adding them to tomcat/common/lib e.g a database driver.
>
>> -Original Message-
>> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>> Sent: 06 December 2004 14:52
>> To: 'Tomcat Users List'
>> Subject: how tomcat compile jsp
>>
>>
>> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/
>> to classpath?
>> [If I include third party libs in /WEB-INF/lib/, do I have to add
them
>> somewhere for tomcat to load? Or I can just leave them there
>> in /WEB-INF. ]
>>
>> Thanks.
>>
>> Peiyun Jiang
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
>---
>QAS Ltd.
>Developers of QuickAddress Software
>http://www.qas.com";>www.qas.com
>Registered in England: No 2582055
>Registered in Australia: No 082 851 474
>---
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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]

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


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



RE: how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
I don't have access to the system. I can only deploy the application to the
system by using the manager. It's hard to debug without touch it. I'd
appreciate an answer.

Thanks.

Peiyun

-Original Message-
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 10:13 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp



Hi,
Can't you just test this in much less time than it takes to ask and wait
for responses on this list? ;)

Yoav Shapira http://www.yoavshapira.com
 

>-Original Message-
>From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 06, 2004 10:10 AM
>To: 'Tomcat Users List'
>Subject: RE: how tomcat compile jsp
>
>I know they are loaded to RUN the application. I'd like to know when it
>COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
>Thanks.
>
>Peiyun
>
>-Original Message-
>From: Allistair Crossley [mailto:[EMAIL PROTECTED]
>Sent: December 6, 2004 9:58 AM
>To: Tomcat Users List
>Subject: RE: how tomcat compile jsp
>
>
>all libraries in WEB-INF/lib are automatically loaded for your web
>application. if you want ALL web applications to have access to a
>particular
>library or you are setting up datasources there is also the possibility
of
>adding them to tomcat/common/lib e.g a database driver.
>
>> -Original Message-
>> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>> Sent: 06 December 2004 14:52
>> To: 'Tomcat Users List'
>> Subject: how tomcat compile jsp
>>
>>
>> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/
>> to classpath?
>> [If I include third party libs in /WEB-INF/lib/, do I have to add
them
>> somewhere for tomcat to load? Or I can just leave them there
>> in /WEB-INF. ]
>>
>> Thanks.
>>
>> Peiyun Jiang
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
>---
>QAS Ltd.
>Developers of QuickAddress Software
>http://www.qas.com";>www.qas.com
>Registered in England: No 2582055
>Registered in Australia: No 082 851 474
>---
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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]

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



RE: how tomcat compile jsp

2004-12-06 Thread Allistair Crossley
no need to SHOUT, i can HEAR you ;P

yoav is right .. just access a library in a new jsp and see what happens ;) if 
you want the answer scroll down.













yes, the libs are available when the jsps are compiled.

> -Original Message-
> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
> Sent: 06 December 2004 15:10
> To: 'Tomcat Users List'
> Subject: RE: how tomcat compile jsp
> 
> 
> I know they are loaded to RUN the application. I'd like to 
> know when it
> COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
> Thanks.
> 
> Peiyun
> 
> -Original Message-
> From: Allistair Crossley [mailto:[EMAIL PROTECTED]
> Sent: December 6, 2004 9:58 AM
> To: Tomcat Users List
> Subject: RE: how tomcat compile jsp
> 
> 
> all libraries in WEB-INF/lib are automatically loaded for your web
> application. if you want ALL web applications to have access 
> to a particular
> library or you are setting up datasources there is also the 
> possibility of
> adding them to tomcat/common/lib e.g a database driver.
> 
> > -Original Message-
> > From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
> > Sent: 06 December 2004 14:52
> > To: 'Tomcat Users List'
> > Subject: how tomcat compile jsp
> > 
> > 
> > When tomcat compiles jsp, does it add jars in /WEB-INF/lib/ 
> > to classpath?
> > [If I include third party libs in /WEB-INF/lib/, do I have 
> to add them
> > somewhere for tomcat to load? Or I can just leave them there 
> > in /WEB-INF. ]
> > 
> > Thanks.
> > 
> > Peiyun Jiang
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
>  
> ---
> QAS Ltd.
> Developers of QuickAddress Software
> http://www.qas.com";>www.qas.com
> Registered in England: No 2582055
> Registered in Australia: No 082 851 474
> ---
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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



RE: how tomcat compile jsp

2004-12-06 Thread Shapira, Yoav

Hi,
Can't you just test this in much less time than it takes to ask and wait
for responses on this list? ;)

Yoav Shapira http://www.yoavshapira.com


>-Original Message-
>From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 06, 2004 10:10 AM
>To: 'Tomcat Users List'
>Subject: RE: how tomcat compile jsp
>
>I know they are loaded to RUN the application. I'd like to know when it
>COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
>Thanks.
>
>Peiyun
>
>-Original Message-
>From: Allistair Crossley [mailto:[EMAIL PROTECTED]
>Sent: December 6, 2004 9:58 AM
>To: Tomcat Users List
>Subject: RE: how tomcat compile jsp
>
>
>all libraries in WEB-INF/lib are automatically loaded for your web
>application. if you want ALL web applications to have access to a
>particular
>library or you are setting up datasources there is also the possibility
of
>adding them to tomcat/common/lib e.g a database driver.
>
>> -Original Message-
>> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
>> Sent: 06 December 2004 14:52
>> To: 'Tomcat Users List'
>> Subject: how tomcat compile jsp
>>
>>
>> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/
>> to classpath?
>> [If I include third party libs in /WEB-INF/lib/, do I have to add
them
>> somewhere for tomcat to load? Or I can just leave them there
>> in /WEB-INF. ]
>>
>> Thanks.
>>
>> Peiyun Jiang
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
>---
>QAS Ltd.
>Developers of QuickAddress Software
>http://www.qas.com";>www.qas.com
>Registered in England: No 2582055
>Registered in Australia: No 082 851 474
>---
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




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]



RE: how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
I know they are loaded to RUN the application. I'd like to know when it
COMPILES the jsp pages, if they are loaded or not. Can you clarify it?
Thanks.

Peiyun

-Original Message-
From: Allistair Crossley [mailto:[EMAIL PROTECTED]
Sent: December 6, 2004 9:58 AM
To: Tomcat Users List
Subject: RE: how tomcat compile jsp


all libraries in WEB-INF/lib are automatically loaded for your web
application. if you want ALL web applications to have access to a particular
library or you are setting up datasources there is also the possibility of
adding them to tomcat/common/lib e.g a database driver.

> -Original Message-
> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
> Sent: 06 December 2004 14:52
> To: 'Tomcat Users List'
> Subject: how tomcat compile jsp
> 
> 
> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/ 
> to classpath?
> [If I include third party libs in /WEB-INF/lib/, do I have to add them
> somewhere for tomcat to load? Or I can just leave them there 
> in /WEB-INF. ]
> 
> Thanks.
> 
> Peiyun Jiang
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



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

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



RE: how tomcat compile jsp

2004-12-06 Thread Allistair Crossley
all libraries in WEB-INF/lib are automatically loaded for your web application. 
if you want ALL web applications to have access to a particular library or you 
are setting up datasources there is also the possibility of adding them to 
tomcat/common/lib e.g a database driver.

> -Original Message-
> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED]
> Sent: 06 December 2004 14:52
> To: 'Tomcat Users List'
> Subject: how tomcat compile jsp
> 
> 
> When tomcat compiles jsp, does it add jars in /WEB-INF/lib/ 
> to classpath?
> [If I include third party libs in /WEB-INF/lib/, do I have to add them
> somewhere for tomcat to load? Or I can just leave them there 
> in /WEB-INF. ]
> 
> Thanks.
> 
> Peiyun Jiang
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


 
---
QAS Ltd.
Developers of QuickAddress Software
http://www.qas.com";>www.qas.com
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---



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



how tomcat compile jsp

2004-12-06 Thread Jiang, Peiyun
When tomcat compiles jsp, does it add jars in /WEB-INF/lib/ to classpath?
[If I include third party libs in /WEB-INF/lib/, do I have to add them
somewhere for tomcat to load? Or I can just leave them there in /WEB-INF. ]

Thanks.

Peiyun Jiang

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