UltraDev 4 Tomcat on AS/400: Cursor Position Not Valid

2002-07-25 Thread memerson
I am having some problems with my web application using IBM's new HTTP Server with ASFTomcat. I have written an application in UltraDev to search at DB for records corresponding to a registration number. It works like greased lightning when there is actually a record in the recordset, but the

Re: Switch from SUN jre to IBM jre

2002-07-25 Thread Andrew Ferayorni
John, I'm apologize. I should have mentioned that I did install the IBM JDK, and it includes the JRE. Thank you Andrew Turner, John wrote: I think you want the JDK, not the JRE. The JRE is missing things that tomcat needs to run. John Turner [EMAIL PROTECTED] -Original

RE: mod_webapp vs Coyote JK 2

2002-07-25 Thread Turner, John
Where's that FAQ when you need it? LOL The consensus seems to be to use mod_jk (AJP) to connect apache and tomcat. The WARP connector (mod_webapp) has some limitations, most notably the inability to differentiate between static and dynamic content for the same URI. If you use mod_webapp, all

RE: Switch from SUN jre to IBM jre

2002-07-25 Thread Turner, John
Do you have xerces.jar on your system? -Original Message- From: Andrew Ferayorni [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:30 PM To: Tomcat Users List Subject: Re: Switch from SUN jre to IBM jre John, I'm apologize. I should have mentioned that I did install the

RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Clay Graham
?xml version='1.0'? tomcat-users role rolename=admin/ role rolename=manager/ role rolename=provider/ user username=tomcat password=tcpass roles=admin,manager,provider/ /tomcat-users -Original Message- From: Andreas Probst [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002

RE: Routing With tomcat

2002-07-25 Thread Nicolas Brasseur
www.brol.be is pointing to the router that re-route request for port 80 to the Tomcat server, the IP address of the router is static and fixed by our ISP. So every HTTP request will be automaticaly routed to the Tomcat server. --- Turner, John [EMAIL PROTECTED] wrote: Ok, but if this is a

Re: Invalid command 'JkMount'?!? Help!!

2002-07-25 Thread Eddie Bush
ubeans.com/tomcat - I'm running TC 4.0.4, but other than that I think we're near identical. Look at that page and see if it doesn't cure your ills. Regards, Eddie -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: UltraDev 4 Tomcat on AS/400: Cursor Position Not Valid

2002-07-25 Thread Sullivan, Mark E
this error occurs when you try and do a ResultSet.getObject() or similar on a ResultSet that has either a) returned false from ResultSet.next() or b) has not had ResultSet.next() called at least once yet. The ResultSet starts one row before valid data. As far as the 500 error, you should catch

Re: Switch from SUN jre to IBM jre

2002-07-25 Thread Andrew Ferayorni
Yes, I have xerces.jar on my system and in my CLASSPATH. I haven't changed the CLASSPATH since I ran it under Sun's JDK. export CLASSPATH=./:$JDBC_HOME/classes12.zip:$NEWTON_HOME/java/dataX/lib/jms.jar:$NEWTON_HOME/java/dataX/lib/newton.jar:$JARS_HOME/xerces-2_0_0_beta2/xerces.jar ~Andrew

JNDIRealm LDAP Bind Authentication

2002-07-25 Thread Andrew Storms
I am experimenting with the additions John Holman committed to CVS for JNDIRealm.java that provides authentication via an LDAP bind. I'm curious to know if anyone has successfully configured LDAP bind to work with Novell's edirectory. thanks -_A -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Routing With tomcat

2002-07-25 Thread Turner, John
My advice is get a second IP from your ISP for mail.brol.be. If these are different machines, and you are hiding behind one routable IP address, you're going to have problems. You don't tomcat invoked/involved in every single request to the webmail server, and yet if the webmail server isn't

RE: mod_webapp vs Coyote JK 2

2002-07-25 Thread Andrew Conrad
Look here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html - Andrew -Original Message- From: Jakarta Tomcat Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: mod_webapp vs Coyote JK 2 Subject:

manager app

2002-07-25 Thread jeff . guttadauro
Anybody have any ideas what I could be doing wrong? This is how I have my tomcat-users.xml file set up in my $CATALINA_HOME/conf directory. I've done a restart (actually several) since adding tcuser. When I try to go to http://localhost:8080/manager, it prompts me for username and password. I

RE: manager app

2002-07-25 Thread Koes, Derrick
Have you checked your web.xml? Do you have a security-constraint? You may need one. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 1:09 PM To: [EMAIL PROTECTED] Subject: manager app Anybody have any ideas what I could be doing

Re: Hardening Tomcat 3.2.4

2002-07-25 Thread mls
I posted a similar question a while ago and did not receive any answer from this list. May be, folks on this list are admins/ developers/programmers who are bothered mostly about application itself and not security. May be there is an overall security list where such questions may be posed.

RE: manager app

2002-07-25 Thread jeff . guttadauro
Thanks for the suggestion, Derrick. I just double-checked the manager app's web.xml, and it looks good. I haven't changed it from the default installation anyway, but here's what the security-constraint looks like. !-- Define a Security Constraint on this Application --

RE: Routing With tomcat

2002-07-25 Thread Nicolas Brasseur
So, you confirm Tomcat is unable to re-route HTTP request based on the virtual hostname ? Don't you know a kind of software-router able to do that ? Thanks a lot ... --- Turner, John [EMAIL PROTECTED] wrote: My advice is get a second IP from your ISP for mail.brol.be. If these are

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Mike Jackson
A firewall is probably the best way to harden tomcat. Or any web server for that matter, however for a one good you're going to probably end up paying a large sum of money. You could go on the cheaper side and only use a stateful port blocking firewall, but really to do it right you'll need a

Tomcat 4, mod_jk, Apache 1.3.20

2002-07-25 Thread Michele Neylon -Blacknight Solutions
Hi all, I've been trying to configure Tomcat 4.0.4 with Apache 1.3.20 using mod_jk on a Cobalt RAQ4. The problem seems to be in my virtual hosts declarations in server.xml Does anybody have an example of a server.xml configured for virtual hosts on Linux? At the moment:

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Mike Jackson
Oh, and then you'd of course want to remove all the webapps that you don't use. But that's kinda a no-brainer. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 10:23 AM To: Tomcat Users

RE: Routing With tomcat

2002-07-25 Thread Mike Jackson
Tomcat isn't a router. What you're trying to do isn't really a tomcat question, it's more a general web server question, or router question. If you don't have another ip address then I really recommend that you just map another port on the router to the other webserver. That's the simpliest and

RE: Help Needed With Deployement

2002-07-25 Thread Frederick Aubert
John, Everything seems to be working succesfully on the default port (8080). However when I try to access the same webapp the server does not seem to be successful in finding the page (object not found error, 404)... I thought about removing the spaces, but I had it working with spaces, and for

RE: Routing With tomcat

2002-07-25 Thread Turner, John
No, I do not confirm that Tomcat is unable to re-route HTTP request based on the virtual hostname. Quite the opposite, as I've posted several times already. You can write a filter to check the request header for mail.brol.be and behave accordingly, such as redirecting the client browser to

RE: Bug in tomcat 3.2.3

2002-07-25 Thread Cox, Charlie
try deleting the 'work' directory. -Original Message- From: smashingwebs [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 1:52 PM To: Tomcat Users List Subject: Fw: Bug in tomcat 3.2.3 Anybody.Any ideas?? - Original Message - From: smashingwebs [EMAIL

RE: Routing With tomcat

2002-07-25 Thread Turner, John
Right, but in many cases (especially in a corporate environment), non-standard ports are inaccessible. Users may be able to access ports 25, 80, and 110, but not 81, 8080, or 8000 on a remote host. Sometimes, port 80 is the only option. John Turner [EMAIL PROTECTED] -Original

Problem

2002-07-25 Thread Derek Huffman
We are running a site using struts and tomcat with JSP. All of our qa is done using tomcat standalone and runs fine. However, when we move to production using tomcat servlet and apache, we encounter problems. Occasionally, when following a link or submitting a form that goes to another struts

RE: Routing With tomcat

2002-07-25 Thread Mike Jackson
True, but this sounds like an internet type of thing that he's trying to solve. The real ports for smtp, pop, and imap should be available in-house or if they're mapped via the router. It seems like he's just trying to make it so that people outside the private network (ie the internet) can

Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread August Detlefsen
In order to use the manager app, you have to have the role 'manager' defined for your username. --- IT-INDIA.com [EMAIL PROTECTED] wrote: hi, I have installed TomCat 4.0.4 on W2K. Everything seems OK. I can access the examples and run them thru http://localhost:8080 Now when I access

RE: Routing With tomcat

2002-07-25 Thread Joel Sather
Well, there are other options. There are a ton of port mapping facilities out there (check the Linux firewall toolkits) that could map this. Also, if you are just looking to take all requests to mail.server.com and have tomcat do the calls to another, even farther back-end system then I'm sure

RE: Help Needed With Deployement

2002-07-25 Thread Turner, John
You can post your config to the list, I can't guarantee that I would be able to help. It makes perfect sense that the examples work on port 8080...that means tomcat is working and is happy. If examples don't work on port 80, then you have connector issues. Looks to me like your JkMount

RE: Problem

2002-07-25 Thread Mike Jackson
It sounds like connector issues. If you're using mod_jk, check your config file, you may need to add some more mounts for the forms that you've mapped. At least that's what I've screwed up on in the past and figured out after spending hours looking over code and files to make sure they're there.

Re: Hardening Tomcat 3.2.4

2002-07-25 Thread mls
Mike Jackson wrote: A firewall is probably the best way to harden tomcat. Or any web server for that matter, however for a one good you're going to probably end up paying a large sum of money. You could go on the cheaper side and only use a stateful port blocking firewall, but really to do

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Turner, John
Is it possible to configure tomcat to listen only on the connector ports, and not any other port, such as 8080? Seems to me you could just delete the HTTP connector from port 8080 and that would make tomcat pretty hard to mess with. Any malformed requests at that point would go through apache

Re: Switch from SUN jre to IBM jre

2002-07-25 Thread Andrew Ferayorni
Can anyone tell me this: Should I be able to run the binary dist. of Tomcat for Linux with IBM jdk1.3.1 instead of Sun JDK OR should I consider building tomcat from source . I'm still not having any luck getting Tomcat to startup. thank you! ~Andrew Andrew Ferayorni (r37347) wrote: Yes, I

Re: Tomcat does not pick the modified servlet

2002-07-25 Thread Ashish Kulkarni
Hi Nishant, Same with me,if i use JRun every thing works fine, i tried a lot of forums but did not got any answere about it. Have 2 find a way so that tomcat recognise the new servlet with out restarting Ashish --- [EMAIL PROTECTED] wrote: Hello Ashish I have the same problem. I have created

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Mike Jackson
The problem is that the webserver (iis is a good example of the problem) is still vunerable to strange requests. A firewall which inspects the contents of the packets can be configured to block access to the web server based on web apps. That's really the only way to truely harden a web server

Re: Hardening Tomcat 3.2.4

2002-07-25 Thread mls
I run Tomcat standalone. The rationale is that by eliminating Apache from the equation, another layer of complex code is eliminated increasing the security. It makes life easier also! (one less thing to configure) das Turner, John wrote: Is it possible to configure tomcat to listen only on

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Mike Jackson
Whatever web server which is acting as the front end to tomcat is still vulnerable to strange requests (ie code red and the like), that's what the higher end firewalls prevent. --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Turner, John [mailto:[EMAIL

mod_jk problem

2002-07-25 Thread Andrew
Hi, I'm installing mod_jk for apache1.3.24 and tomcat4.0.4. I received the following error under mod_jk.log when I try to access the JSP examples without going through port 8080. [Thu Jul 25 13:12:13 2002] [jk_ajp_common.c (1013)]: Error reading reply [Thu Jul 25 13:12:13 2002]

RE: Tomcat does not pick the modified servlet

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
In %CATALINA_HOME%/conf/server.xml make sure that reloadable=true is in the Context / element for the apps that need to reload modified servlets. reloadable=false will give better performance in a production environment because Tomcat does not have to check for a modified servlet on every

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Turner, John
What's the ramification of tomcat failing? Can it even fail into a critical mode? tomcat doesn't run as root (at least, it shouldn't) and Tomcat itself is written in Java, with all of the security overhead that that entails. Tomcat is not a web server per se...that is, it isn't a general

RE: Hardening Tomcat 3.2.4

2002-07-25 Thread Turner, John
Yes, I understand that, but I think it's been proven so far that Apache is less susceptible to things like that. IIS is another issue, but then, that's not the topic. My point was that if tomcat can be configured to only accept requests from a webserver, the onus for hardening is no longer

Re: mod_jk problem

2002-07-25 Thread Eddie Bush
Check out ubeans.com/tomcat - compare what you have with what they have. Your versions are close enough you should be able to detect the problem by doing that. Andrew wrote: Hi, I'm installing mod_jk for apache1.3.24 and tomcat4.0.4. I received the following error under mod_jk.log when I

Re: mod_jk target problem.

2002-07-25 Thread Austin Gonyou
Just FYI. Thanks to all who responded...this is a bunch to try. On Wed, 2002-07-24 at 17:25, Chris McCabe wrote: Try adding the attribute forwardAll=false to your Host element in server.xml. Host name=localhost debug=0 appBase=webapps forwardAll=false unpackWARs=true

mod_jk for apache 2.0.39 on Solaris

2002-07-25 Thread Fenlason, Josh
Does anyone know where I can find instructions for building mod_jk 4.0.4 for apache 2.0.39 on Solaris? I've looked around and all I've been able to find is stuff for mod_jk 3.x and apache 1.x. I've tried using those instructions with no success. Thanks in advance. , Josh. -- To

RE: mod_jk for apache 2.0.39 on Solaris

2002-07-25 Thread Andrew
try these instructions http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s64 -Original Message- From: Fenlason, Josh [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:42 PM To: [EMAIL PROTECTED] Subject: mod_jk for apache 2.0.39 on Solaris Does anyone know

RE: Tomcat does not pick the modified servlet

2002-07-25 Thread Ashish Kulkarni
Hi Thanx for the solution it did work, what i did was a Context path=/maps reloadable=true / for my context Ashish --- Durham David Cntr 805CSS/SCBE [EMAIL PROTECTED] wrote: In %CATALINA_HOME%/conf/server.xml make sure that reloadable=true is in the Context / element for the apps that

virtual hosting questions

2002-07-25 Thread Guenther Starnberger
hello list, i am having trouble to configure tomcat (on linux) to support several vhosts for untrusted users. (i can't find any good documentation on this topic). currently i am using the mod_webapp apache module. in server.xml i did configure one engine: Engine

apache 1.3.26 and tomcat 4.0.4

2002-07-25 Thread Mark Horton
I'm currently running apache 1.3.26 and tomcat 3.3.1 with mod_jk. I would like to upgrade to tomcat 4.0.4. From what I have read I should still be able to use the existing mod_jk binary. If this is correct, then all I need to do is configure Tomcat 4.0.4 to integrate with apache. I can

RE: mod_jk problem

2002-07-25 Thread Andrew
sorry I have checked out www.ubeans.com/tomcat but it doesn't seem to help much. The same configuration works on Redhat Linux but not on my solaris box. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 2:28 PM To: Tomcat Users List Subject:

Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
I followed this web site to integrate IIS with Tomact: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#2 It works fine in the examples folder as how he has it in the test. But I don't want that to be the only folder in fact I don't want that folder at all to be used through IIS. I

RE: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread Turner, John
Tomcat has to be configured in addition to uriworkermap.properties. Do you have a Context in server.xml for that directory? I'm curious, when you type ROOT do you actually mean a directory called ROOT or is that like a placeholder for something else? John Turner [EMAIL PROTECTED]

Manager App Issues: 4.03

2002-07-25 Thread Steve Russell
Hi; I'm tring to migrate a JSP application from tomcat 3.2/sun jdk 1.3.1 to tomcat 4.03/ibm jdk 1.3.1 In my old server.xml file I had it set up so everything under the /net directory was big giant web app. If I had directory book ( /net/books) under /net I could access it with the following

Weird errors in iis_redirect.log

2002-07-25 Thread George Hester
This is using Tomacat with IIS 5 Windows 2000 and the ISAPI available here: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#2 In my log I am getting very many errors all the same and they are: [Sat Jul 20 23:23:56 2002] [jk_isapi_plugin.c (588)]: HttpFilterProc

RE: Manager App Issues: 4.03

2002-07-25 Thread Cox, Charlie
its 'password', not 'passwords' for user 'steve'. Also you want 'Context', not 'ContextManager'. Server.xml has changed significantly. See the sample server.xml that comes with tomcat 4.x or the docs in \tomcat-docs. I would also recommend 4.0.4 as it has bug fixes for 4.0.3 Charlie

RE: Weird errors in iis_redirect.log

2002-07-25 Thread Mike Jackson
There's a filter that you can install in IIS to block those (see microsoft's web site, I don't remember the exact name but it's something like urlfilter). But what you're seeing is people trying to hack your box through known IIS security holes. --mikej -=- mike jackson [EMAIL PROTECTED]

Compiled serve different extensions

2002-07-25 Thread Matt Goyer
I'm running Tomcat as a standalone web server and I want it to compile and serve files with extensions other than .jsp (i.e. I want files with the extension .htm to be treated just like a .jsp would be). Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
ROOT as in the ROOT folder that was put in C:\Program Files\Apache Tomcat 4.0\webapps\ROOT upon installing Tomcat. I followed the directions on this page: http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/#2 and this folder: C:\Program Files\Apache Tomcat 4.0\webapps\examples works

Re: I find lots of these messages in my mod_jk.log. Should I worry? I am using tc4.0.4 with apache2

2002-07-25 Thread Hongming Qi
Guys, What's the reason? I also found this problem in mod_jk.log. The Tomcat 4.0.4 couldn't work well. Anybody can help? Thanks, Hongming Luminous Heart wrote: [Tue Jul 23 12:18:15 2002] [jk_ajp_common.c (844)]: Error connecting to the Tomcat process. [Tue Jul 23 12:18:15 2002]

Re: Weird errors in iis_redirect.log

2002-07-25 Thread George Hester
Then why no http error? I know what you are referring to. I don't think that is the case here. This is an error reported by the ntiis_redirect.dll ISAPI that came from the site I listed. These errors are not occurring in the IIS logs but in the log that was made from the link I gave you.

RE: Weird errors in iis_redirect.log

2002-07-25 Thread Mike Jackson
Are you sure you're not forwarding everything to tomcat? That would still indicate someone trying to hack you. As to why they're not in the IIS log, I have no clue. I don't use IIS and tomcat, only apache and tomcat. For IIS I typically use jrun. --mikej -=- mike jackson [EMAIL

RE: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread Turner, John
I don't use Windows or IIS for servers, so I can only help based on what I've read on this list. In server.xml, everywhere there is something to do with /examples, you need to duplicate that and change examples to ROOT. uriworker.properties may send the request to tomcat, but if tomcat doesn't

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
Here I was thinking a little more about what you said. So I went to C:\Program Files\Apache Tomcat 4.0\conf\server.xml and opened it in Notepad. I have this: Fo ROOT: ___ !-- Tomcat Root Context -- Context path= docBase=ROOT debug=0/ ___ For

Servlets using old classes

2002-07-25 Thread Kevin Andryc
I updated a class file in my web application. The problem is that my servlet that uses that class file isn't picking up the changes. It seems to be still using the old class file. I restarted Tomcat, but when I access my servlet, it still has signs that it is using the old class file. How is this

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
The first one. Because http://localhost/examples worked and ROOT and examples are at the same level I assumed I should be able to access stuff in the ROOT by http://localhost/ROOT. Nope. Note though that http://localhost:8080 does go to Root defaulted to index.html and

Re: Weird errors in iis_redirect.log

2002-07-25 Thread George Hester
No don't forward anything that I know of to Tomcat. Let's put it this way I considered forwarding stuff to Tomcat but for one thing I do not know how. I'd like to forward jsp's to Tomecat but there is no script mapping executable in Tomcat to do that that I know of anyway. JRun eh? Junked

RE: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread Turner, John
In your Context for ROOT, you have path=. That means http://some.domain.com/ What happens when you go to that URL (without ROOT)? Examples goes to a file listing because there is no welcome file defined for the examples web application in the default install. John Turner [EMAIL PROTECTED]

RE: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread Ignacio J. Ortega
ROOT is directory name where ROOT context resides ( the one that get served by default when there is no context name in the URL), so when writing a uwp.p file to redirect / to IIS you need to do : /=$(default.worker) /*=$(default.worker) Saludos , Ignacio J. Ortega -Mensaje original-

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
Thanks. http://localhost goes to my default.asp in C:\Inetpub\wwwroot. Yes I understand that. I wish there was. There is an index on each of the subfolders so that http://localhost/examples/jsp does give the index.html lying in C:\Program Files\Apache Tomcat 4.0\webapps\examples\jsp So does

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
Thanks Ignacio. I tried that. Not exactly as you wrote it but similarly. I am assuming uwp.p is uriworkermap.properties located in C:\Program Files\Apache Tomcat 4.0\conf\ntiis. I am going to do your suggestion now. Exactly as you wrote it. I did the first but the second I put:

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
GENIUS! Thank you very much Ignacio. Now I have http://localhost/my.jsp Just what I wanted. Thank you...Thank you...Thank you...Thank you...Thank you...Thank you... Now can you fix my errors in the iis_redirect.log? Asking to much ...? ahpjbd$jqv$[EMAIL

4.0.4 source

2002-07-25 Thread Zhenxin Wang
Hi, Where can I find the .java source files for Tomcat 4.0.4 at Apache web site? I could only find its .jar files. Thanks. --Zhenxin Wang DoCoMo USA Labs

Best way to force an arg?

2002-07-25 Thread Sean LeBlanc
What I want to do is to force at least one arg to be present, so I can define a branch of things to happen. What's the cleanest way to do this? I want something like: ant (foo|bar) other targets... but I want the build to exit if foo or bar do not exist on the command line. I've tried some

RE: 4.0.4 source

2002-07-25 Thread Shapira, Yoav
Hi, http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/ Yoav Shapira Millennium ChemInformatics -Original Message- From: Zhenxin Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 5:07 PM To: [EMAIL PROTECTED] Subject: 4.0.4 source Hi, Where can I find

RE: Weird errors in iis_redirect.log

2002-07-25 Thread Mike Jackson
If you're getting those messages in your tomcat connector log then I'd think you're probably doing some forwarding. Do you have jsp's working? --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: news [mailto:[EMAIL PROTECTED]]On Behalf Of George Hester Sent:

Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Hi; I just upgraded to Tomcat 4.03. I've got jsps running.except for when they call java classes. I get a 500 error complaining about not being able to find the classes. My CLASSPATH echos fine.(its pointing to classes not src ) I checked through the docs looking for changes in how 4.03

Re: Configure TomCat for Virtual Hosts in Windows 2000 Server

2002-07-25 Thread George Hester
And to finish it off so that you can type in something like http://localhost/myjsp.jsp Add this to the bottom of uriworkermap.properties: /=$(default.worker) /*=$(default.worker) Of course using the link I gave you earlier. Now where's my free web hosting using SQL 2000? LOL. -- George

RE: Tomcat 4.03 Classpath

2002-07-25 Thread Ron Day
what version was you on before ?? -Original Message- From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:18 PM To: Tomcat Users List Subject: Tomcat 4.03 Classpath Hi; I just upgraded to Tomcat 4.03. I've got jsps running.except for when they call java

Apache 2, Win32, TC 4.0.4, mod JK and two servers

2002-07-25 Thread Brett Knights
Hi, I am attempting to transition to Apache2 under Windows NT. I have two servers. Server1 is running Apache with several virtual hosts. Server2 is running Apache2 and Tomcat 4.0.4 final. One of the virtual hosts on Server1 needs to forward some requests to a webapp on Server2. Under Apache

Re: mod_jk problem

2002-07-25 Thread Eddie Bush
Oh, dang :-/ Sorry, but - that's how I went about it. I finally got mine knocked together enough I could continue development of my app - and that's what I've been doing. I haven't had an opportunity yet to dig into any particulars. Hopefully someone that knows more will respond - but I

Re: apache 1.3.26 and tomcat 4.0.4

2002-07-25 Thread Eddie Bush
*sigh* do you people ever search the archives? ubeans.com/tomcat - I hear it doesn't work too hot on Solaris though. Mark Horton wrote: I'm currently running apache 1.3.26 and tomcat 3.3.1 with mod_jk. I would like to upgrade to tomcat 4.0.4. From what I have read I should still be able

RE: Tomcat 4.03 Classpath

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
I had the same thing(I think). It was something like can't find class org.apache.catalina.PrintWriter or org.apache.catalina.Vector solution was to import java.io.PrintWriter I was going from 3.2.4 to 4.0.4 Hope this helps, Dave -Original Message- From: Ron Day

RE: Apache 2, Win32, TC 4.0.4, mod JK and two servers

2002-07-25 Thread Brett Knights
Plus some lines from jk.log [Thu Jul 25 14:06:32 2002] [jk_uri_worker_map.c (172)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [Thu Jul 25 14:06:32 2002] [jk_uri_worker_map.c (375)]: Into jk_uri_worker_map_t::uri_worker_map_open [Thu Jul 25 14:06:32 2002] [jk_uri_worker_map.c (396)]:

Archives

2002-07-25 Thread Michele Neylon -Blacknight Solutions
At 16.31 25/07/2002 -0500, you wrote: *sigh* do you people ever search the archives? Is there a searchable archive of this list anywhere that's up to date? Mr. Michele Neylon Blacknight Solutions - affordable linux hosting http://www.blacknightsolutions.com/ -- This message has been scanned

Re: Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Nope. Tomcat 4.03 is complaining about not being able to find my homemade project classes. When I was on Tomcat 3.2 I just set my systems CLASSPATH to point to these .class directories, as they are now. Steve Durham David Cntr 805CSS/SCBE wrote: I had the same thing(I think). It was

Re: Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Tomcat 3.2 Ron Day wrote: what version was you on before ?? -Original Message- From: Steve Russell [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:18 PM To: Tomcat Users List Subject: Tomcat 4.03 Classpath Hi; I just upgraded to Tomcat 4.03. I've got jsps

executing cvs commands from tomcat

2002-07-25 Thread Allen Gordon
We have an application that requires an input form to be processed by some jsp code from within jakarta tomcat (4.0.3) running on NT4 SP6. We require version control for these input forms. Consequently, we are attempting to use runtime.exec() to executed cvs commands from cvsnt (current

RE: localhost vs IP address in the URL

2002-07-25 Thread Saravanan Bellan
I'm not a networking guru, (and this is sort of OT for Tomcat) but I'm not convinced by M.Schwartz's response that this is due solely to DNS name resolution. I don't think that would account for such a big difference in time--once the name was resolved to the IP address, behavior

Re: executing cvs commands from tomcat

2002-07-25 Thread Steven J. Owens
On Thu, Jul 25, 2002 at 03:44:39PM -0600, Allen Gordon wrote: We have an application that requires an input form to be processed by some jsp code from within jakarta tomcat (4.0.3) running on NT4 SP6. We require version control for these input forms. Consequently, we are attempting to use

RE: Tomcat 4.03 Classpath

2002-07-25 Thread Ron Day
Tomcat 4.0 and above strictly enforces the Servlet 2.2 WebApp directory structure (3.0 + did not). Inside your webapp folder you put JSP's,html etc. You also need a folder called WEB-INF (spelling and case important). Inside here are two folders classes and lib, and your web.xml if you have one.

RE: Tomcat 4.03 Classpath

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
Optionally you can try to import YourClass if you don't want it inside a package, but you're probably better off putting the class into a package. Dave -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:51 PM To: Tomcat Users List Subject:

Re: Tomcat 4.03 Classpath

2002-07-25 Thread Steve Russell
Ron Day wrote: Tomcat 4.0 and above strictly enforces the Servlet 2.2 WebApp directory structure (3.0 + did not). Inside your webapp folder you put JSP's,html etc. You also need a folder called WEB-INF (spelling and case important). Inside here are two folders classes and lib, and your

RE: Tomcat 4.03 Classpath

2002-07-25 Thread Ron Day
you need to import either way... -Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:52 PM To: Tomcat Users List Subject: RE: Tomcat 4.03 Classpath Optionally you can try to import YourClass if you don't want it

Integrating apache and tomcat via mod_jk

2002-07-25 Thread Henrique Faria
Hello! I'm having problems in the basic steps of the apache_1.3/tomcat_4.04 integrating process. I'm trying to do this throught the mod_jk module. I downloaded the mod_jk -3.3-ap13-eapi.so and the mod_jk-3.3-ap13-noeapi.so. First, where do I install these files? Second, I can't generate the

Integrating apache and tomcat via mod_jk

2002-07-25 Thread Henrique Faria
Hello! I'm having problems in the basic steps of the apache_1.3/tomcat_4.04 integrating process. I'm trying to do this throught the mod_jk module. I downloaded the mod_jk -3.3-ap13-eapi.so and the mod_jk-3.3-ap13-noeapi.so. First, where do I install these files? Second, I can't generate the

RE: Tomcat 4.03 Classpath

2002-07-25 Thread Durham David Cntr 805CSS/SCBE
Yeah, but you would be importing my.package.MyClass instead of MyClass -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 4:56 PM To: Tomcat Users List Subject: RE: Tomcat 4.03 Classpath you need to import either way...

Re: Weird errors in iis_redirect.log

2002-07-25 Thread George Hester
Yes but read the thread above. Something very bad has happened. But fixable. -- George Hester _ Mike Jackson [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... If you're getting those messages in your tomcat connector log then I'd

Re: Archives

2002-07-25 Thread Jacob Kjome
Hello Michele, Try http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2 Also see a ton of open source list archives here: http://marc.theaimsgroup.com/?w=2 Jake Thursday, July 25, 2002, 4:41:00 PM, you wrote: MNBS At 16.31 25/07/2002 -0500, you wrote: *sigh* do you people ever search the

Re: Little trouble with IIS 5 and Tomacat 4.0.4

2002-07-25 Thread George Hester
Well gues what Ignacio? You have shown me why I lost my ASP sessions using JRun 4. When I did as you suggested I was able to do http://localhost/mypage.jsp. Worked great. Then in about 20 minutes I guess it was Exchange Internet Messaging closed down. I thought crap but OK. Then I noticed my

RE: 4.0.4 source

2002-07-25 Thread Zhenxin Wang
Hi, Yoav Thanks for the pointer. I just realized that it is under catalina folder. --Zhenxin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] he.org] On Behalf Of Shapira, Yoav Sent: Thursday, July 25, 2002 2:07 PM To: Tomcat Users List Subject: RE: 4.0.4 source

<    1   2   3   >