how I got mod_rewrite working while converting from Apache+JServ

2001-04-28 Thread Robert Chou
After reading Mike Bremford's workaround and spending a little more time troubleshooting, I've found a workaround which works with the ApJServAction and rewrite directives. Here's a summary note and a patch. rob --- Here's what I noticed while trying to convert from JServ to Tomcat using

Default home for server

2001-04-28 Thread Krishna Kant T
hi guys i need to set a jsp present in webapps/ROOT/myDir as the default home page for the server. i have tried setting it in web.xml as follows welcome-file-list welcome-file /myDir/Home.jsp /welcome-file /welcome-file-list but it doesnt work. Could somebody please

Re: Default home for server

2001-04-28 Thread Barthélémy TEHAM
--- Krishna Kant T [EMAIL PROTECTED] a écrit : hi guys i need to set a jsp present in webapps/ROOT/myDir as the default home page for the server. i have tried setting it in web.xml as follows You have to change your DocumentRoot path in the configuration file of your web server If you

Re: PLeeeeeeeeeeeeeeeeaseeeeeeeeeeeeeeeeeee help

2001-04-28 Thread Shankar Gowda
i want to get to know , the error of it in tomcat please send it --- Shelly Dhiman [EMAIL PROTECTED] wrote: Hi: I want to know in tomcat is it possible to treat any other file extension as jsp. I saved a .jsp file as .phj and i hace done the servlet mapping in web.xml like

Re: Tomcat on Linux RH7 installation help

2001-04-28 Thread Barthélémy TEHAM
--- Mark Howell [EMAIL PROTECTED] a écrit : Did you install the apache RPM, or compile from source or binary tgz? The RPM system will only know about apache if you installed it as an rpm file. Apache RPM is install by default in RH7 if $rpm -q apache return the name of package apache.version

Forwarding

2001-04-28 Thread Zsolt Koppany
Hi, how can I forward to a page that the user does not see where he was forwarded to? The reason is, we might change the target host or page and if the user makes a bookmark to the forwarded page he cannot come back if we change the target host or the page. Zsolt -- Zsolt Koppany Intland GmbH

Re: Default home for server

2001-04-28 Thread Barthélémy TEHAM
What's your configuration ? ( OS and web server ) --- Krishna Kant T [EMAIL PROTECTED] a écrit : hi teham thanx for responding. i have configured tomcat with vcm such that any request with /myDir is passed on to tomcat which serves the jsp's. so i guess the setting will have to be made

Re: Default home for server

2001-04-28 Thread Krishna Kant T
hi teham win nt service pack 4 running tomcat 3.2 -krishna kant Barthélémy TEHAM wrote: What's your configuration ? ( OS and web server ) --- Krishna Kant T [EMAIL PROTECTED] a écrit : hi teham thanx for responding. i have configured tomcat with vcm such that any request with

Best IDE for Servlet Development?

2001-04-28 Thread Curtis Spencer
Hi, I just downloaded the trial version for Forte for Java 2.0 Internet Edition and it seems like a good servlet development kit because of the integrated tomcat server. I was wondering if anyone was using other IDE's for servlet development and if they had any thoughts about what was the

Re: Forwarding

2001-04-28 Thread Barthélémy TEHAM
by using jsp:forward Action exple: jsp:forward page=dest.jsp / Documentation source: http://www.apl.jhu.edu/~hall/java/Servlet-Tutorial/Servlet-Tutorial-JSP.html#Section8.6 --- Zsolt Koppany [EMAIL PROTECTED] a écrit : Hi, how can I forward to a page that the user does not see where he

Re: Default home for server

2001-04-28 Thread Barthélémy TEHAM
Try by adding ApJServMount /ROOT/myDir in your tomcat configuration file Are you try to set /ROOT/myDir as default webserver home dir ? --- Krishna Kant T [EMAIL PROTECTED] a écrit : hi teham win nt service pack 4 running tomcat 3.2 -krishna kant Barthélémy TEHAM wrote: What's your

How do I get tomcat running on a NetWare Box

2001-04-28 Thread Magnus Jansson
Hi! I'm trying to get tomcat running on a NetWare box but I cant modify those startfiles to get tomcat running. Please send me a working startfile or at least instructions so I can get it to work. Best regards. Magnus Jansson alias ^Teacher^

Re: Automatic Startup after reboot

2001-04-28 Thread Charles Williams \(CEO\)
- Original Message - From: Allen Levin To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 4:35 AM Subject: Re: Automatic Startup after reboot Try looing at /etc/rc.d/rc.local. Isn't rc.local the last config to execute?

heavy Traffic will rise Mem usage extremly

2001-04-28 Thread Wolle
Hello, i have testet some Servlets, and i'm prof that I give all the Readers and Writes free, when a error occurs, so my Servlets are mostly memory leak free. So, when I make a big traffic to my servlets, the memory usage of Tomcat will rise extremly, and after that it won't give these memory

Re: heavy Traffic will rise Mem usage extremly

2001-04-28 Thread Shravan Shashikant
Hi Wolle, Even I face the probelm you mentioned regularly.I actually have no idea how to tackle it.I raised it a few weeks back and was suggested to move to JDK122 but even with that I havent been able to tackle this issue. It would be great if anybody here has found a solution to his

isapi_redirect.dll uriworkermap.properties and virtual hosts

2001-04-28 Thread Jakob Praher
hi all, tomcat version : 3.2.1 iis:5.0 (sp1) we have quite a view virtual web-sites hosted on iis (it is a running system so switching to apache is only a long term issue). now I would like to use apache-tomcat from within iis. the *simple* single server configuration is

Help me!!!!

2001-04-28 Thread Hussam Alsawadi
How can I unsubscribe me from this list? __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Re: Forwarding

2001-04-28 Thread Zsolt Koppany
Thank you for the idea, I know the jsp:forward command but I was not able to forward to a complete different URL for example http://www.sun.com:8080;. Do you know how to do that? Zsolt Barthélémy TEHAM wrote: by using jsp:forward Action exple: jsp:forward page=dest.jsp / Documentation

RE: isapi_redirect.dll uriworkermap.properties and virtual hosts

2001-04-28 Thread Ignacio J. Ortega
Hola Praher: Very interesting thoughts.. I will highly interested on help you to achieve this.., last C programmed 6 years ago :)... but we can try it.. what do you think? Saludos , Ignacio J. Ortega -Mensaje original- De: Jakob Praher [mailto:[EMAIL PROTECTED]] Enviado el: sábado

Start the VM with options on Tomcat

2001-04-28 Thread Wolle
Hello, i have another question about the VM, you could start it Server-Side optimized or client-side. This option could you change, when you edit the JDK/jre/lib/jvm.cfg. So you could change the default start opion (the first line is the default start option). But how could I use mor option as

Re: Start the VM with options on Tomcat

2001-04-28 Thread Milt Epstein
On Sat, 28 Apr 2001, Wolle wrote: Hello, i have another question about the VM, you could start it Server-Side optimized or client-side. This option could you change, when you edit the JDK/jre/lib/jvm.cfg. So you could change the default start opion (the first line is the default start

Re: Start the VM with options on Tomcat

2001-04-28 Thread Wolle
thank you, i have set it in the startup.sh, but you're right, to set the TOMCAT_OPTS is much easier and flexible, Greetings, Michael Milt Epstein wrote: On Sat, 28 Apr 2001, Wolle wrote: Hello, i have another question about the VM, you could start it Server-Side optimized or

AW: isapi_redirect.dll uriworkermap.properties and virtual hosts

2001-04-28 Thread Jakob Praher
Hola Ignacio, I would also give it a try. Some time ago I have already did some isapi-filter hacking. as far as I checked the source of isapi_redirect.c, I noticed that on initialization the worker_mount property, as all the others, get resolved and stored in a map like structure. iis stores

RE: Forwarding

2001-04-28 Thread CPC Livelink Admin
Create an frameset document with one frame. Your servlet produces the frameset, the target of the one frame is the new URL you want. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Zsolt Koppany Sent: Saturday, April 28, 2001 11:07 AM To: [EMAIL

web.xml, jserv_mod and Apache

2001-04-28 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extentions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in web.xml

persistent Session-Storage

2001-04-28 Thread Jakob Praher
hi all, can anybody tell me, whether persistent Session-Storage will be implemented before the release of tomcat-4.0? somewhere I read that one versoin uses javaspaces technology as persistence model - can anybody give me some information about that? are there any source-files in the current

need help badly...

2001-04-28 Thread johnd
What can I do? I have tried every thing! Compiling apache...compiling mod_jk.so... I am trying to connect apache to tomcat when i run httpd I get this: - [johnd@board apache2080]$ bin/httpd Syntax error on line 9 of /home/tomcat/conf/mod_jk.conf-auto: Cannot load

Re: need help badly...

2001-04-28 Thread Jan Labanowski
And how can we help you, if you do not tell us which OS, which version, etc. you are using. If your OS is Linux 7.0, IRIX 6.5, or Solaris 2.7 , you can look at my installation/compilation logs at: http://www.ccl.net/cca/software/UNIX/apache Jan PS. If you are using alpha apache 2X you are on

RE: need help badly...

2001-04-28 Thread Nael Mohammad
You read my mind, I was just about to take on this project right now, thank you so much. :) -Original Message- From: Jan Labanowski [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 11:44 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: need help badly... And

RE: need help badly...

2001-04-28 Thread Nael Mohammad
Community RULES! :) -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 11:44 AM To: '[EMAIL PROTECTED]' Subject: RE: need help badly... You read my mind, I was just about to take on this project right now, thank you so much. :)

Re: need help badly...

2001-04-28 Thread johnd
apache 1.3 on linux x86 - Original Message - From: Jan Labanowski [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 11:43 AM Subject: Re: need help badly... And how can we help you, if you do not tell us which OS, which version, etc. you are

web.xml, jserv_mod and Apache

2001-04-28 Thread Mark Diggory
I have servlet mappings in my web.xml file that map URI's to servlets. These URI's may contain files with jsp extent ions on them. when I integrate Tomcat 3.2.1 with Apache I can see any of my jsp's and servlets and have them execute. However, it appears that the mappings I supplied in

RE: Objects in Vector are loosing type

2001-04-28 Thread Filip Hanik
So are you saying it is by chance if a different class loader loads each servlet and this can effect the casting? yes, the same class loaded by different class loaders, is not considered the same class. ie, you can't cast them ~ Namaste - I bow to the divine in you ~ Filip Hanik Software

RE: Best IDE for Servlet Development?

2001-04-28 Thread Filip Hanik
JBuilder 4, ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Mark Diggory [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 9:31 AM To: [EMAIL PROTECTED]; Tomcat User List Subject: Re: Best IDE

Re: need help badly...

2001-04-28 Thread johnd
I compiled from the source code. - Original Message - From: Noel E. Lecaros [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 6:01 PM Subject: Re: need help badly... Hi, John I haven't encountered this exact same message but it looks like you have an

Re: Objects in Vector are loosing type

2001-04-28 Thread Ivan
OK after several days of head banging on this problem, I found the problem thanks to the tips from you guys. I was putting CHyperlink objects into a vector which was in a session and than using another servlet to get the CHyperlink objects out of the vector. However i was getting run time errors

Citybus project

2001-04-28 Thread Arun Sharma
Thought this might be of interest to some of you. Of course, I'm using tomcat for the project ;) http://sharmas.dhs.org/~adsharma/projects/citybus/citybus.html -Arun