Re: Tomcat and Microsoft SQL Server 2000 JDBC Driver issue

2003-02-24 Thread Ian Hunter
Mine works fine. The only place I have the ms*.jar files on my system is webapps\appname\WEB-INF\lib -- I have a Win2K Dell laptop running jdk1.4.0 and Tomcat 4.1.18, connecting to SQL2K through a firewall -- the same box running SQL2K also hosts a duplicate application, and I've even had a Sun

Re: Tomcat and Microsoft SQL Server 2000 JDBC Driver issue

2003-02-24 Thread Ian Hunter
I see you just got it working: exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user 'sa'.[Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user 'sa'. - Original Message - From: Ian Hunter [EMAIL PROTECTED

Re: Tomcat and Microsoft SQL Server 2000 JDBC Driver issue

2003-02-24 Thread Ian Hunter
One reason to use WEB-INF\lib is if you plan on distributing your app or deploying it to a different system, it's easier to move \webapps\app\* than to worry about lots of little jars in common... - Original Message - From: Peng Tuck Kwok [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: Tomcat and Microsoft SQL Server 2000 JDBC Driver issue

2003-02-24 Thread Ian Hunter
and Microsoft SQL Server 2000 JDBC Driver issue Thank you Ian Hunter and the rest of the tomcat crew!!! Just got it to work!!! I'm a grateful student from University of Pennsylvania trying to make a web application but new to java. I'm spoiled by asp and IIS but I figure its time to move on to more

Re: Tomcat and Apache

2003-02-21 Thread Ian Hunter
Well said. One reason I front end with Apache is that I have to run other applications (IIS/ASP based, pppht!) and have several virtual hosts. Apache gives me the flexibility to handle literally anything thrown my way so far. I also feel like Apache is probably more secure to have exposed to the

Re: Servlets and classpath problem

2003-02-21 Thread Ian Hunter
I've had similar problems and I could have sworn I saw someone give the advice that it's best to give each webapp it's own copy of the shared jars. I did that and the problems went away. I hate having duplicate files, but I guess if proper application segmentation is going on it's probably safer

RE: Slightly Off Topic: Web Site Content

2003-02-21 Thread Zabel, Ian
You should take a look at the Jakarta Struts project. http://jakarta.apache.org/struts/ You define the urls for all your pages in config file and then struts handles making the links. Ian. -Original Message- From: Kevin Andryc [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003

Re: Tomcat 3.3.1a Install Windows 2000 Service

2003-02-21 Thread Ian Hunter
The newer ones install that way by themselves. 4.1.18 is the latest released build. - Original Message - From: Kathleen Long kathleen.long@ To: tomcat-user@xx Sent: Friday, February 21, 2003 3:08 PM Subject: Tomcat 3.3.1a Install Windows 2000 Service Is there a

Re: JSP examples not running on new Installation of Tomcat

2003-02-21 Thread Ian Hunter
What is JAVA_HOME set to? You might be pointing to a JRE rather than a JDK. See the root cause? It's looking for a class numguess$jsp which ought to be compiled when you hit it the first time. - Original Message - From: Appel, Jeremy D jeremy.appel@x To:

Re: AJP13 encryption

2003-02-21 Thread Ian Hunter
Handle the encryption via SSL at the IIS/iPlanet point, then go unencrypted to Tomcat...? That's what I do with Apache. - Original Message - From: Jean [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 7:16 PM Subject: AJP13 encryption Hi, I

Re: Mac os x and class files

2003-02-21 Thread Ian McFarland
...) and it worked consistently very well. Classloading always worked fine under all the conditions you specified. I haven't upgraded o 4.1.18 but I don't expect there are any new issues there. (Did you mean 8 or 18?) In any case, Tomcat runs great on OS X! -Ian On Friday, February 21, 2003, at 05:35

Re: AJP13 encryption

2003-02-21 Thread Ian Hunter
- From: Jean [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 9:11 PM Subject: Re: AJP13 encryption Ian Handle the encryption via SSL at the IIS/iPlanet point, then go unencrypted to Tomcat...? That's what I do with Apache. Sorry if my message was unclear: i do

Re: AJP13 encryption

2003-02-21 Thread Ian McFarland
through? If not, why not just make the pipe secure through external means (i.e. with ssh?) -Ian On Friday, February 21, 2003, at 06:11 PM, Jean wrote: Ian Handle the encryption via SSL at the IIS/iPlanet point, then go unencrypted to Tomcat...? That's what I do with Apache. Sorry if my message

Re: Help! Anyone successfully install a purchased certificate?

2003-02-20 Thread Ian Hunter
From what I understand, some different certificate vendors require different installation methods... Did they include instructions for IIS or Apache, for instance? Worst possible case you could front-end your site(s) with Apache and use connectors to get to Tomcat. - Original Message -

Mangled or missing Content-Length header

2003-02-18 Thread Ian Stevens
as the Linux box. Any ideas? ian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HttpServletRequest.getSession() blocks for several minutes

2003-02-14 Thread Ian Stevens
is 4.0.5. ian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: HttpServletRequest.getSession() blocks for several minutes

2003-02-14 Thread Ian Stevens
The Tomcat version I am using under Windows is 4.0.5. FYI, I have since upgraded to the latest version of Tomcat (eg. 4.1.18) and the problem persists. ian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Classloader access issue

2003-02-11 Thread Zabel, Ian
somehow access the classloader for the webapp, we could pass it to this third party jar, but I doubt it is possible... Any suggestions? Ian.

Session lastAccessedTime returns 0

2003-02-11 Thread Zabel, Ian
any mention of this type of problem. Any reason this would happen? Ian.

RE: Re[2]: Classloader access issue

2003-02-11 Thread Zabel, Ian
Thanks for the responses! You've both set me on the right track. Thanks again, Ian. -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 11:33 AM To: Tomcat Users List Subject: Re[2]: Classloader access issue Hello Yoav, The only way to do

RE: jsessionid problem

2003-02-11 Thread Zabel, Ian
Are you using mod_jk? And maybe an older version? Older versions of mod_jk had trouble with URLs that include the ; in them, but the newer ones work fine. Ian. -Original Message- From: vivek karkun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 11:41 AM To: [EMAIL

RE: jsessionid problem

2003-02-11 Thread Zabel, Ian
. Ian. -Original Message- From: vivek karkun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 12:07 PM To: Tomcat Users List Subject: RE: jsessionid problem i am using the precomplied mod_jk for solaris 8 whcih was available a few days back. Would there be some trick that i could

Session Cookie Created on HTTPS as secure is not secure??

2003-02-07 Thread Zabel, Ian
); out.println( secure = + cookie.getSecure() + br ); out.println(P); } % The JESSESIONID cookie is not secure, even though I know it _must_ be! What's up with that? Ian.

PageContext is released early in page with some includes

2003-02-06 Thread Zabel, Ian
that cause the release() method of the pageContext to be run? Is it bad practice to put jsp:includes inside of a custom tag loop? Thanks Ian.

Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
did not start having this problem until we switched from Apache/ServletExec to Apache/Tomcat4.0.x/mod_jk. We are using Apache with OpenSSL to serve our HTTPS pages. Is it valid for a cookie created on HTTPS to be sent to the same exact URL on HTTP? Ian.

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
As far as I know, http://www.app.com/ and https://www.app.com/ are supposed to be allowed to share cookies on standard ports. http://w6.metronet.com/~wjm/tomcat/2000/Dec/msg00626.html Ian. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
to a third party server. If you go to http://www.bankaffiliate.com and click on a link to https://banksite.com you will have two different sessions, two different cookies. Hijacking in that way is not possible. Ian. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
knows where it is. Ian. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 12:58 PM To: Tomcat Users List Subject: RE: Session lost between HTTPS and HTTP maybe you misunderstood me. if I want to pretend that I am you, all I have to do

RE: Session lost between HTTPS and HTTP

2003-02-04 Thread Zabel, Ian
Heey, now that's an answer I can deal with! ; ) That's really good to know! I will now do some research on how to configure Tomcat or my app code along these lines. Thank you Ian. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 2:54

Sessions across browser restarts

2003-02-04 Thread Zabel, Ian
the cookies get cleared when the browser window was closed. How do you configure this in Tomcat? Ian.

RE: DBCP+TOMCAT 3.2.4 (-4.1.x WORKED OK)

2003-02-04 Thread Zabel, Ian
I'm assuming you copied the commons-dbcp.jar into 3.2.4's common\lib directory. Did you remember to also copy commons-collections.jar which dbcp needs? Ian. -Original Message- From: ps [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:35 PM To: Tomcat Users List Subject

RE: DBCP+TOMCAT 3.2.4 (-4.1.x WORKED OK)

2003-02-04 Thread Zabel, Ian
Whoops, and commons-pool.jar? -Original Message- From: ps [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:35 PM To: Tomcat Users List Subject: DBCP+TOMCAT 3.2.4 (-4.1.x WORKED OK) Greetings, I'm downgrading my web application to work on tomcat 3.2.4 (initially was

RE: Sessions across browser restarts

2003-02-04 Thread Zabel, Ian
think are actually called browser-session cookies, which means that the browser keeps the cookies in memory for the life of the browser, or in the second case, writes them to disk for retrieval later. Ian. -Original Message- From: Sean Dockery [mailto:[EMAIL PROTECTED]] Sent: Tuesday

RE: install vs. deploy

2002-12-23 Thread Zabel, Ian
mkdir dir=${build.home}/META-INF/ copy file=${basedir}/context.xml todir=${build.home}/META-INF/ and now it's ok. However, since Ant creates META-INF directory automatically (and even puts MANIFEST.MF into it) I wonder if what I did is unnecessary and whether there's some property or

RE: JSP not using latest version of included file

2002-12-20 Thread Zabel, Ian
might suggest that you instead use a dynamic runtime include. For instance, jsp:include page=file.html/ This should work as you want. Ian. -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 12:50 PM To: [EMAIL PROTECTED] Subject: JSP not using latest

RE: Tomcat + IntelliJ Integration NOT WORKING

2002-12-17 Thread Zabel, Ian
I suggest you head over to IntelliJ's forums at http://www.intellij.net/forums and search for tomcat integration. There has been a lot of discussion on this subject. Ian. -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 12:30 PM

4.1.17: Adding directory to CLASSPATH screws servlet.jar

2002-12-17 Thread Zabel, Ian
to catalina.bat, which looks very similar to the change I made in setclasspath.bat and then removed: set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;C:\work\project-name _src\src (I do not have a JSEE_HOME) What am I doing wrong? This is JDK1.4.1 and Tomcat 4.1.17 FULL. Ian.

Tomcat/IIS losing request parameters

2002-12-13 Thread Ian Pilborough
. Cheers, Ian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Bizarre startup problem on Mac OS X server, with 4.1.12

2002-11-13 Thread Ian McFarland
that came with Tomcat, then there's more work you have to do. I may remember once I have my coffee. Let me know if this helps you out, though. Cheers, -Ian On Wed, Nov 13, 2002 at 09:45:00AM +, Martin Redington wrote: I have three machines. A tibook with Mac OS X 10.2.1, and 2 xserves

Re: Can't use alternate root context with Tomcat 4.1.12

2002-11-05 Thread Ian Hunter
CATALINA_BASE/work (or CATALINA_HOME/work). Martin - Original Message - From: Ian Hunter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 04, 2002 12:03 PM Subject: Can't use alternate root context with Tomcat 4.1.12 It seems like either I'm missing something drastic

Re: server.xml won't change

2002-11-04 Thread Ian Hunter
I'm having the same problem. If you request a file OTHER than index.jsp, you'll get the correct file, but http://servername/index.jsp is ALWAYS the same file, even if you delete the webapps/ROOT directory. Can anyone help? This is really weird!!! - Original Message - From: yoom nguyen

Can't use alternate root context with Tomcat 4.1.12

2002-11-04 Thread Ian Hunter
It seems like either I'm missing something drastic or that me and at least one other person on the list have found a bug wherein the ROOT context of Tomcat 4.1.12 cannot be reliably changed. Has anyone successfully done this? -- To unsubscribe, e-mail:

Tomcat 4.1.12 can't replace root context index.jsp

2002-11-01 Thread Ian Hunter
For some reason, if I change the root context to point elsewhere (specifically c:/work/cvs/parkweb), tomcat 4.1.12 is still supplying the default index.jsp even though I have removed the webapps/ROOT directory completely. OTHER files (index.html, main.jsp) get served correctly out of the new root

Fw: tomcat 4.1.12 can't replace root context index.jsp

2002-11-01 Thread Ian Hunter
For some reason, if I change the root context to point elsewhere (specifically c:/work/cvs/parkweb), tomcat 4.1.12 is still supplying the default index.jsp even though I have removed the webapps/ROOT directory completely. OTHER files (index.html, main.jsp) get served correctly out of the new root

Re: tomcat and OSX

2002-10-22 Thread Ian McFarland
-installed! (And since mod_webapp is such a pain to configure correctly, that's actually a pretty nice thing!) One of the reasons you don't see OS X-specific posts is 'cause there aren't all that many OS X-specific issues. :-) -Ian McFarland On Monday, October 21, 2002, at 11:27 PM, Bill Barker

[OFF TOPIC] RE: To capture the CLICK event of SUBMIT button

2002-10-08 Thread Zabel, Ian
field, and then submits the form to nextpage.jsp. Hopefully this will give you some ideas. Some good resources: http://www.faqts.com/knowledge_base/index.phtml/fid/53 http://javascript.internet.com/ Ian. -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Tomcat 4.0.5 + mod_jk + mod_gzip + Apache 1.3.26

2002-10-03 Thread Zabel, Ian
I did a little searching with Google on configuring mod_gzip to work with Tomcat and mod_jk, but only found one message thread concerning a guy who couldn't get it working. Is it possible to use mod_gzip with Tomcat and the mod_jk connector, and where can I find a good resource on this? Ian.

RE: OutOfMemoryError after 88MB on Win2K / Tomcat 4.0.4

2002-10-03 Thread Zabel, Ian
Verbose Gargbage Collection. This will give you an ouput of what the garbage collector is doing. To turn it on, add this to the JAVA_OPTS: -verbose:gc Then, in catalina.out, you'll see status reports on the GC. Ian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Tomcat 4.1.12 on W2K (SP3) - SocketException: Socket operation on nonsocket

2002-09-25 Thread Checkley, Ian [IBM GSA]
Please help! I have just installed Tomcat 4.1.12 on W2K (SP3) and when I attempt to connect to port 8080 I get java.net.SocketException: Socket operation on nonsocket (see stderr log below) 'netstat -a' lists a local process listening on port 8080 THANKS BFN ian C. -- Created

RE: Java/Javascript question

2002-09-23 Thread Zabel, Ian
you're using to retrieve and save the bytestream from the request. So, do some research on that. Ian. -Original Message- From: Ralph Merrick [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 4:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Java

Re: Tomcat 4.0 - SSL DOES NOT WORK!

2002-09-23 Thread Ian McFarland
part. I count it working for me as a proof that it does work. ;-) 4.1 works with SSL out of the box, so you might want to try that. -Ian On Monday, September 23, 2002, at 04:00 PM, neal wrote: Alright, Two solid days of troubleshooting between myself, a system admin, and a technical guy

Re: Tomcat 4.0 - SSL DOES NOT WORK!

2002-09-23 Thread Ian McFarland
, but the binary is smart enough not to break if it's missing. Hmm... Sorry about the confusion. In any case, I assure you SSL works. I use it with Tomcat 4.0 and 4.1, and I used it with 3.2 and 3.3 before that (where I had to recompile it myself.) What errors are you getting? -Ian On Monday, September

/WEB-INF/web.xml not found when deploying WAR within Tomcat4 on Debian ...

2002-09-19 Thread Ian Stevens
/servlet/url-pattern /servlet-mapping /web-app If anyone has any suggestions, I would be happy to receive them. thanks, ian. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: /WEB-INF/web.xml not found when deploying WAR within Tomcat4 on Debian ...

2002-09-19 Thread Ian Stevens
as a follow-up, everything works fine if I manually unzip the WAR file into the webapps directory and restart Tomcat. Deploying using the manager or by placing the WAR file in the webapps directory does not work, however. ian. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: DESPAIR : missing tomcat-apache.conf mod_jk.conf-auto

2002-09-18 Thread Ian McFarland
On the Apache box. On Wednesday, Sep 18, 2002, at 04:54 US/Pacific, [EMAIL PROTECTED] wrote: Yes John, but Apache and Tomcat are on different boxes. All the doco's I read sofar subsume one box for both functions. Questions : (1) Should mod_jk be on the web-server (Apache) or (2) Should

RE: REPOST: register variables

2002-09-12 Thread Zabel, Ian
Read this: http://java.sun.com/products/jsp/tutorial/TagLibraries13.html You're gonna need to use a TagExtraInfo object and define a teiclass in your taglib tag -Original Message- From: Felipe Schnack [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:49 PM To: Tomcat Users

RE: SSL on Tomcat standalone not working

2002-09-11 Thread Ratner, Ian
I'm having the same problem. Can you let me know if you find a solution? Thanks, Ian -Original Message- From: Michael Petres [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 6:51 PM To: [EMAIL PROTECTED] Subject: SSL on Tomcat standalone not working I have a tomcat

RE: jdbc datasource setting problem for tomcat 4.1

2002-09-11 Thread Zabel, Ian
/res-type res-authContainer/res-auth /resource-ref /web-app Ian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 11, 2002 3:58 AM To: [EMAIL PROTECTED] Subject: jdbc datasource setting problem for tomcat 4.1 hi, I test some Web

What does WARP stand for, anyway?

2002-09-10 Thread Ian McFarland
Web Application Routing Protocol? Couldn't find it on the Apache site, via Google, nor in the source code. (Perhaps I overlooked it there?) Thanks, -Ian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Warp connector segfault

2002-09-04 Thread Zabel, Ian
these segfaults in the connector? Should we just forget mod_webapp and try mod_jk? Is it a possible conflict with ServletExec, which is running on the other virtual servers in apache? Any assistance is highly appreciated! Ian Zabel Cirqit.com

Re: java-compiler for Mac?

2002-08-19 Thread Ian McFarland
the Sun+Apple javac. Incidentally, Tomcat runs great on OS X. For a howto, please see my website: www.javaosx.com. For general Java on Mac OS docs, see developer.apple.com. -Ian On Monday, Aug 19, 2002, at 04:46 US/Pacific, Gunter D'Hondt wrote: I know this is a bit of topic here but a friend

How to configure multiple warp connections

2002-07-30 Thread Ratner, Ian
Cannot deploy application app3 As if it's expecting the warpConnection apps will be available on the warpConnection2 server. Thanks, Ian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Question on differences between spec and Tomcat class library

2002-07-26 Thread Ian McFarland
Hey, I was just noticing that the names of two of the interfaces defined in the Tomcat 2.3 spec (two of the Lifecycle listeners) don't match the classnames in the Tomcat library. Which one is right? According to the spec (servlet-2_3-fcs-spec.pdf page 70, marked final, dated 8/13/01) the

Need help deciphering the docs for Host/

2002-07-18 Thread Ian McFarland
stuff on the user list first, as a courtesy, but this seems like it might be more a developer list question.) Thanks in advance! -Ian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How to hide a download file

2002-07-11 Thread Ian McFarland
as shown here, or you could just use a query string, too. It sounds like the issue you're having is trying to get the built-in file-serving servlet to do something it wasn't intended to do, rather than writing some code to do it for you. Hope this helps... -Ian On Thursday, July 11, 2002, at 09

What happened to the mod webapp binaries?

2002-07-11 Thread Ian McFarland
. (see http://jakarta.apache.org/builds/jakarta-tomcat- connectors/webapp/release/v1.2.0/src/) Am I just looking in the wrong place? I promise I read the directions and looked in what seemed to be the appropriate places. Thanks in advance, -Ian McFarland -- To unsubscribe, e-mail: mailto:[EMAIL

Tomcat has stopped executing php code.

2002-06-29 Thread Ian Warburton
servelet is enabled, what could stop the code from being executed ? Ian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

HOW-TO Startup Tomcat on Linux

2002-06-21 Thread Ian Verga
i'm a newbie at linux and tomcat. can anyone give me a site or tell me how to start-up Tomcat on Linux? tnx. __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail:

Tomcat on Linux (Mandrake)

2002-05-27 Thread Ian Verga
Has anyone used Tomcat on linux environment before? I am currently using Mandrake Linux (i think, second to the latest release). When I started tomcat on a terminal session(shell), it does not show a new window (like the one in windows). I am using(and testing) tomcat 4.0.1 and 4.0.3. Thanks in

mappings not working with mod_webapp.so, Apache 1.3.23, Tomcat 4.0.3

2002-05-24 Thread Ian Zapczynski
? Thanks in advance! -Ian -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: mappings not working with mod_webapp.so, Apache 1.3.23, Tomcat 4.0.3

2002-05-24 Thread Ian Zapczynski
to the web application are still not recognized. I'm not even quite sure how to troubleshoot this further? -Ian Andy Eastham wrote: Ian, Have you got addModule after loadModule in your httpd.conf file? I've got: # Tomcat / Catalina connector LoadModule webapp_module modules/mod_webapp.so

Re: mappings not working with mod_webapp.so, Apache 1.3.23, Tomcat 4.0.3

2002-05-24 Thread Ian Zapczynski
*smack* Yes, this was my problem. I can't believe I never even tried that. :) Thanks, -Ian Iñaki Agirrezabala wrote: Hi When I was testing tomcat with apache for the first time I had a similar problem. I found a hint in a now forgotten web forum: http://apache.server/examples would

Re: Anybody know of JSP training classes where they use Tomcat?

2002-04-20 Thread Ian Darwin
On April 20, 2002 10:53 am, Allan Kamau wrote: You may only need plain .jsp and Servlet training. Configuring the .jsp and Servlets to run inside the Tomcat container, requires you to patiently read the docs that come with TC and of course observe the file layout of the sample web

Re: Running Tomcat as a user other than root

2002-04-20 Thread Ian Darwin
On April 20, 2002 02:13 pm, David Lu wrote: if you want tomcat to answer port 80 and want it to run as non-root, then your best bet is to run apache in front of it.  that's what i currently do on one of my servers. On BSD UNIXes you can use the packet filter redirection mechanism. Port 80

Tomcat and Certificate Revocation List

2002-04-02 Thread Ian Huynh
Does Tomcat support CRL during setup? If I need to use clientAuth but also need to make sure that the certificate presented by the client has not been revoked yet, how would I set that up? Thks. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Extending Valve

2002-03-28 Thread Ian Huynh
Hi Not sure if this is the right forum but hopefully someone may have an idea. I need to extend (tweak) a few behaviors in org.apache.catalina.valves.CertificatesValve without having to recompile TC. Is there a way to configure TC to use a custom CertificateValve? Thanks. -- To

Re: How to force Tomcat to compile?

2002-02-05 Thread Ian Duggan
. Someone please enlighten me if I'm incorrect. -- Ian ~~ Ian Duggan[EMAIL PROTECTED] http://www.ianduggan.net -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

SSL between two instances of tomcat

2002-01-09 Thread ANDERSON-STUDENT,IAN (HP-UnitedKingdom,ex2)
but this simply prompts the user to submit a certificate. I'm guessing it's a setting in a security file somewhere but I've yet to find it! Thanks Ian Anderson -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: Cookies in tomcat-3.2.3

2001-12-24 Thread ian silvester
yes it does so no you can't. ditto tomcat 4 - cookies is the only reliable method for identifying an individual computer, so is therefopre the only method for managing sessions. ian - Original Message - From: Zsolt Koppany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday

Re: HTTP error 503. Please please help !

2001-12-21 Thread ian silvester
the reverse! good luck, Ian Silvester - Original Message - From: Caroline Clewlow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 21, 2001 9:42 AM Subject: HTTP error 503. Please please help ! Hi I have installed Tomcat 4.01 but cannot access any JSP pages. When I try I

Re: protecting a non-jsp file from accessing

2001-12-21 Thread ian silvester
There is help on this in the Tomcat documentation. Can't remember where off the top of my head but have a dig around in the 'docs' dir. If not, a quick web search will certainly turn up the file. ian - Original Message - From: Venkat Dosapati [EMAIL PROTECTED] To: Tomcat Users List

Re: HTTP error 503.

2001-12-21 Thread ian silvester
issues with the 1.3 release - unless you need any of its features specifically I'd go for 1.2 - it seems a more 'mature' release, as it were. ian - Original Message - From: Caroline Clewlow [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21, 2001 2:51 PM

Re: Re: HTTP error 503. Please please help !

2001-12-21 Thread ian silvester
fair point - are you using a webserver in front of Tomcat Caroline? or does the error get thrown if you browse to Tomcat directly at port 8080 (by default)? ian - Original Message - From: Fred Schroomnig [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21

Re: [Tomcat 3.3] Strange behaviour w/ mixed POST/GET request

2001-12-21 Thread ian silvester
behaviour). Could your code be construed as doing something similar? If yes, then you cannot guarantee that it will work on all combintaions of browser and server. ian - Original Message - From: Vincent Massol [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 21, 2001 2:44 PM

Re: Path not found

2001-12-21 Thread ian silvester
Perhaps your new install of 4.0.1 is using a path of c:\jakarta-tomcat-4.0.1, in which case your env. var. needs updating. ian - Original Message - From: Praveen Potineni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 21, 2001 3:18 PM Subject: Path not found Hi all, I

Re: servlet-mapping problem - tomcat 4.0.1

2001-12-21 Thread ian silvester
Its a little clunky, but you could use your second 'foo' mapping, and then have an index.htm that does a meta-refresh to redirect them to your servlet: meta http-equiv=Refresh content=0; url=foo/ Not nice and invisible I know, but it'll work.. ian - Original Message - From: Scott

Re: Re: HTTP error 503. Please please help !

2001-12-21 Thread ian silvester
, different, copies of servlet.jar on the machine, perhaps listed in your CLASSPATH environment var? at the very least, its probably worth searching for that filename across your entire hard drive to see if there are any possible conflicting copies..? ian - Original Message - From

Re: Path not found

2001-12-21 Thread ian silvester
you'll get to see the error messages it throws. ian - Original Message - From: Praveen Potineni [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21, 2001 4:01 PM Subject: Re: Path not found Hi Ian, I think the env variable is also fine. It is set to C

logging a user out on session timeout with tomcat 3.2.3

2001-12-20 Thread ian silvester
appreciated. regards, Dr. Ian Silvester -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Mildly off topic, but there are too many smart people here

2001-12-20 Thread ian silvester
Which version of IE (and Tomcat while we're asking :-)) does it fail in? Please give the absurdly long version number you'll find in the Help.. About.. dialog.. ian - Original Message - From: Bongiorno.Christian [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday

Re: logging a user out (thanks)

2001-12-20 Thread ian silvester
Many thanks Ralph. I'll post the solution if I find an elegant one - I just like the idea that a user goes away for lunch and comes back to see that they've been logged out, without clicking a link to try to carry on what they were doing. ian - Original Message - From: Ralph Einfeldt

Re: help - tomcat config

2001-12-20 Thread ian silvester
just a quick one off the top of my head - have you tried stopping tomcat, deleting the contents of the 'work' dir and restarting? I've sometimes seen class instantiation problems fixed this way... ian - Original Message - From: Matthew Du Plessis [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: Any one knows a good Web hosting service?

2001-12-20 Thread ian silvester
No personal experience, but these guys seem to fulfill your requirements... http://www.2020media.com ian - Original Message - From: yilmaz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 3:27 PM Subject: Re: Any one knows a good Web hosting

RE: JSP outputting text file to wrong directory

2001-11-28 Thread Ian Bruseker
Brent, application.getRealPath( / ) should get the path to the root of your webapp (so, if you want it to go in to a subdirectory you'll have to add + /somedir). Ian -Original Message- From: Brent Ford [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 8:58 AM To: [EMAIL

RE: CLASSPATH for web apps - and the answer is?

2001-11-27 Thread Ian Bruseker
there is no method. So did I screw up my call to the transformer? Do I have bad XML/XSL? Is it not finding the right jars? Or is it something else? Now I'm just confusing myself, but I wrote this big long email so I may as well send it. :-) Thanks a ton. Ian -Original Message- From: Larry

CLASSPATH for web apps - and the answer is?

2001-11-26 Thread Ian Bruseker
waiting for the archives to get updated) so I can move on with my work. Could someone help me out here? Thank you. Ian. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
: I got this same error running under Jrun. Look into web.xml and make sure struts stuff is there (tlds etc..) T. -Original Message- From: Ian Kallen [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 4:17 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.0b7

Re: Tomcat 4.0b7 and struts-example webapp

2001-08-30 Thread Ian Kallen [EMAIL PROTECTED]
Thanks! For the record, mv $CATALINA_HOME/jasper/crimson.jar $CATALINA_HOME/lib/crimson.jar mv $CATALINA_HOME/jasper/jaxp.jar $CATALINA_HOME/lib/jaxp.jar seems to have fixed it! -Ian On Thu, 30 Aug 2001, Remy Maucherat wrote: Does this mean that TC 4.0b7's web.xml parsing is not backwards

tomcat config question

2001-08-27 Thread Ian McNish
using tomcat 3.2.3 i'm having a configuration problem. i'm working with the default server.xml file. according to server.xml setting 'home' in 'ContextManager' should force the value of 'home' to be prepended to webapps/, work/ and logs/. i have jakarta installed in /usr/jakarta/jakarta-tomcat.

Newbie - not found (404) error on second subsequent calls

2001-08-16 Thread Ian Payne
/java/xsql/emp/emp.xsql + null) oracle-xsql-servlet(oracle.xml.xsql.XSQLServlet/null) I've obviously done something stupid, but I can't for the life of me figure out what it is. Any clues gratefully received! Thanks Ian

<    1   2   3   >