RE: Pb with symbolic link

2003-09-10 Thread Thomas Hehl
Could you put your context remark in context (:) for us newbies? Will this go in the web.xml file? Under which tags? Please forgive my ignorance;) --- "Brandon M. Blank" <[EMAIL PROTECTED]> wrote: >In your context definition, add the following: > > > >Good Luck! > >-Original Message- >Fr

Annoying taglib problem

2003-09-10 Thread Thomas Hehl
I have never used taglibs before. Be warned!:) New setup of tomcat 4.12. The tag itself is stored in WEB-INF/lib/forerunner-webapps.jar, but the error is the same whether the jar file is there or not. I simply don't know where to look next. I am getting the following error (edited): 2003-09-09

Re: Character Encoding problem (umlauts, etc).

2003-09-08 Thread Thomas Kellerer
Robert Priest schrieb: I have a servlet that catches a request for a file. How is the request sent? If sent via an HTML form, you need to include the accept-charset="UTF-8" attribute into your tag.... Thomas --

Debugging mode?

2003-09-06 Thread Thomas Hehl
OK, I had tomcat up and working just fine. I moved some directories around and changed my web.xml for my web app and now I get 404 for EVERYTHING I'm not asking anyone to solve this problem for me, but I've tried to check all of the logs and can't figure out where to go next. Is there some w

Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Thomas Eichberger
er.worker1.type=ajp13 ... worker.worker1.port=8010 worker.worker1.host=localhost worker.worker1.type=ajp13 Is this all correct? Should that work? Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-03 Thread Thomas Kellerer
javac.exe?) but the JRE we distribute (which would be inconvenient to change) doesn't allow this. Ah! Right, I didn't think about re-distribution. Cheers Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Vedr.: restart tomcat everytime I make change to servlet -- afterexperiment

2003-09-03 Thread Thomas Nybro Bolding
/ Their answers helped the other guy and will also probably do the job for you. /Thomas "Clive Luk" <[EMAIL PROTECTED]> 03-09-03 09:07 Besvar venligst til "Tomcat Users List" Til:"Tomcat Users List" <[EMAIL PROTECTED]> cc:

Re: Running Tomcat 4.1.27 without Jasper (or a JDK)?

2003-09-02 Thread Thomas Kellerer
e archive (with only a couple of searches, admittedly). Thanks, Jon Skeet Just out of curiosity: I'm wondering why you want to do that? The overhead of the JDK over JRE isn't that big and disk space isn't usually a problem. Thomas --

AW: Socket Problem with tomcat on Solaris 8

2003-09-01 Thread Haug Thomas
)configuration of the OS. Thanks, Thomas > -Ursprüngliche Nachricht- > Von: Eric J. Pinnell [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 1. September 2003 16:03 > An: Tomcat Users List > Cc: Haug Thomas > Betreff: Re: Socket Problem with tomcat on Solaris 8 > &g

Socket Problem with tomcat on Solaris 8

2003-09-01 Thread Haug Thomas
is using the coyote connector in the following way: As far as I remember is the 'connectionLinger' time disabled if this configuration is not set in the connector. Is this correct and does this configuration affect the problem I am exp

Vedr.: Re: why i must restart the Tomcat ??

2003-08-29 Thread Thomas Nybro Bolding
I remember to have read in the documentation this option slows Tomcat down and therefore should be used on a test server only. Does anyone have experience with reloadable contexts in a production environment performancewise? Thomas "Fabio Bazzani" <[EMAIL PROTECTED]> 29-08

IIS+jk2 = bad performance?

2003-08-14 Thread Thomas Nybro Bolding
with IIS+jk2 or perhaps a few comments to the settings used by http://reynir.net/tomcat/tomcat_IIS_service_jk2.html? Is it possible to use the old jk (isapi_redirect.dll) under Tomcat 4.1.27 and what needs to be done to accomplish this? Regards Thomas ___ Vi goer opmaerksom paa

Tomcat v4.0 Admin Utility Crashing

2003-08-10 Thread Thomas, Kevin
they have a bug report for this but it's been closed off as "un-reproductable", which is carp, because I can repeat the problem time and time again. Any help would be much appreciated. Cheers, Kev. -Original Message- From: Thomas, Kevin [mailto:[EMAIL PROTECTED] Sent: 05

Tomcat v4.0 Admin Utility Crashing

2003-08-06 Thread Thomas, Kevin
Hi, I'm currently running Java version 1.3.1_08 with Tomcat v4 on a Solaris box (SunOS 5.6). I've been trying to run the ADMIN utility and until now wasn't even able to get the JSP pages to compile. I had this newer version of Java installed and I can now get the Login page displaying. However, af

RE: Tomcat v4.0 Admin Utility Crashing

2003-08-06 Thread Thomas, Kevin
nal Message- >From: Thomas, Kevin [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 06, 2003 9:27 AM >To: 'Tomcat Users List' >Subject: Tomcat v4.0 Admin Utility Crashing > >Hi again, > >Sorry to be a pain. But we are continuing to have Tomcat crash on us >

Servere performance reduction upon upgrade

2003-08-04 Thread Thomas Nybro Bolding
How-To documents I have no clue of what might be wrong? Regards Thomas ___ Vi goer opmaerksom paa, at denne e-mail kan indeholde fortrolig information. Hvis du ved en fejltagelse modtager e-mailen, beder vi dig venligst informere afsender om fejlen ved at bruge svar-funktionen

Re: Does tomcat 4.1.24 come with conf files?

2003-07-31 Thread Thomas Kellerer
The LE edition does contain the conf files as well (I have downloaded several versions, and all of them contain the conf files). The "light" in "Light Edition" refers to the included XML parsers, as they are not necessary when running Tomcat with JDK 1.4.x Thomas John Turn

Tomcat 5.0.4 webapp only deployable with deployer / no autoDeploy?

2003-07-22 Thread Thomas Heller
-runtime.jar contains the correct PageContextImpl and everything _should_ work but i can't find out why it doesnt. Any Idea? Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Classpath Conundrum (2nd try)

2003-07-18 Thread Thomas Davis
For the sake of argument, I moved all the classes from /native into /WEB-INF/classes and I moved all the classes from /foreign into /WEB-INF/lib. Also, for the sake of being extra careful, I packaged up everthing in /WEB-INF/lib into classes.jar (so there's two copies there, the raw directory tree

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Thomas Davis
--- "Cox, Charlie" <[EMAIL PROTECTED]> wrote: > can't you just set up an ant script to (also)copy the files to the > tomcat directory each time they are updated? Unfortunately, I cannot. I must, if possible, get it working with the existing directory structure. I realize this is not an optimal

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Thomas Davis
--- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Searching the list archives reveals that every now and then someone > comes along with your situation Could you please refer me to one of those threads? I checked the archives before posting here and was unable to find any discussions that res

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Thomas Davis
--- Norris Shelton <[EMAIL PROTECTED]> wrote: > Remember, these changes were for W2K PRO, should work on other > environments but YMMV. > > setclasspath.bat > set CLASSPATH=%CLASSPATH%;%JAVA_HOME%\lib\tools.jar > I added %CLASSPATH% after the = sign Thanks for the tip. I tried that (which

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Thomas Davis
--- Norris Shelton <[EMAIL PROTECTED]> wrote: > > To start our Tomcat's on W2K, we modify setclasspath.bat to > include %CLASSPATH% when it constructs it's classpath. I tried that but could not get it to work. I'm apparently putting it in the wrong place. Could you please detail the change(s)

Classpath Conundrum (2nd try)

2003-07-17 Thread Thomas Davis
[I apologize is this message is a dupe. I had trouble sending messages to this group from a hotmail account.] I have been tasked with trying to get a legacy Java Servlet based application running under Tomcat 4.1.24 -- The application currently runs on JRun 2.3.3 On of the requirements imposed u

AW: Tomcat 4.1.24 + Security Manager + weird Exceptions

2003-07-16 Thread Haug Thomas
Hi Tim, thanks for the advise. The interesting part is that tomcat (process) doesn't seem to survive the re-initialization of the ServerSocket. It this a known bug? Regards, Thomas > -Ursprüngliche Nachricht- > Von: Tim Funk [mailto:[EMAIL PROTECTED] > Gesendet am: Dien

Tomcat 4.1.24 + Security Manager + weird Exceptions

2003-07-14 Thread Haug Thomas
g all file descriptors ;-) ) Thank you very much, Thomas * StackTrace (in catalina.out) * Jul 14, 2003 5:06:32 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket SEVERE: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=808

RE: [OFF-TOPIC] possible virus "No Valid Command Found"

2003-07-11 Thread Thomas, Kevin
y Mozilla Mail prevailed :D Thomas, Kevin wrote: >Nah, I'm reading them through Outlook. It's looks as though they've stopped >coming through though, I deleted about 20-30 of them this morning! > >-Original Message- >From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED] >

RE: [OFF-TOPIC] possible virus "No Valid Command Found"

2003-07-11 Thread Thomas, Kevin
TOPIC] possible virus "No Valid Command Found" Are you using mozilla ? Works for me. Thomas, Kevin wrote: >Yip. I can't even get them to filter. > >-Original Message- >From: Tim Davidson [mailto:[EMAIL PROTECTED] >Sent: 11 July 2003 09:22 >To: [EMAIL PRO

RE: [OFF-TOPIC] possible virus "No Valid Command Found"

2003-07-11 Thread Thomas, Kevin
Yip. I can't even get them to filter. -Original Message- From: Tim Davidson [mailto:[EMAIL PROTECTED] Sent: 11 July 2003 09:22 To: [EMAIL PROTECTED] Subject: [OFF-TOPIC] possible virus "No Valid Command Found" Has anyone else recieved about 30 emails from [EMAIL PROTECTED] ---

RE: JSPs not compiling

2003-07-10 Thread Thomas, Kevin
be: /usr/local/j2sdk1.4.2 You also need to put the bin directory in your path. Example: PATH=$PATH:/usr/local/j2sdk1.4.2/bin in order On Thursday 10 July 2003 08:25 am, Thomas, Kevin wrote: > Thanks for the reply Ben, > > I ran the $JAVA_HOME/bin/javac and got: >

RE: JSPs not compiling

2003-07-10 Thread Thomas, Kevin
is not properly set. You should also check to make sure that write permissions are available to what ever user is running Tomcat for the CATALINA_HOME/work directory. On Thursday 10 July 2003 08:12 am, Thomas, Kevin wrote: > Unfortunately, didn't help. > > I have JAVA_HOME/b

RE: JSPs not compiling

2003-07-10 Thread Thomas, Kevin
t/faq/misc.html#compile -Tim Thomas, Kevin wrote: > I've been searching for ages trying to find a solution to this problem. As > far as I can tell it's definitely something to do with my paths being set > correctly. I try to call the /admin/index.jsp page and get the following > e

JSPs not compiling

2003-07-10 Thread Thomas, Kevin
I've been searching for ages trying to find a solution to this problem. As far as I can tell it's definitely something to do with my paths being set correctly. I try to call the /admin/index.jsp page and get the following error (full error page shown): type Exception report message description

[TOMCAT4.1] ServletContext.getResource()

2003-07-07 Thread Thomas Colin de Verdière
s deployed in a directory not in a war file, and Servlet specification doesn't say that the resource MUST BE RELOADED anytime so ... Could you light a bit my thought on this? Thanks, Thomas - To unsubscribe, e-mail: [

ServletContext.getResource()

2003-07-07 Thread Thomas Colin de Verdière
t in a war file, and Servlet specification doesn't say that the resource MUST BE RELOADED anytime so ... Could you light a bit my thought on this? Thanks, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

AW: mod_jk2 uri questions

2003-07-07 Thread Thomas Weller
Hi Catalin, you may turn listings off in your web.xml file which is listings false Thomas -Ursprungliche Nachricht- Von: Catalin Constantin [mailto:[EMAIL PROTECTED] Gesendet: Montag, 7. Juli 2003 10:01 An: [EMAIL PROTECTED] Betreff: mod_jk2 uri questions hi

Re: How to compile mod_jk2.c

2003-07-02 Thread Thomas Gagné
jk2/apache2/mod_jk2.so -e On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagn? wrote: I guess that's what I would have thought, but alas: find . -name 'mod_jk*' ./jk/native/apache-1.3/mod_jk.c ./jk/native/apache-1.3/mod_jk.dsp ./jk/native/apache-1.3/mod_jk.exp ./jk/native/apache-2.0/mo

Re: How to compile mod_jk2.c

2003-07-02 Thread Thomas Gagné
ild directory. It's a DSO. So you would copy that to the apache modules directory and load it in the httpd.conf file. -e On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagn? wrote: I downloaded the connector stuff and it anted fine, but I can't locate the instructions on how to include mod

How to compile mod_jk2.c

2003-07-02 Thread Thomas Gagné
I downloaded the connector stuff and it anted fine, but I can't locate the instructions on how to include mod_jk2.c into Apache 2's compile. Where is that hidden? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Session.getInstance(props) causes catalina compile error

2003-07-02 Thread Thomas Gagné
ou don't really need to build tomcat from source. Download a binary distribution, install it, then explore the examples. -Original Message- From: Thomas Gagné [mailto:[EMAIL PROTECTED] Sent: July 2, 2003 11:20 AM To: Tomcat Users List Subject: Re: Session.getInstance(props) causes ca

Re: Session.getInstance(props) causes catalina compile error

2003-07-02 Thread Thomas Gagné
Phillip Qin wrote: Looks like you are build tomcat. Am I correct? Read building.txt carefully. It tells you which package you need to download and *unpack*. Yes, I'm trying to build Tomcat. I want to explore JSP and servlet programming in Java. The instructions I was following are from

Re: ant build fails due to /usr/local/LICENSE (Permission denied)

2003-07-02 Thread Thomas Gagné
Phillip Qin wrote: In your Ant build.xml, add following lines Which build.xml? There are several: tgagne:/home/tgagne/work/jakarta-tomcat-4.0.6-src find . -name build.xml ./jakarta-tomcat-5/resources/build.xml ./jakarta-tomcat-5/resources/deployer/build.xml ./jakarta-tomcat-5/buil

Re: Session.getInstance(props) causes catalina compile error

2003-07-02 Thread Thomas Gagné
ts/javamail/1.2/docs/javadocs/javax/mail/Session.html#getInstance(java.util.Properties) -Tim Thomas Gagné wrote: Tim Funk wrote: > Look at build.properties (or build.properties.default) and override as > needed. build.properties fixed the /usr/local/LICENSE problem, but I don't s

Re: Session.getInstance(props) causes catalina compile error

2003-07-02 Thread Thomas Gagné
javax/mail/Session.html#getInstance(java.util.Properties) -Tim Thomas Gagné wrote: Tim Funk wrote: > Look at build.properties (or build.properties.default) and override as > needed. build.properties fixed the /usr/local/LICENSE problem, but I don't see anything that would fix th

Session.getInstance(props) causes catalina compile error

2003-07-02 Thread Thomas Gagné
ssion cannot be applied to (java.util.Properties) Thomas Gagné wrote: I tried it as root anyway and it got further, but eventually failed. I need some help on this one. build-catalina-optional: [javac] Compiling 1 source file to /home/tgagne/work/jakarta-tomcat-4.0.6-src/jakarta-tomcat-5/

Session.getInstance(props) causes catalina compile error

2003-07-02 Thread Thomas Gagné
ail.Session cannot be applied to (java.util.Properties) > > Thomas Gagné wrote: > >> I tried it as root anyway and it got further, but eventually failed. >> I need some help on this one. >> >> build-catalina-optional: >>[javac] Compiling 1 source file to >

Re: ant build fails due to /usr/local/LICENSE (Permission denied)

2003-07-01 Thread Thomas Gagné
I tried it as root anyway and it got further, but eventually failed. I need some help on this one. build-catalina-optional: [javac] Compiling 1 source file to /home/tgagne/work/jakarta-tomcat-4.0.6-src/jakarta-tomcat-5/build/classes [javac] /home/tgagne/work/jakarta-tomcat-4.0.6-src/jaka

ant build fails due to /usr/local/LICENSE (Permission denied)

2003-07-01 Thread Thomas Gagné
I suppose I could try it as root, but I'd like first to know what else will end-up in /usr/local, and am also wondering if the build *really* wants things there or if it was a mistake. I looked around in build.xml for "license" and found: command="checkout -P jakarta-commons/LICENSE"

AW: Tomcat+SDK = Licencing problem? Thanks

2003-07-01 Thread Thomas Weller
mcat Users List' Betreff: RE: Tomcat+SDK = Licencing problem? The following links should provide the answers to your questions. http://www.apache.org/foundation/licence-FAQ.html#My-CD http://servlet.java.sun.com/help/legal_and_licensing/#63 Stefan > -Original Message- > From: Th

Tomcat+SDK = Licencing problem?

2003-07-01 Thread Thomas Weller
Hello, When I provide my JSP project on CD, I have to deliver Tomcat and the Java SDK. Do you know a bit about the licences in this case? Do I have to let the user accept both licences before he may use my application? Thanks in advance Thomas

AW: deleting JSP Files?

2003-07-01 Thread Thomas Weller
b.xml? I was unlucky searching the web for one. Thomas -Ursprungliche Nachricht- Von: Tim Funk [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. Juli 2003 12:50 An: Tomcat Users List Betreff: Re: deleting JSP Files? Have have put the mappings of the class files to your jsp's in yo

deleting JSP Files?

2003-07-01 Thread Thomas Weller
they exist. Any suggestions? My setting is autoDeploy="false". Thanks, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

fileupload beta+tomcat release or filupload current+tomcat cvs?

2003-06-27 Thread Thomas Weller
-beta with the tomcat 4.1.24 release or is it more safe to upgrade to a CVS version of tomcat and therefore using fileupload-current? Thanks for your opinion Thomas Weller -Ursprungliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Betreff: RE: Problems starting Tomcat from

Re: corrupt sessions

2003-06-26 Thread Hartwig, Thomas
Whom it may concern, I want to report that I did not resolve this problem with Tomcat 4.x. However I have switched to Tomcat 5.0.3a and the session management seems to be quite different. Until now it works far better. Thomas Hartwig, Thomas wrote: I have sometimes problems with corrupt

Ant precompiling problem

2003-06-25 Thread Thomas Weller
/compile/build.xml:21: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagSupport There is neither a jasper2.jar nor a XXX.jar file in ./server/lib or ./common/lib. TagSupport.class is in ./common/lib/servlet.jar, which is included in build.xml. Thanks for your help. Thomas Weller

corrupt sessions

2003-06-20 Thread Hartwig, Thomas
org.apache.catalina.session.PersistentManager with Filestore at Tomcat 4.0.6 and 4.1.24 (both the same problem): Thanks for any reply Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Custom Error Pages

2003-06-19 Thread Thomas, Kevin
atics >-Original Message- >From: Thomas, Kevin [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 19, 2003 10:25 AM >To: 'Tomcat Users List' >Subject: Custom Error Pages > >Hi all, > >I have setup some custom error pages and have updated >$CATALINA_HOME

Custom Error Pages

2003-06-19 Thread Thomas, Kevin
Hi all, I have setup some custom error pages and have updated $CATALINA_HOME/conf/web.xml to direct to these pages should an error occur. However, when a error is raised the app automatically looks within //Errors for the pages instead of /ROOT/Errors where I would like it to look. Errors is the

Problems starting Tomcat from CD

2003-06-18 Thread Thomas Weller
writing to SESSIONS.ser? We already thought of implementing our own Manager, but we currently have no idea what a Manager must do. Is there a chance of implementing the org.apache.catalina.Manager interface with just every method returning NULL? Thanks for your help Thomas Weller Student

JSPs not compiling

2003-06-17 Thread Thomas, Kevin
Sorry guys, me again. I've done the searching on google and the Tomcat archives but nothing... I've got Tomcat quite happily serving up me servlets but when I try to run .jsp's I'm getting the following: org.apache.jasper.JasperException: Unable to compile class for JSP at org.apache.jas

RE: Apache issue

2003-06-17 Thread Thomas, Kevin
#x27;t one there post-install. Cheers, kev __ Kevin Thomas Technical Analyst Technical Authority, Deregulated Applications Utilities Group, SAIC Ltd. 5 Redwood Place Peel Park East Kilbride G74 5PB Tel: 013558 45260 ( 708 5260 internal ) mailto: [EMAIL PROTECTED] web: http://ww

SocketException: Software caused connection abort

2003-06-16 Thread Nibu-SP Thomas
Hi, Pls help me resolve the below problem with tomcat 3.2 on solaris 8. I'm getting this error very often after I upgraded to solaris 8 thanks in advance ... java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at jav

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
ons. I'm curious, though...you want to run Apache, that means you have root access (generally). How can you not also build things from source or otherwise access pkgadd? John On Mon, 16 Jun 2003 07:52:09 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote: > LOL...you've pr

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
.3.27 at http://www.sunfreeware.com for Solaris 2.6. John On Mon, 16 Jun 2003 07:25:51 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote: > Latest issue is: > > ld.so.1: > /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.26/bin/httpd: > fatal: > libpthread.so.1: version

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
ge, does your Apache include mod_dir? John On Mon, 16 Jun 2003 06:41:24 -0700, Thomas, Kevin <[EMAIL PROTECTED]> wrote: > Hmm, got this error while using mod_jk-1.2.2.so > > Syntax error on line 233 of > /ki- > sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/conf/httpd.con

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
sitive. You could easily spend many hours trying various binary files without results because of incompatibilities. If you tell us what you need, we can help you faster. Regarding the error message, does your Apache include mod_dir? John On Mon, 16 Jun 2003 06:41:24 -0700, Thomas, Kevin &

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
Hmm, got this error while using mod_jk-1.2.2.so Syntax error on line 233 of /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/conf/httpd.conf: Cannot load /ki-sun4k2/export/home/apt2/ta_web/webserver/apache_1.3.6/libexec/mod_jk-1.2 .2.so into server: ld.so.1: /ki-sun4k2/export/home/apt2/ta

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
OTECTED]> wrote: > Good evening Kevin > AFAIK Tomcat 4.1 doesn't have the auto configure option so I've never > tried > it personally; I get by with manual configuration. What module are you > using? Mod_jk or md_jk2? > Norm > > - Original Message -

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
Norm. I used the basic format that being offered on that website to understand what changes were required. After following them (making my own tweaks to ensure correct paths etc), I attempted to restart Apache and got the following: Syntax error on line 233 of /ki-sun4k2/export/home/apt2/ta_web/w

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
erent versions of Solaris but are presently empty... do you 'roll-your-own' [compile] or prefer 'ready-made' [binaries]? Solaris is not on my 'accreditation list' so this will be strictly theory... But before going on, best if you nominate your jk(2) module and wether yo

RE: I get an exception when i stop tomcat ?

2003-06-16 Thread Thomas, Kevin
Hi there. It looks by the output that Tomcat isn't even managing to start properly but you say you managed to see the start page? The log doesn't show any indication of tomcat actually being started completely. You would expect (I think) something like: [INFO] Registry - -Loading registry informa

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
7;dummies' doing this sort of stuff if the documentation was okay; how many people know how are a car or TV works and they're used every day by just about everyone. Norm - Original Message - From: "Thomas, Kevin" <[EMAIL PROTECTED]> To: "'Tomcat Users

Software caused connection abort

2003-06-16 Thread Nibu-SP Thomas
Hi, Pls help me resolve the below problem with tomcat 3.2 on solaris 8. I'm getting this error very often after I upgraded to solaris 8 thanks in advance ... java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at java

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
personally; I get by with manual configuration. What module are you using? Mod_jk or md_jk2? Norm - Original Message - From: "Thomas, Kevin" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 8:16 PM Sub

RE: Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
ports it Apologies for the vagueness but it's not a feature I've actually used. Norm ----- Original Message - From: "Thomas, Kevin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 7:36 PM Subject: Question regarding "tomcat-apache.

Question regarding "tomcat-apache.conf" file.

2003-06-16 Thread Thomas, Kevin
is running fine. Regards, Kev ______ Kevin Thomas Technical Analyst Technical Authority, Deregulated Applications Utilities Group, SAIC Ltd. 5 Redwood Place Peel Park East Kilbride G74 5PB Tel: 013558 45260 ( 708 5260 internal ) mailto: [EMAIL PROTE

Error Compiling JSP (JasperException, generated servlet has invalid syntax)

2003-06-16 Thread Thomas Henkel
tomcat.util.threads.ThreadPool$ControlRunnable.run (ThreadPool.java:619) at java.lang.Thread.run(Thread.java:536) -snip- Any help is appreciated. Thanks. Tom. -- Business Solutions, Relationale Datenbanken, Inter- und Int

RE: location of jsp class files

2003-06-07 Thread Thomas . Rimmele
$CATALINA_HOME/work/... greethings Thomas -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Samstag, 7. Juni 2003 18:15 To: [EMAIL PROTECTED] Subject: location of jsp class files Where does tomcat place the class files of jsp files it compiles? Thanks

RE: having problem with getInitParameter()

2003-06-07 Thread Thomas . Rimmele
Hy, I think your forgot the -tag Greethings, Thomas xxx yyy key value

allowLinking and Warp Connector

2003-06-07 Thread Thomas . Rimmele
ether with the Warp connector? Greethings, Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to disable persistent sessions

2003-04-04 Thread Thomas . Gaudin
Hi, I think this question has already been asked but not answered, so I submit it again. How can I disable persistent sessions in tomcat ? Why is it enabled by default ? thanks, Thomas - To unsubscribe, e-mail: [EMAIL

How to disable persistent session ?

2003-04-04 Thread Thomas . Gaudin
Hi, I think this question has already been asked but not answered, so I submit it again. How can I disable persistent sessions in tomcat ? Why is it enabled by default ? thanks, Thomas - To unsubscribe, e-mail: [EMAIL

net stop tomcat service?

2003-03-15 Thread Thomas Trepper
Hi, how can i determine the correct service name under w2k to execute net stop and net start tomcat4... thanks for answers. best regards, thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

localhost-Problem

2003-03-15 Thread Thomas Trepper
Hi what should i have to modify, if the apache2 mit tomcat4 and mod_jk on ther server-machine is working in a browser with "localhost" and NOT with "server-name"? Which sections and whitch files? thank you very much and b

RE: class not found in application designed for 3.x, running on 4.1.18

2003-03-13 Thread Seeling Thomas
time. Many thanks! If you ever happen to get to Frankfurt, I owe you a beer (or whatever you prefer). Tschau...Thomas -- "Do you wanna be a legend or a passing footprint on the sands of time?" Tivoli Certified Enterprise Consultant + Instructor santix AG, Max-Planck-Str. 7, 85716 Un

class not found in application designed for 3.x, running on 4.1.18

2003-03-13 Thread Seeling Thomas
;)) !). Could you please make some suggestions what could be wrong with my installation? The /admin and /manager applications, as well as some others I tried for curiosity, work well (e.g. database organizer from sourceforge). Tschau...Thomas -- "Do you wanna be a legend or a passing

Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3 --- Small Hint

2003-03-13 Thread Thomas Trepper
\php4apache2.dll LoadModule jk_module C:\Programme\ApacheGroup\Apache2\modules\mod_jk.dll Include "C:/Programme/ApacheGroup/Tomcat4\conf/auto/mod_jk.conf" . . . - How is the correct writing of "\" and "/" ? Thank you very

Very urgend --- Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3

2003-03-11 Thread Thomas Trepper
returned and the jsp-tags are NOT executed. i have no idea. I f anybody has any suggenstions, please feel free to send me an urgend mail. Thank you very much and best regards, thomas Attachments: Apache: http.conf Tomcat: server.xml workers.properties mod_jk.conf

Configuration Problem with Apache 2.0.44 and Tomcat 4.1.18 on Windows 2000 Server SP3

2003-03-11 Thread Thomas Trepper
jsp-tags are NOT executed. i have no idea. I f anybody has any suggenstions, please feel free to send me an urgend mail. Thank you very much and best regards, thomas Attachments: Apache: http.conf Tomcat: server.xml workers.properties mod_jk.conf

Tomcat 3.x / JDK1.4

2003-02-17 Thread Thomas Colin de Verdière
Hi there any troubles with Tomcat 3.x under JDK1.4? I did not see anything except an obscur performance problem with SSL. But are there any other problem we can encounter. Thanks Thomas Colin de Verdière - To unsubscribe, e

jsp:setProperty

2003-02-17 Thread Curley, Thomas
addUserA.jsp its null. When I reload the html the form also resets (ie) fields do not retain their value thanks Thomas addUser.jsp - Please enter the users details First Name AddUserForm

Tomcat 3.2.1: Basic authentication and Win 2000

2003-02-17 Thread Thomas Muller
Hi, When I try to apply basic authentication to an area, Win 2000 pops up with a login dialog that requires windows credentials (or something). It seems like Windows refuses do allow Tomcat to do authentication alone. Without any knowledge of Tomcat internals, I guess it's the AccessInterceptor th

Tomcat-Apache(mod_webapp)+Virtualhosts+Manager Help?

2003-01-27 Thread Thomas OMaley
I have a Tomcat-Apache server (RHat Linux), which uses the webapp connector, and is setup with multiple virtual hosts. I am failing to setup the manager app for each virtual host, and hope that someone can help show me the error of my ways. I have re-read the docs, scoured the archives, and h

Tomcat-Apache + Virtualhosts + Manager App

2003-01-24 Thread Thomas OMaley
I have a Tomcat-Apache server (RHat Linux), which uses the webapp connector, and is setup with multiple virtual hosts. I am failing to setup the manager app for each virtual host, and hope that someone can help show me the error of my ways. I have re-read the docs, scoured the archives, and ha

Non persistence session for Tomcat 4.0

2003-01-22 Thread Thomas Colin de Verdière
I read the answer for subject "Non-persisting session manager for 4.1.x?" so does in the works for Tomcat 4.0. I confirm it works for but don't for , is there another way to do it? Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e

Persistence on session

2003-01-22 Thread Thomas Colin de Verdière
Hi, I do not want my session to persist over shutdown and restart of tomcat is there a way to configure it for all context by default in Tomcat 4.0 (or for a simple webapp). Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Closed OutStream doesn't throw exception when using Tomcat with Apache?

2003-01-21 Thread Thomas Lange
s. So just use the latter instead... Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Closed OutStream doesn't throw exception when using Tomcat with Apache?

2003-01-21 Thread Thomas Lange
27;m using Tomcat4, Apache 1.3.27 and mod_jk. Thanks for any clues... Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

unsubscribe tomcat-user

2003-01-21 Thread St. Louis, Thomas (Research)
g GE Global Research Center _ __ Tom St.Louis Computer Scientist Advanced Computing Technologies

jsp:include/<%= with dynamic attribute still a bug with tomcat 4.1.x ?

2003-01-19 Thread Thomas
for not giving any StackTrace-Output, but deinstalled Tomcat 4.1.18 because of that. Thanks in advance Thomas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

<    3   4   5   6   7   8   9   10   11   12   >