twice....

2002-07-17 Thread James, Stuart

anyone now why my messages appear in the list twice?

( apologies if its only me ).


___
Email Disclaimer

This communication may contain confidential or privileged information and 
is for the attention of the named recipient only. 
It should not be passed on to any other person.
Information relating to any company or security, is for information purposes 
only and should not be interpreted as a solicitation or offer to buy or sell 
any security. The information on which this communication is based has
been obtained from sources we believe to be reliable, but we do not 
guarantee its accuracy or completeness. All expressions of opinion are 
subject to change without notice. All e-mail messages, and associated 
attachments, are subject to interception and monitoring for lawful business 
purposes. (c) 2002 Cazenove Service Company or affiliates. 


Cazenove & Co. Ltd and Cazenove Fund Management Limited provide independent 
advice and are regulated by the Financial Services Authority and members of the 
London Stock Exchange.

Cazenove Fund Management Jersey is a branch of Cazenove Fund Management Limited 
and is regulated by the Jersey Financial Services Commission. 

Cazenove Investment Fund Management Limited, regulated by the Financial Services 
Authority and a member of IMA, promotes only its own products and services. 


___


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Tomcat 4.1.7 Beta / jsp:include

2002-07-17 Thread James, Stuart

Zeller,

thanks for the response.

I will wait for the next release and hope its fixed, although for your
information changing the relative path to a fully qualified path still
fails. only including a file/jsp from the same directory works.

A workaround has been to use <%@include %> , although not ideal :)

Thanks,

Stuart.

-Original Message-
From: Henner Zeller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 3:44 PM
To: Tomcat Users List
Subject: Re: Tomcat 4.1.7 Beta / jsp:include



Hi,
> I have a problem that has materialised after  we upgraded our development
> web server to tomcat 4.1.7.
> 
> the  tag is ignored no errors are generated and the page
is
> simply not loaded/included.

I had a similar problem when upgrading to jasper2 (which is the JSP 
compiler included in 4.1.7). This was, when the included files were
addressed relatively. See
  
(fix included)

Ah, by the way: make sure, that you remove all the stuff found in the 
work/ subdirectory of your tomcat installation ..

ciao,
 -hen


--
To unsubscribe, e-mail:

For additional commands, e-mail:



___
Email Disclaimer

This communication may contain confidential or privileged information and 
is for the attention of the named recipient only. 
It should not be passed on to any other person.
Information relating to any company or security, is for information purposes 
only and should not be interpreted as a solicitation or offer to buy or sell 
any security. The information on which this communication is based has
been obtained from sources we believe to be reliable, but we do not 
guarantee its accuracy or completeness. All expressions of opinion are 
subject to change without notice. All e-mail messages, and associated 
attachments, are subject to interception and monitoring for lawful business 
purposes. (c) 2002 Cazenove Service Company or affiliates. 


Cazenove & Co. Ltd and Cazenove Fund Management Limited provide independent 
advice and are regulated by the Financial Services Authority and members of the 
London Stock Exchange.

Cazenove Fund Management Jersey is a branch of Cazenove Fund Management Limited 
and is regulated by the Jersey Financial Services Commission. 

Cazenove Investment Fund Management Limited, regulated by the Financial Services 
Authority and a member of IMA, promotes only its own products and services. 


___


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Tomcat 4.1.7 Beta / jsp:include

2002-07-16 Thread James, Stuart


I have a problem that has materialised after  we upgraded our development
web server to tomcat 4.1.7.

the  tag is ignored no errors are generated and the page is
simply not loaded/included.

(works fine in version 4.0.x)

please help :)


Thanks,

Stuart James.






___
Email Disclaimer

This communication may contain confidential or privileged information and 
is for the attention of the named recipient only. 
It should not be passed on to any other person.
Information relating to any company or security, is for information purposes 
only and should not be interpreted as a solicitation or offer to buy or sell 
any security. The information on which this communication is based has
been obtained from sources we believe to be reliable, but we do not 
guarantee its accuracy or completeness. All expressions of opinion are 
subject to change without notice. All e-mail messages, and associated 
attachments, are subject to interception and monitoring for lawful business 
purposes. (c) 2002 Cazenove Service Company or affiliates. 


Cazenove & Co. Ltd and Cazenove Fund Management Limited provide independent 
advice and are regulated by the Financial Services Authority and members of the 
London Stock Exchange.

Cazenove Fund Management Jersey is a branch of Cazenove Fund Management Limited 
and is regulated by the Jersey Financial Services Commission. 

Cazenove Investment Fund Management Limited, regulated by the Financial Services 
Authority and a member of IMA, promotes only its own products and services. 


___


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Login success

2002-05-15 Thread James, Stuart

Hi,

Using tomcat 4.0 on HPUX/Java 1.3

I have two questions,

First, using the standard tomcat login mechanism what class, filter or tag
do I have to implement to add extra processing to a successful login.
(logging the username/ip address to our database and setting default
session/cookie values).

Second, Is it possible to have the login realm configuration stored inside
the web.xml and not the server.xml to allow each context to have different
realms.

Thanks,



___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: HTTP Tunnel question

2002-05-15 Thread James, Stuart


"HTTP Tunnel question",

This message is getting rejected by our email server as it contains a
VBScript.

Does this message have to include a script file? I'm sure other people get
them same problem with attachments as they pose a virus/security threat.

thanks,


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path"

2002-03-04 Thread James, Stuart

if your using jdk1.4 and tomcat 4.02 try using the thin client.

ie.,
jdbc:oracle:thin:@myserver:1521:mydb

-Original Message-
From: Toru Watanabe [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 04, 2002 9:04 AM
To: Tomcat Users List
Subject: Re: java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared
library path"



First, please make sure that Oracle client is installed
in your machine.

Abhishek> Thanks buddy!
Abhishek> but ..i already did that
Abhishek> but i have a a requirement which says i have to use oci client
only
Abhishek> any other solution ???

UnsatisfiedLinkError means JVM can't find shared library.
You need to add shared library path to environment variable.

If you use solaris or linux, then you should add following 
statement in your tomcat.sh.

LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH

if you use HP-UX, then

SHLIB_PATH=$ORACLE_HOME/lib:$SHLIB_PATH
export SHLIB_PATH

if you use Windows, then you should add following to tomcat.bat.

set PATH=%ORACLE_HOME%\lib;%PATH%


then it will be able to find shared library. 

regards,
Watanabe.

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: Problem with file URL

2002-01-07 Thread James, Stuart

file::// informs your browser to load the local file, this can run over an
intranet if your server is NT with a shared drive (using unc's ) and the
client pc has access and permission to view it.

so the following could work,

file:://myserver/ashareddirectyory/afile.txt

this does not use any form of http or ftp...


-Original Message-
From: Tom Drake [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 07, 2002 2:48 PM
To: Tomcat Users List
Subject: Re: Problem with file URL


Jim:

Your file url is not valid for any filesystem of which i'm aware,
unless you happen to have a directory under root called
"intranet.xxx.com:8080". "file://" url's should be followed by a
filesystem pathname to an actual file.

Regards,

Tom Drake
- Original Message -
From: "Jim Dempsey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 06, 2002 6:51 PM
Subject: Problem with file URL


| How come I can access this URL:
| http://intranet.xxx.com:8080/reportsArchive/par/ProductDD.xls
|
| But cannot access this URL:
| file://intranet.xxx.com:8080/reportsArchive/par/ProductDD.xls
|
| I get an error message that it cannot find the file.  The error message
says
| make sure the path and filename are correct.
| I am using Tomcat 4.0.1  Is there some configuration setup that I am
| missing?
|
| Thanks
|
|
|
| --
| To unsubscribe:   
| For additional commands: 
| Troubles with the list: 
|
|
|


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: Can't happen - classname is null, who added this ?

2001-11-02 Thread James, Stuart

I get this error if i change/recompiled a class in web-inf/classes without
bouncing tomcat.
 

-Original Message-
From: Voon, Wendy [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 02, 2001 6:03 AM
To: '[EMAIL PROTECTED]'
Subject: Can't happen - classname is null, who added this ?


Hi,

I am running TC 3.2.3

I am getting a weird error, does anyone know what this means?

Internal Servlet Error:
java.lang.IllegalStateException: Can't happen - classname is null, who added
this ?

Cheers in advance,
Wendy Voon
Consultant
Black Diamond
T e c h n o l o g i e s
Level 1, 6 Riverside Quay,
Southbank, Victoria, 3006.
E-mail: [EMAIL PROTECTED]
Telephone: (03) 9698 - 7600
Facsimile: (03) 9698 - 7666
Web: http://www.bdt.com.au/ 

---INTERNET E-MAIL CONFIDENTIALITY/DISCLAIMER

Privileged and confidential information may be contained in this e-mail.  If
you are not the intended recipient of this communication please delete and
destroy all copies and kindly notify the sender by return e-mail.
Recipients of this e-mail must not use, disclose or forward any information
or attachments without express permission from Black Diamond Technologies. 

Any views expressed in this communication are those of the individual sender
except where the sender specifically states them to be the views of Black
Diamond Technologies.  Except as required at law, we do not represent
warrant and/or guarantee that the integrity of this communication has been
maintained or that it is free of errors, viruses, interception or
interference.




___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Cookies.

2001-09-24 Thread James, Stuart

Development Machine is Tomcat-3.2.3 / WinNT 4. IE 6
Live Tomcat-3.2.3 / HPUX11, IE5

I am sending a cookie of 6402 bytes from Internet Explorer to tomcat, but
tomcat tell's me that the received length is 5095 bytes ?

The data is a very simple strings (comma separated values) the strings are
escaped/unescaped before sending.

Anybody out there got any ideas ?

Thanks,
Stuart.


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: Worm Attacks

2001-09-21 Thread James, Stuart

If this is the nt event log your talking about,

run "eventvwr" on your machine and have a look at the events being logged,
this should point in the right direction.(and you can change the log size).

-Original Message-
From: Cheong Takhoe [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 21, 2001 10:51 AM
To: '[EMAIL PROTECTED]'
Subject: Worm Attacks


Hi folks,

I've got a Tomcat 3.2 running on JDK 1.2.2 on Windows NT 4.0 with SP 5.
As we all know, worms like Code Red and Nimba are running rampant around
networks... probing for holes in IIS.

When I run Tomcat at console mode, I could see the attacks and probes made
by infected servers. Although the server is not infected, the Java on my
Tomcat  would in the end crash and a dialog box would pop up stating
"Application log is full".

Anybody experiencing such a scenario out and knows how to deal with this?
Got to keep the server running. Please help.

regards,
Cheong Takhoe


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: LoadLibrary Function

2001-09-20 Thread James, Stuart

try this ?

LoadLibrary is an NT function that is used to load DLL's, check that your
java path settings are included in the system path and not for the user.
(control panel, System, Environment ) or any other differences between
system/user.

-Original Message-
From: Dean Carugah [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 20, 2001 3:42 PM
To: [EMAIL PROTECTED]
Subject: LoadLibrary Function


Hi,

I have come across the following error items in my
application log.

"-The LoadLibrary function failed for the following  
reason. The specified module could not be found.
-Could not load the Java Virtual Machine."

Subsequently it is impossible to initiate Jakarta as a
service. I am not sure what could be wrong since
Tomcat works just fine "in process" but I can not get
Jakarta to start (i.e. through control
panel-services).
What do I need to do?

Thanks

Dean

__
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



context-param [ hpux/nt tomcat 3.x & 4.x ]

2001-09-04 Thread James, Stuart

Hi,

I want to access a "" inside the   tag of the main
server.xml file.

I can access  parameters inside the web.xml (stored in the web-inf)
directory, but that is stored inside the war/web project directory, how can
I access parameters declared in the main server.xml file.

Below is the code I use to iterate through the application parameters, so
what do I need to change for the top level context params ?

java.util.Enumeration appIter = application.getInitParameterNames();
while( appIter.hasMoreElements() )
{
String strName = (String)appIter.nextElement();
out.println( "Application." + strName + "" );
}

I have tried the config, session and page objects but they didn't work
either.

Thanks in advance 
Stuart.

PS, yes I have already searched the web & archives. :)


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: Tomcat Shirts?

2001-08-24 Thread James, Stuart

.aspx, sound's like a Mickey mouse website.

-Original Message-
From: Denis Haskin [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 4:01 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat Shirts?


Well, if someone has a logo, someone could set up a store at
www.cafepress.com and sell lots of stuff
with Tomcat on it.  Either no profit (sure, cafepress gets some) or I
suppose some small money back to
Apache.  Does the Apache Foundation have a policy on this?

Anyway, see http://www.cafepress.com/cp/info/help/products.aspx and
http://www.cafepress.com/cp/info/help/images.aspx.

dwh


"Rob S." wrote:

> Oh man, i'd eat up some Tomcat shirts.  I wonder if I we'd be able to use
the TC logo the Pier made?
>
> You can get Java stuff from http://java.sun.com/.  I think it's under
"java wear and books."


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: Graphics with jsp

2001-08-22 Thread James, Stuart

I've heard about something called vml (Virtual modelling language) which
allows you to draw vector graphics in xml and display them on the browser.

not sure what browsers support it but I recall that NASA use it on some of
there sites!

-Original Message-
From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 1:27 PM
To: [EMAIL PROTECTED]
Subject: Re: Graphics with jsp


Gregor Kovah wrote:

> Hi!
> 
> Hmm, this is a bit off topic, but nevertheless:
> You could use KavaChart (www.ve.com), which you can use in Servlets and 
> JSPs, but unfortunately it is not free.

Why not the good old "Fly"? It is a C compiled CGI program that takes a 
"command file" and draws a GIF following those commands. All the 
JSP/servlet needs to do is create a command file.

Is there something equivalent in Java?

Nix.


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: please help!!! basic problem with tomcat 3.2.3 / win98

2001-08-22 Thread James, Stuart

try some basic tcp/ip tests.

.can you ping loclhost 
.is anything else trying to use the port numbers tomcat is trying to use 
.use a unix platform

-Original Message-
From: Josef Oberckal [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 12:43 PM
To: '[EMAIL PROTECTED]'
Subject: AW: please help!!! basic problem with tomcat 3.2.3 / win98


Hi,

yes, the TCP/IP protocol is installed. Do I have to adjust some other
options? 

-Ursprüngliche Nachricht-
Von: Rob S. [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 22. August 2001 13:31
An: [EMAIL PROTECTED]
Betreff: RE: please help!!! basic problem with tomcat 3.2.3 / win98


Hi Josef,

I can't say I've ever seen that error message before =)

Do you have the TCP/IP protocol installed?  (Right-click on network
neighbourhood, then on properties).

- r

> -Original Message-
> From: Josef Oberckal [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 3:20 AM
> To: '[EMAIL PROTECTED]'
> Subject: please help!!! basic problem with tomcat 3.2.3 / win98
>
>
> Hello again,
>
> I still have some major problems with tomcat 3.2.3 on windows98.
> When trying
> to start tomcat I receive:
>
> ---> java.net.SocketException: network subsystem has failed
>
> The problem I am describing occurs at home, where I don't have internet.
>
> Can anyone please help me?
>
> Josef
>
>
>
>
>


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: Serving files outside Tomcat directory

2001-08-16 Thread James, Stuart

not sure If understand the problem, try using docBase.

for tomcat 3.x
 


for tomcat 4.x


  
  
  
   

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 16, 2001 2:35 PM
To: [EMAIL PROTECTED]
Subject: Re: Serving files outside Tomcat directory


Hi Pier!

Thank you for answering.

My problem is that I've got another application wich generates files,
and I would like to serve them.

Is not there any possibility?

-
This mail was sent through Eoffice: http://www.eoffice.dk


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: My JSP pages are freezing !!

2001-08-15 Thread James, Stuart

is it possible your browser is caching the result? if so add the following
to the footer of the page,









or put a system.out.println inside the jsp page to display when its being
called and finished running 

-Original Message-
From: Rob S. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 1:58 PM
To: [EMAIL PROTECTED]
Subject: Re: My JSP pages are freezing !!


Hi Christian,

Not to be skeptical, but it doesn't *sound* like a Tomcat problem.  As well,
the page isn't "freezing" per se, which would imply some sort of time-out,
it's just looking the same when you hit it again.  You'll need to provide
more detail about the page if you want help, but I'm reluctant to solve your
JSP programming problems .

- r

On Wed, 15 Aug 2001 08:51:41 -0300 [EMAIL PROTECTED] wrote:
> Hello all ! I have tomcat 3.3  with apache and it seems work fine
> until now. I have a JSP page that receive
> only one param , execute a query in a database (interbase) , and
> make the output.
> All work fine during some time but suddenly, when i execute the page
> 
> with different values for the param, the output
> is always the same , i.e., the output always show the answer not matter
> what value i put for the param.
> It seems like the page freezing with an old value .
> 
>Christian




___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: IBM JDK

2001-08-14 Thread James, Stuart

why would you want to run the IBM JDK ? is it faster/better than suns jdk ?

-Original Message-
From: Paul Rubenis [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 5:37 PM
To: [EMAIL PROTECTED]
Subject: Re: IBM JDK


Works very well for me running tomcat 3.2.3, rh 6.2 and IBMJava2-13
(build 1.3.0, J2RE 1.3.0 IBM build cx130-20010329 (JIT enabled: jitc)

Mike McGuinness wrote:
> 
> Has anyone tried IBM jdk/runtime environment on Linux with Tomcat 3.2.3?
> 
> I'v got sun jdk 1.3, running on Red Hat 7.1, with apache 1.3.20, and
> tomcat 3.2.3.
> I was wondering how or if IBM's jdk/runtime works.
> 
> Mike

-- 
+-- mailto:[EMAIL PROTECTED] +
| Paul M Rubenis - System Administrator |
| Phone: (612) 624-8337 |
| Fax:   (612) 625-6853 |
+---+
| Any connection between your reality and mine is purely|
| coincidental. |


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



war files. (tomcat 4.0 beta 7)

2001-08-13 Thread James, Stuart

I have packaged my web application in a .war file and deployed it using
tomcat 4.0 beta 7.

perfect.

The only way I could get it to work was to copy my database jar files into
web-inf\lib, this would make my war file platform dependent as most database
vendors ship different jars for each operating system.

I tried them in the %CATALINA_HOME%\lib but that did not help.

suggestions / recommendations.

Thanks,
Stuart James.


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



mod_webapp.so

2001-08-09 Thread James, Stuart

where can I download a copy of the mod_webapp.so

I am using tomcat beta 6 with apache 1.3 running on windows nt 4.0

Thanks,
Stuart James.


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___



RE: jsp:plugin

2001-08-08 Thread James, Stuart

adding the name in quotes makes no difference,




-Original Message-
From: Jan Labanowski [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 8:15 PM
To: '[EMAIL PROTECTED]'
Subject: Re: jsp:plugin


In XML you need to put attribute values within quotes:
Try
>  type="applet"
>   code="MyApplet.class"
>   codebase="/test"
>   width="350"
>       height="200">
>   
>



On Tue, 7 Aug 2001, James, Stuart wrote:

> Hi,
> 
> Can Anybody out there help the issue relates to the JSP:plugin
feature.
> 
> I want access the applet from a client side script,
> 
>  code="MyApplet.class" 
>   codebase="/test"
>   width=350 
>   height=200 
>   alt="not working">
>  
> 
> This applet code allows me to access the object in a script as such,
> 
> 
>   myApplet.InvokeMethod("aparameter");
>  
> 
> The problem occurs if I change the code to use the new jsp:plugin
mechanism,
> 
>  type="applet"
>   code="MyApplet.class" 
>   codebase="/test"
>   width="350" 
>   height="200">
>   
> 
> While the applet is still downloaded, the object can not be accessed via a
> script. (vbscript or jscript). Looking at the html generated the name
> parameter is ignored.
> 
> Thanks to anyone who can assist.
> 
> Stuart James.
> 
> 
> ___
> Email Disclaimer
> 
> This communication is for the attention of the
> named recipient only and should not be passed
> on to any other person. Information relating to
> any company or security, is for information
> purposes only and should not be interpreted as
> a solicitation or offer to buy or sell any security.
> The information on which this communication is based
> has been obtained from sources we believe to be reliable,
> but we do not guarantee its accuracy or completeness.
> All expressions of opinion are subject to change
> without notice.  All e-mail messages, and associated attachments,
> are subject to interception and monitoring for lawful business purposes.
> ___
> 

Jan K. Labanowski|phone: 614-292-9279,  FAX: 614-292-7168
Ohio Supercomputer Center|Internet: [EMAIL PROTECTED] 
1224 Kinnear Rd, |http://www.ccl.net/chemistry.html
Columbus, OH 43212-1163  |http://www.osc.edu/



RE: Moving /WEB-INF/lib or adding to it in TC 4.0

2001-08-07 Thread James, Stuart

so what is the best option

where should you place database jar's, ibm queue jar's etc..., surely you
would not copy them into your applications web-inf area? additionaly I would
not want them in the tomcat classpath?

what is the prefered solution ? 

I need to consider that more than the web server mayuse the jar files so I
do not want to copy them into the web server area, additionaly I don't like
the idea of changing the supplied tomcat.sh or the global CLASSPATH
environment.

Can you not add .jars to the application configuration ?

-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 07, 2001 5:48 PM
To: [EMAIL PROTECTED]
Subject: Re: Moving /WEB-INF/lib or adding to it in TC 4.0




On Tue, 7 Aug 2001, Pier P. Fumagalli wrote:

> Holscher, David M at [EMAIL PROTECTED] wrote:
> > 
> >> Correct, that's why it's not advisable to put it there.
$CATALINA_HOME/lib
> >> is there just because sometimes you want to have libraries accessible
by
> >> all your web applications WITHOUT putting them in
$JAVA_HOME/jre/lib/ext.
> > 
> > Yes, there are lots of things that are not advisable. I'm just saying
that
> > having a way to extend the places where I look for jar files for a
web-app
> > is no worse than existence of the $CATALINA_HOME/lib.
> 
> I tend to disagree with you. If you consider the fact that everything
under
> $JAVA_HOME/jre/lib/ext is considered "trusted" code by the VM when you
> install a SecurityManager, while code in $CATALINA_HOME/lib is not.
> 
> $CATALINA_HOME/lib is there for a reason...
> 
> >> Yes, but at this point I don't quite get WHY you have to have a JAR
file
> >> specifically tied to a single Web Application in a directory != from
your
> >> WEB-INF/lib... It there a solid explanation on why you need this
behavior?
> >> 
> > We have a set of jar files used by several programs which are not web
> > applications. We have a single web app which uses some of the jar files.
It
> > does not make sense for the programs that are not web applications to
use
> > jar files in the WEB-INF/lib directory nor does it make sense for the
web
> > application to use files outside that directory. So when we build a
> > production release we make sure we have copies of the jar files in the
right
> > places. However, in development when I make a change to a source file
there
> > is much less pain involved if I don't have to make sure to copy the
> > resulting change to the jar file into all of the places it is needed. It
is
> > simply easier to point the applications that need it to the central
> > location. Please don't answer that I should have the build script make
extra
> > copies of the jar files (which will cause configuration management
issues)
> > and please don't answer that the central location be the WEB-INF/lib
> > directory because most of our developers don't see that directory. I
simply
> > want to know if it is possible to extend the library path for a web
> > application. At this point, I'm sure the answer is no.
> 
> Well, the answer IS of course "no"... :) If you imply such a configuration
> mechanism (like specify a "classpath" for every web-application) there
might
> be issues from when you move stuff around (like, from your classpath, to
> WEB-INF/lib), especially in terms of security and class loading issues.
> I believe that it can be easily solved by putting down some symlinks in
your
> WEB-INF/lib, so that when you jar up the final "release" you don't even
care
> what you need to copy over or not...
> 
> Pier
> 
> 

I find that a "deploy" target in my build.xml file, which assembles the
web app in Tomcat's webapps directory (including copying JARs that are
needed) solves this kind of pain for me.

You're absolutely right that the author of a non-web JAR that you're using
shouldn't be responsible for "pushing" JAR files to wherever they are
being used -- it should be the responsibility of the user of that JAR to
"pull" as needed.  Ant's  task is smart enough to skip the copying
if the JAR file didn't change, so it's still pretty fast.

Now, my webapp development loop goes like this:
* Edit
* "ant compile"
* Fix compiler errors and loop back
* "ant deploy"
* Restart the webapp in Tomcat (manually or automatically)
* Test

And I never have to worry about getting the most recent JAR files -- the
deploy target took care of that for me as it was copying all my stuff into
the webapps directory.

It's even easy to parameterize build.xml so that developers can pick and
choose which version of dependent JARs they want, or use defaults.  The
process of building Tomcat itself (with lots of external dependencies) has
convinced me that it's scalable to larger projects as well.

One final benefit -- creating the production distribution is now just a
matter of JARing up the deployed webapp directory into a WAR file, since
you've been developing all along in the same directory structure that
you're going to deploy.

Craig



_

jsp:plugin

2001-08-07 Thread James, Stuart

Hi,

Can Anybody out there help the issue relates to the JSP:plugin feature.

I want access the applet from a client side script,


   

This applet code allows me to access the object in a script as such,


myApplet.InvokeMethod("aparameter");
   

The problem occurs if I change the code to use the new jsp:plugin mechanism,




While the applet is still downloaded, the object can not be accessed via a
script. (vbscript or jscript). Looking at the html generated the name
parameter is ignored.

Thanks to anyone who can assist.

Stuart James.


___
Email Disclaimer

This communication is for the attention of the
named recipient only and should not be passed
on to any other person. Information relating to
any company or security, is for information
purposes only and should not be interpreted as
a solicitation or offer to buy or sell any security.
The information on which this communication is based
has been obtained from sources we believe to be reliable,
but we do not guarantee its accuracy or completeness.
All expressions of opinion are subject to change
without notice.  All e-mail messages, and associated attachments,
are subject to interception and monitoring for lawful business purposes.
___