Tomcat 4.0.1, mod_web_app, virtual hosts - Pier HELP!

2001-12-06 Thread Nikola Milutinovic
Hi all. Hi Pier. I have a problem and it could be a misconception in my head, so please tell me if I'm doing something obviuosly/potentially wrong. WHAT I WANT TO DO -- I am hosting several virtual hosts under one Apache web server. I'm also developing several

Re: Character Encoding problems 2

2001-12-06 Thread Gregor Kovac(
Hi! Nikola Milutinovic wrote: I have had similar problem with Cp1250 encoding(Tomcat and MySQL). You have to have in mind this was not done on Tomcat 4.x, but 3.x. This is what I have done: - %@page contentType=text/html; charset=windows-1250% on top of every JSP file I don't think that is

RE: load balancing Multiple Tomcat instances

2001-12-06 Thread Ing. Gabriel Gajdos
Hi! I don't have good news for you. The support for AJP 13 in Tomcat 4 should be considered as beta... And Tomcat 4.0.1 does not support load balancing... If you really need this feature, stat at 3.x. GG | Hi, | Loadbalancer worker can be set in Worker.properties in 3.x, but in 4.x | there

Calendar Boject behaves strange

2001-12-06 Thread Magnus Jansson
Hi! When I use the GregorianCalendar and do a roll it doesnt switch month. What I want to do is to have a selectbox and see all weeknumbers in selected year and after the weeknumber write the date of monday and friday in the week. But with this code below I only get the same dates all the

Re: TOMCAT 4.0 + APACHE + AJP 1.3 : look at this.

2001-12-06 Thread vendo
Thanks a lot for this page, I'll keep you informed on how it works for me Vendo - Original Message - From: Mike Kelley [EMAIL PROTECTED] To: Markus Baertschi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 04, 2001 11:34 PM Subject: FW: TOMCAT 4.0 + APACHE + AJP 1.3 :

Re: AW: AW: AW: TC 3.3 jsessionid

2001-12-06 Thread Erwin Ambrosch
Thanks Ralph, it works. Ralph Einfeldt wrote: Try to change the action to: form method=POST action=%= response.encodeURL(j_security_check) % -Ursprüngliche Nachricht- Von: Erwin Ambrosch [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Dezember 2001 22:35 An: Tomcat Users List

Certificate problem with Netscape 4.7 and IE 5.0

2001-12-06 Thread Tom Graf
Dear all, I've got lots of problems with Tomcat 4.0.1. and my digital server certificate. The following describes shortly the steps I've done so far: First of all, I generated a self-signed certificate as described in the Tomcat documentation. Then, I created a Certificate Signing Request

RE: Mailing list question

2001-12-06 Thread Justin Rowles
What sort of turn-around time do you guys (and gals) usually see on messages? Up to a couple of hours. I'm in the UK, I don't know where the mailing list server is physically though. J. -- You're only jealous cos the little penguins are talking to me.

security issue: tomcat on port 80

2001-12-06 Thread E B
How safe is it to have tomcat listening on port 80 running on a RH6.2, which is on the internet ? Did anybody face any security problems ever ? Nokia 5510 looks weird sounds great. Go to http://uk.promotions.yahoo.com/nokia/

Tomcat 4.0 + SSL: How to Configure Client Authentication

2001-12-06 Thread Gianluca D'Introno
Hi guy, I'm using Tomcat 4.0 + SSL. I have installed the server certificate and everything work when I use Https whitouth ClientAuthentication. I should have Client Authentication and so I have set the ClientAuth attribute of the element HttpConnector in Server.xml to the value true. When I try

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
You should say to Apache to serve html files and images : JkMount /examples/*.jsp ajp13 Alias /examples Path to the directory Tomcat4.0/webapps/examples Directory Path to the directory Tomcat4.0/webapps/examples Options Indexes FollowSymLinks /Directory arno -Message d'origine-

Re: JavaBean on Tomcat 4.0

2001-12-06 Thread Amine AMAR
I do not know exactly the reason but the solution is to explicitly import the packages of ALL the classes you are using (ex. java.util.*) - Original Message - From: Wong, Ken LY [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 7:33 AM Subject: JavaBean on Tomcat

RE: security issue: tomcat on port 80

2001-12-06 Thread Chris Newland
Hi, There are security implications for running *any* server process on *any* port that is accessible by the public internet. To run a server on UNIX/Linux on a port number of less than 1024 requires root privileges. I would strongly recommend you do *NOT* run Tomcat as the root user since if

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
I replyed to quickly :-) If you want that TC serves html, gifs, jsp, etc you tell to Apache JkMount /examples/* ajp13 All requests sends to /examples are transfered to Tomcat If you want that Tomcat only serves servlet and JSP. You tell to Apache : JkMount /examples/*.jsp ajp13 JkMount

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
With this configuration Tomcat shouldn't serve html and gifs . Why are you thinking that it is TC which is serving html and gifs and not Apache ??? -Message d'origine- De: Lauer, Oliver [SMTP:[EMAIL PROTECTED]] Date: jeudi 6 décembre 2001 12:30 À:'[EMAIL PROTECTED]' Objet:

RE: Configure md_jk in http.conf

2001-12-06 Thread Arnaud Héritier
But if you added an Alias in Apache, you don't need to have your images in the Apache document root. When an alias is defined Apache will load all ressources from the directory given. With Alias /examples C:/Programme/ApacheGroup/Tomcat4.0/webapps/examples Apache will get all data required

Re: security issue: tomcat on port 80

2001-12-06 Thread Attila Szegedi
Java VM actually shields you from buffer overflow attacks, since you cannot overflow an array, let alone do it so that it overwrites code segments. So in case of Tomcat (or any Java-written server), buffer overflow attacks are out of question. Other attacks are still possible, though. Attila.

Re: Certificate problem with Netscape 4.7 and IE 5.0

2001-12-06 Thread Bernhard Wraase
Tom, I have also trouble to generate a proper .keystore file. I couldn't make it with keytool(win/IBM). Try: http://www.comu.de/docs/tomcat_ssl.htm This works for me. -- HTH Bernhard Wraase NET.KOSMOS Projektentwicklung und Management GmbH -- To unsubscribe: mailto:[EMAIL PROTECTED] For

tomcat-apache doc

2001-12-06 Thread E B
where in the tomcat 4.0.1 docs, is the documentation to configure tomcat to work behind apache server ? I couldnt find it on the main doc page. Nokia 5510 looks weird sounds great. Go to http://uk.promotions.yahoo.com/nokia/

Re: security issue: tomcat on port 80

2001-12-06 Thread E B
--- Attila Szegedi [EMAIL PROTECTED] wrote: Java VM actually shields you from buffer overflow attacks, since you cannot overflow an array, let alone do it so that it overwrites code segments. So in case of Tomcat (or any Java-written server), buffer overflow attacks are out of question.

RE: tomcat-apache doc

2001-12-06 Thread Arnaud Héritier
You can use the mod-jk connector : http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/jk/doc/ or the mod_webapp : http://nagoya.apache.org/~pier/ arno -Message d'origine- De: E B [SMTP:[EMAIL PROTECTED]] Date: jeudi 6 décembre 2001 13:14 À:Tomcat Users List Objet:

Re: Certificate problem with Netscape 4.7 and IE 5.0

2001-12-06 Thread Madhav Tadikonda
Tom, Is the certificate you received a test certificate or the full commercial release? If it was a test certificate, I think you need to download the test root ID and install it in your browser for the test certificate to work. I know on Thawte and Verisign you can get this ID off of their

Documentation for VM crash under Linux

2001-12-06 Thread Renato
Hi all, I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point me out where I could find this docs ? Thanks Renato. -- To unsubscribe: mailto:[EMAIL PROTECTED] For

Unable to include *.sum files

2001-12-06 Thread Kusel, Jonathan J
Hi all, I'm trying to include normal text files with .sum extensions using the jsp:include directive: 'jsp:include page=testTxt.sum flush=true /' but tomcat throws an exception(see bottom for the exception). When I change the file's extension to .txt for example it works, but the files that

Documentation for VM crash under Linux

2001-12-06 Thread Renato
Hi all, I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point me out where I could find this docs ? Thanks Renato. -- To unsubscribe: mailto:[EMAIL PROTECTED] For

AW: security issue: tomcat on port 80

2001-12-06 Thread Ralph Einfeldt
I wouldn't beg on that. Java VM are programs that are implemente in C or C++ or other 'classic' languages. So Bugs introduces here can open the server to overflow attacks. Other problems: With a wrong configuration it may be possible, that a attacker can place a jsp on your server. If the

Re: Can't find web.xml

2001-12-06 Thread Brian Elliott
Yes I did it things working. I think this fix was part of it - web-inf was not all caps - WEB-INF. thanks, brian Sriram Narayanan wrote: Hi, This is a blind shot, but have you checked that the WEB-INF name is in capital ? And that the web.xml is a valid one ? TC 4 is stricter with

Re: Documentation for VM crash under Linux

2001-12-06 Thread Weiqi Gao
On Thu, 2001-12-06 at 04:55, Renato wrote: I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point me out where I could find this docs ? The release notes are available

Re: Documentation for VM crash under Linux

2001-12-06 Thread Renato
Thanks !! What about IBM's ? Any issues we shold be aware of ? On Thu, 2001-12-06 at 04:55, Renato wrote: I saw people telling about documentation of VM crashes under Linux and that there are some workarounds on the release notes. It doesn't seem to be there. Could anyone point

RE: tomcat configuration error

2001-12-06 Thread Larry Isaacs
Note that you say you are configuring Tomcat 3.2.4 but are setting TOMCAT_HOME to tomcat-3.2.1. If you are copying Tomcat 3.2.4 on top of a Tomcat 3.2.1 installation, be aware that this is an untested form of installation. I would recommend installing Tomcat 3.2.4 in a new directory and

RE: JavaBean on Tomcat 4.0

2001-12-06 Thread Larry Isaacs
In Tomcat 3.x, if the JSP is in the root directory of the web application, the JSP's servlet is created without a package. This allows beans that aren't in a package to be accessible without further effort. Tomcat 4.x *always* puts the JSP's servlet in a package, so beans without a package are

Narrowed down my warp/WebApp config error

2001-12-06 Thread Cross Fire Labs B.A. Lambrechts
Ok - I have narrowed down my warp/webapp error: With the WebAppDeploy directive in the httpd.conf file, I get the occasional web-application not deployed yet error and the associated warp errors: cannot receive handshake WARP packet and cannot configure connection warpConnection When I

Need your help...

2001-12-06 Thread rickarde
Hi! Can someone explain how to setup TC 3.2.2 with NS Enterprise Server 3.6 running two webapps that each of them should be started and closed separately. I know that I should configure at least workers.properties (TC) and obj.conf (NS) but not exactly how. By the way, App1 is using the

Solaris VM crash? Full docs included

2001-12-06 Thread Yoav Shapira
Hi there, So last night the JVM crashed on one of our big servers. It had been running without a problem for a while, but we've been experimenting with tuning garbage collection, as this particular JVM is typically around ~400MB in memory during the day. Here are the details (sorry for this

Senior Web Applications Architecture/Developer's needed for full time position.

2001-12-06 Thread Carl Boudreau
Minnesota, based company has positions opened now, for these people. Please pass the word, and my telephone number. 612-220-8720 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

vurtual hosting

2001-12-06 Thread Rams
Hi, Does Tomcat support Virtual Hosting? lf yes, how? could anyone please give the config. snippet? Thanq Rams winmail.dat Description: application/ms-tnef -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

CPU utilization on NT with 2 processors

2001-12-06 Thread Tomasz Janyska
Hi Does anybody know the reason why on 2 CPU my Tomcat is after few hours running like crazy, utilizing 50% of CPU's power. My servlets don't show anything waiting for something. When I restart Tomcat everything is ok. I added ROOT Context and it didn't help. I tried to upgrade versions, but I

RE: CPU utilization on NT with 2 processors

2001-12-06 Thread Karl Oie
sounds more like a jvm issue... have you tried with other applications? -Original Message- From: Tomasz Janyska [mailto:[EMAIL PROTECTED]] Sent: 6. desember 2001 15:55 To: [EMAIL PROTECTED] Subject: CPU utilization on NT with 2 processors Hi Does anybody know the reason why on 2 CPU my

Include mod_webapp in Apache DSO

2001-12-06 Thread Kemp Randy-W18971
When my Unix Admin build Apache 1.3.22, the LDAP module was build when a particular Apache option was used. I understand that the new Apache 2X uses libtools and autoconfig, which are used to build mod_webapp. Couldn't the mod_webapp be included automatically when Apache 2X is build with DSO

Last attempt before I heave sun box out of the window!

2001-12-06 Thread Cross Fire Labs B.A. Lambrechts
Ok - No more apache/tomcat errors - through hokey measures - things seem to be quiet on that front - got no answers to any of those questions.. I have a JDBCRealm configured into the Context, Host and Engine levels in my server.xml I have the security constraints set and the login

AW: Solaris VM crash? Full docs included

2001-12-06 Thread Ralph Einfeldt
Is completely a question to sun. I suspect that it is a bug in the incremental gc. May be you should upgrade to JVM 1.3.1_01 There two bugs fixed that might help you: (Don't know if this changes where between v1.3.1-b24 and 1.3.1_01)

Re: CPU utilization on NT with 2 processors

2001-12-06 Thread Bo Xu
- Original Message - From: "Tomasz Janyska" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 9:54 AM Subject: CPU utilization on NT with 2 processors Hi Does anybody know the reason why on 2 CPU my Tomcat is after few hours running like crazy, utilizing 50% of

Re: AW: Solaris VM crash? Full docs included

2001-12-06 Thread Yoav Shapira
Hi, Thanks a bunch for the quick reply. It seems relevant and I'll try updating the system. Yoav Ralph Einfeldt wrote: Is completely a question to sun. I suspect that it is a bug in the incremental gc. May be you should upgrade to JVM 1.3.1_01 There two bugs fixed that might help

Re: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Denis Balazuc
Have you set the trusted flag to true for your context in server.xml ? That might do the job... - Original Message - From: Cross Fire Labs B.A. Lambrechts [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 10:27 AM Subject: Last attempt before I heave sun box out

Re: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Cross Fire Labs B.A. Lambrechts
Is that for TC4? Can't find any documentation on it? Beth Anne Lambrechts Cross Fire Labs, Inc. e-mail: [EMAIL PROTECTED] Phone/Fax: 703-724-9210 From: Denis Balazuc [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Last

AW: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Ralph Einfeldt
Please wait until I'm ready to catch it under your window... :) -Ursprüngliche Nachricht- Von: Cross Fire Labs B.A. Lambrechts [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 16:28 An: [EMAIL PROTECTED] Betreff: Last attempt before I heave sun box out of the

mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
I am setting up Tomcat 4.0.1 with Apache 1.3.1 on Linux (RedHat 7.1). What are the reasons (issues, improvements, etc) for using mod_webapp instead of mod_jserv/mod_jk? What are the major differences in the configuration of Tomcat (and Apache) when using mod_webapp instead of mod_jserv?

Re: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Cross Fire Labs B.A. Lambrechts
Well - doesn't matter - set it in the context as an attribute: trusted=true - and still didn't work. Know anything about Single Sign-On - would that do it? Beth Anne Lambrechts Cross Fire Labs, Inc. e-mail: [EMAIL PROTECTED] Phone/Fax: 703-724-9210 From: Denis Balazuc [EMAIL PROTECTED]

RE: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Jim Urban
I thought about that too, but then I realized that could hurt or even kill a person. :) Jim -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 9:52 AM To: Tomcat Users List Subject: AW: Last attempt before I heave sun box out of the

AW: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Ralph Einfeldt
No risk, no fun 8} -Ursprüngliche Nachricht- Von: Jim Urban [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 17:01 An: Tomcat Users List Betreff: RE: Last attempt before I heave sun box out of the window! I thought about that too, but then I realized that

AW: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Ralph Einfeldt
I wouldn't try Single Sign on, just makes the case even more complicated. It's purpose is to enable one login for more than one application. As I'm not using tomcat, it's hard to give hints. May it would help to forget about SSL for the start. -Ursprüngliche Nachricht- Von: Cross

Re: AW: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Cross Fire Labs B.A. Lambrechts
You will all have to wait a long time to see a flying Sun box as I have just figured out that apache wasn't even talking to tomcat - duh! No wonder my JDBCRealm wasn't being recognized!!! So there will be no squishing of people or Sun's today.I know you all are crushed (pun intended!) :)

RE: Last attempt before I heave sun box out of the window!

2001-12-06 Thread Jim Urban
More likely: No pain, no gain! :) -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:05 AM To: Tomcat Users List Subject: AW: Last attempt before I heave sun box out of the window! No risk, no fun 8} -Ursprüngliche

IE 6 upgrade and java plug-in causing problems

2001-12-06 Thread Steve Bearss
Hello All, I recently upgraded to IE 6 and I was prompted to install the latest java plug-in as well. Now my Tomcat is not running. All my java development is on a separate partition, which includes the jdk and tomcat. I'm not sure what IE did (it is on another partition) to this setup and

Configuring virtual host on Tomcat 4.0

2001-12-06 Thread Wayne Hefner
I am attempting to configure Tomcat 4.0 and Apache 1.3 to work with virtual hosts. I have been able to get the WARP connector working with the default apps in tomcat. However when I configure for a virtual host going to a different app base it communicates with tomcat and gives me a listing of

Yes or No please! Can timestamps be added to isapi.log???

2001-12-06 Thread Hawkins, Keith (Keith)
Can someone please give a yes or no answer to this: Can timestamps be added to isapi.log??? Thanks, Keith

Re: Filter-Tag Problems with TC 4.0.1

2001-12-06 Thread David Smith
You have to follow the exact order as specified in the DTD. The xml parser is picky on this point. Check the DTD and your web.xml file to make sure there aren't any elements before that should be after and so forth. --David On Wednesday 05 December 2001 05:53 pm, you wrote: Hi everyone,

Re: Cannot connect Servlet/JSP running in Tomcat to MySQL Database

2001-12-06 Thread David Smith
Is your Tomcat using the security manager?? That would explain the error message. If so, you'll have to allow access to the datasource in catalina.policy. Otherwise it should work. --David On Wednesday 05 December 2001 05:19 pm, you wrote: Hi, I am unable to connect a servlet or jsp

Can Network problems bring down Tomcat??

2001-12-06 Thread Hawkins, Keith (Keith)
I am trying to determine cause of why a Tomcat process keeps going down at a particular site. I notice from some of our application log files that socket errors are occurring between our client and server. I also notice socket errors between the isapi redirector and tomcat. Has anyone heard

AW: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Ralph Einfeldt
mod_jserv is not recommended any longer. mod_jk is currently the best documented connector for TC 4.0 http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ mod_webapp is the connector for the future, but misses some documentation and as the volume of traffic it caused in this list indicates, people

Re: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
Ralph, Thanks. I know of one difference between mod_jserv and mod_jk. Apache can only communicate with jserv when using mod_jserv but with other servlet engines when using mod_jk. Are there any other major differences? Also, I know nothing about what makes mod_webapp the connector of the

Web.xml not found

2001-12-06 Thread Kevin Ritter
Greetings, I am getting this error ContextConfig[]: Missing application web.xml, using defaults only ... Internal Error: File /WEB-INF/web.xml not found. My WEB-INF directory name is all uppercase spelled actually the way I've spelled it here. The web.xml file is a well-formed XML file. DO I

Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Niclas Rothman
Hi everybody! I´m using Tomcat 4.0.1 and the version with the Windows NT service. Does anybody know where to set the size for the memory to allocate to the Tomcat (-Xms -Xmx), can´t find any documentation about this. Best reqards Niclas Rothman -- To unsubscribe: mailto:[EMAIL PROTECTED]

Re: Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Bo Xu
- Original Message - From: Niclas Rothman [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 12:52 PM Subject: Setting the alocated memory to Tomcat 4.0.1 Hi everybody! I´m using Tomcat 4.0.1 and the version with the Windows NT service. Does

RE: Yes or No please! Can timestamps be added to isapi.log???

2001-12-06 Thread Larry Isaacs
Yes if you use the isapi_redirect.dll from Tomcat 3.3. The isapi_redirect.dll from Tomcat 3.2.x does not support timestamps. Cheers, Larry -Original Message- From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 11:37 AM To: tomcat-user Subject:

SV: Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Niclas Rothman
Hi Bo! Thank´s for your reply, but I seem to have no luck with this. Have done a little jsp file that prints out the free memory and total memory of the JVM and doesn´t seem to change. Maybe I´ve missunderstood your reply, I´ve just added -Xms -Xmx to the end of the line:

RE: Yes or No please! Can timestamps be added to isapi.log???

2001-12-06 Thread Hawkins, Keith (Keith)
Larry, Thanks for the reply. Are there any dangers in using this .dll with Tomcat 3.2.3? We are too far along with our system testing to propose an upgrade to Tomcat 3.3 at this point so I would have to mix and match. Thanks, Keith -Original Message- From: Larry Isaacs

SQL*Server JDBC Driver

2001-12-06 Thread Timlin, Bob
Hello, I am trying to get the SQL*Server driver to work with Tomcat 4.0. The driver I am using is Opta2000.jar. The message I am getting is Error Loading Driver: java.lang.ClassNotFoundException: com.inet.tds.TdsDriver I believe this is because I am not putting the driver in the right

Re: SV: Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Ryan Lubke
Hi, Try: set CATALINA_OPTS=-Xms=size -Xmx-size and then start tomcat. This should set the desired options. Note: I haven't tried this on Win32, but works find on *NIX. -rl On Thu, 2001-12-06 at 13:27, Niclas Rothman wrote: Hi Bo! Thank´s for your reply, but I seem to have no luck with

RE: SQL*Server JDBC Driver

2001-12-06 Thread Miao, Franco CAWS:EX
go to MS download SQL JDBC driver, that one is the best for SQL server put .jar files in \common\lib\ Franco -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:41 AM To: '[EMAIL PROTECTED]' Subject: SQL*Server JDBC Driver Hello, I

RE: images won't load with tomcat4.0.1 and apache 1.3 using WebApp_Mo dule

2001-12-06 Thread Brian Adams
what does your web.xml look like Mark? do you have filters defined for the images directory. I tried what you have listed here and it doesn't work. I can't believe it is this hard to get some images viewed in a freaking jsp page!! thanks for the input, Brian p.s. t4 documentation sucks!

SV: SQL*Server JDBC Driver

2001-12-06 Thread Niclas Rothman
Okey Miao, do you know how I can se if the changes have come through? Is there a log for these things or do I have to print out the following code from a jsp page: out.println(+Runtime.getRuntime().freeMemory()/1000); out.println(+Runtime.getRuntime().totalMemory()/1000); Best

Re: Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Bo Xu
Hi Niclas, I am not sure because I didn't ever use -Xms/-Xmx to customize catalina.bat, I guess there are two reasons: - did you update all _RUNJAVA/_STARTJAVA... start in catalina.bat? in the the following(from TC4.0), there are 4 _RUNJAVA/_STARTJAVA... start. :doRun if %2 ==

RE: SQL*Server JDBC Driver

2001-12-06 Thread Timlin, Bob
Thankyou, that worked! -Original Message- From: Miao, Franco CAWS:EX [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:44 AM To: 'Tomcat Users List' Subject: RE: SQL*Server JDBC Driver go to MS download SQL JDBC driver, that one is the best for SQL server

RE: SQL*Server JDBC Driver

2001-12-06 Thread Miao, Franco CAWS:EX
why u need to do Runtime.getRuntime().freeMemory()/1000)? Pls provide more detail info. you may do try { } catch { } if no exception come up, your code suppose ran. Regarding to freeMomery, JVM will do it itself, no

SV: SQL*Server JDBC Driver

2001-12-06 Thread Niclas Rothman
Miao, excuse me! I came to send a reply to the wrong mail, should have replied to the post with subject Setting the alocated memory to Tomcat 4.0.1. Once again, excuse me Best regards Niclas Rothman -Oprindelig meddelelse- Fra: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sendt: 6.

Question re: static/dynamic content, cookies, session tracking

2001-12-06 Thread Kevin McBrearty
I just want to clarify my understanding of something here. I have a web application which serves both static and dynamic pages, and the user can move back and forth between static and dynamic pages. The dynamic pages are generated by servlets using Velocity. Session tracking is involved, and

Re: Calendar Boject behaves strange

2001-12-06 Thread August Detlefsen
Maybe try something like this: while (MyDate.get(Calendar.WEEK_OF_YEAR) = MaxWeek) { //set to Monday MyDate.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY); //make DateStringStart //set to Friday MyDate.set(Calendar.DAY_OF_WEEK, Calendar.FRIDAY);

Re: IE 6 upgrade and java plug-in causing problems

2001-12-06 Thread Brett M. Bergquist
From the command line, type java -version. To find out which java you would run, I've included a .bat file for NT that will tell you. Have which.bat on your path and type which java.exe. - Original Message - From: Steve Bearss [EMAIL PROTECTED] To: Tomcat [EMAIL PROTECTED] Sent:

Load balancing where lbfactors not equal?

2001-12-06 Thread Wilson, Wayne
Hi, I am using Apache 1.3.22, Tomcat Tomcat-3.2.3 and mod_jk on Windows 2000 Professional. I have load balancing working fine with mod_jk across 2 instances of Tomcat except that it seems to ignore the lbfactor I assign to the workers. When the workers' lbfactors are both set to 1, they spread

Re: IE 6 upgrade and java plug-in causing problems (reset without attachement)

2001-12-06 Thread Brett M. Bergquist
From the command line, type java -version. To find out which java you would run, I've included a .bat file for NT that will tell you. Have which.bat on your path and type which java.exe. Here is the batch file inline. Just cut and paste it and save it to a file called which.bat.

ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
I hace Apache with WebApp warping to tomcat my jsp page has this image: img border=0 src=/bbb/images/butterfly.jpg The web-app is named bbb and it has a directory called images. The jsp page WILL NOT SHOW THIS IMAGE!!! If I change it to: img border=0

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Carsten Lingemann
have you tried the following: img border=0 src=%= request.getContextPath() %/images/butterfly.jpg Carsten -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 2:04 PM To: '[EMAIL PROTECTED]' Subject: ONE More Time! why does Tomcat 4 work

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
yes, no worky!!! :( -Original Message- From: Carsten Lingemann [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:31 PM To: 'Tomcat Users List' Subject: RE: ONE More Time! why does Tomcat 4 work this way have you tried the following: img border=0 src=%=

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
I also noticed that if I put the image in the root of the webapp with the jsp page it works fine i.e. img border=0 src=butterfly.jpg -Original Message- From: Carsten Lingemann [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:31 PM To: 'Tomcat Users List' Subject: RE: ONE

RE: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Brian Adams
there must be some sort of filter tag being enforced by tomcat 4.0 that make me define the images directory before I just start using it... any hints? -Original Message- From: Carsten Lingemann [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:31 PM To: 'Tomcat Users List'

Re: Double check idiom broken - Tomcat uses it ?

2001-12-06 Thread Jeff Kilbride
If you really want the developers to take a look at this, you should probably post it to the tomcat-dev list. It's iffy whether or not they will see it here. Thanks, --jeff - Original Message - From: java programmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 05,

SV: Setting the alocated memory to Tomcat 4.0.1

2001-12-06 Thread Niclas Rothman
Okey Bo! It works now if I startup the Tomcat throug startup.bat but it still doesn´t work when I try to start the beast as a NT service. Any further suggestions? Niclas -Oprindelig meddelelse- Fra: Bo Xu [mailto:[EMAIL PROTECTED]] Sendt: 6. december 2001 19:50 Til: Tomcat Users List

Help on Setting Up Application

2001-12-06 Thread Guddu Kumar
Hi, I have to setup tomcat for an my application. Basically i am using MVC2 Design pattern for the application. That means i have a Controlservlet which is to be called on every request. I have defined the context path in server.xml as path=/myapp and docbase=webapps/myapp. I have to put my

Re: Double check idiom broken - Tomcat uses it ?

2001-12-06 Thread Bo Xu
I have already forward your 2 emails to TOMCAT-developer, haha :-) Bo Dec.06, 2001 - Original Message - From: Jeff Kilbride [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 2:41 PM Subject: Re: Double check idiom broken - Tomcat uses it ?

Re: security issue: tomcat on port 80

2001-12-06 Thread Dr. Evil
How safe is it to have tomcat listening on port 80 running on a RH6.2, which is on the internet ? Did anybody face any security problems ever ? From the conventional point of view, having things run on port 80 has been dangerous because a proc has to have uid 0 to bind to the port. Apache is

Re: Authentication problem...redirected to /null

2001-12-06 Thread Jeff Kilbride
You're not supposed to be able to reach the login page, except by accessing a secure page. The container is then responsible for displaying the login page and sending the user to the correct secure page, once they have been authenticated. So, rather than having a link to your login page from your

RE: Help on Setting Up Application

2001-12-06 Thread Jim Urban
Sounds like you need to set up servlet mapping in your context web.xml. Jim -Original Message- From: Guddu Kumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 1:51 PM To: [EMAIL PROTECTED] Subject: Help on Setting Up Application Hi, I have to setup tomcat for an my

Re: tomcat configuration error

2001-12-06 Thread Jeff Kilbride
Hi Larry, I thought for all 3.2.x versions, you could just replace the old jar files with the new ones. Is this not true for 3.2.4? Thanks, --jeff - Original Message - From: Larry Isaacs [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 5:55

RE: SQL*Server JDBC Driver

2001-12-06 Thread Greg Trasuk
Your best bet is to put it into your web applications WEB-INF/lib directory. Greg Trasuk, President StratusCom Manufacturing Systems Inc. - We use information technology to solve business problems on your plant floor. http://stratuscom.ca -Original Message- From: Timlin, Bob

Re: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
The email sent in reply by Ralph was not very useful. (Thanks, Ralph) Chuck Van Buren Software Developer www.adrenaline.com w 202-628-4438 c 202-486-5436 Adrenaline Group 1445 New York Ave 4th Floor Washington, DC 20005 - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To:

Tomcat on IPLANET (Unix box)

2001-12-06 Thread Sreenivasan Genipudi
Hi, Is it possible to configure Tomcat on Iplanet Server running in Unix. If so can some one help me. (by proving links to appropriate resource) Thanks, Sreeni. - Original Message - From: Greg Trasuk [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, December

RE: security issue: tomcat on port 80

2001-12-06 Thread Jim Urban
I run Tomcat on port 80 on my Win32 servers (NT and 2K). I have watched the Windows viruses attack Tomcat with no impact. The one server running IIS (required for our time keeping software) got nailed by a virus within a week of being setup. That server has since had IIS pointed to a different

Re: Tomcat on IPLANET (Unix box)

2001-12-06 Thread Cross Fire Labs B.A. Lambrechts
Just my $.02 but I started with Iplanet v6.0 and based on the lousy documentation and bugginess of the code - gave it up and went with Tomcat and Apache good luck! Beth Anne Lambrechts Cross Fire Labs, Inc. e-mail: [EMAIL PROTECTED] Phone/Fax: 703-724-9210 From: Sreenivasan Genipudi

Re: ONE More Time! why does Tomcat 4 work this way

2001-12-06 Thread Jeff Kilbride
What about just /images/butterfly.jpg? This assumes that your webapp is rooted at /bbb -- so you don't need to use that as part of your path. This is what I normally use with mod_jk. Don't know if it will work with mod_webapp, though. --jeff - Original Message - From: Brian Adams

  1   2   >