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

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

Re: Best IDE for Servlet Development?

2001-04-28 Thread Ivan
I like JBUilder, I tried VIsual cafe but it didnt support the latest servlet api   - Original Message - From: Curtis Spencer To: Tomcat User List Sent: Saturday, April 28, 2001 3:54 AM Subject: Best IDE for Servlet Development? Hi, I just downloaded the

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: need help badly...

2001-04-28 Thread Noel E. Lecaros
Hi, John I haven't encountered this exact same message but it looks like you have an incompatibility in your shared library file. Where did you get your copy of mod_jk.so? Regards, Noel Lecaros johnd wrote: > apache 1.3 on linux x86 > > - Original Message - > From: "Jan Labanowski" <[

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

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 Ar

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 web.xml

hotspot jvm crashes in production

2001-04-28 Thread Java Poop
Hi - We have recently moved our production site to use JSPs with Tomcat 3.2.1/Apache 1.3.17/Sun JDK 1.3.0/Solaris 2.6. After running for a couple of hours, our JVM crashes with the following error: An irrecoverable stack overflow has occurred. # # HotSpot Virtual Machine Error, Unexpected Signal

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. > y

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 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 how

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 yo

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 /home/apache

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 sou

Re: Best IDE for Servlet Development?

2001-04-28 Thread Mark Diggory
Forte IE, all the way, on both Linux and WIndows, I use it for building my support classes and then I use Dreamweaver to write forms and jsp pages on windows and that pretty much allows me to build anything fast. However, I haven't used the integrated tomcat server, I use my own installation an

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

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 PROTECTE

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 it

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 cli

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

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 def

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ába

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: > > Documentation source: > >http://w

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/

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 no

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 problem

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 fre

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? 

Re: Automatic Startup after reboot

2001-04-28 Thread Charles Williams \(CEO\)
A little OT from what you posted.  I hope you don't mind.   How do you set up for virtual hosting using tomcat?   chuck - Original Message - From: Allen Levin To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 4:35 AM Subject: Re: Au

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: 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: > > > Wh

Re: Forwarding

2001-04-28 Thread Barthélémy TEHAM
by using jsp:forward Action exple: 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 was > forwarded to? The

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 b

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 reques

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 b

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 Krishna Kant T
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 on tomcat. what do u think? -krishna kant Barthélémy TEHAM wrote: > --- Krishna Kant T <[EMAIL PROTECTED

AW: PLeeeeeeeeeeeeeeeeaseeeeeeeeeeeeeeeeeee help

2001-04-28 Thread Robert Wohlgemuth
Hi Shelly, I'm new to tomcat put I think that in the file /conf/uriworkermap.properties you can specify which files should be handled by which worker. Best regards, robert -Ursprungliche Nachricht- Von: Shankar Gowda [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 28. April 2001 1

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."

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: 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

Re: Tomcat on Linux RH7 installation help

2001-04-28 Thread Mark Howell
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. try: $ rpm -q apache to see if rpm thinks apache is installed. -Mark [EMAIL PROTECTED] On Sat, 28 Apr 2001, Paul Titze wrote: > Hi, > > I'm ru

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 /myDir/Home.jsp but it doesnt work. Could somebody please help me out Thanx in advance -krishna kant

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 Apach