I cannot make working SSL if I run tomcat as a service (NT)

2002-11-21 Thread Aurelio D'Amico
I have the following problem: If I run tomcat using the provided batches I have no problem with SSL but when I run it as a service (what I need) I receive the 404 error. There is someone that could help me? I'm running tomcat 4.0.4 (standalone) in a window NT environment (SP6) and with java SDK 1.4

Re: Enabling Symlinks Cause FileNotFound Exception

2002-11-21 Thread Bill Barker
Please tell us about the bugs :). The developers can't fix what they don't know about. "Eugene Gluzberg" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I had the same problem, 4.1.12 does not work. Try 4.1.15 alpha, although > the alpha has other bugs. I did n

Re: change localhost_access_log to use "." instead of "-"

2002-11-21 Thread Bill Barker
This is a bit low on my current itch-list, but it is definitely an itch. I'd be more than happy to review your patch. As always, you should send it to either bugzilla or tomcat-dev (not to me directly). "peter lin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

apache DSO installation

2002-11-21 Thread ranjit
Hi, I have problem in installing apache on my Origin 2000 (ver 6.5.16m). The following errors thrown while doing 'make' _ I tried both these options: % ./configure --prefix=/usr/apache --enable-module=most -enable-shared=max or % ./configure --prefix=/u

Re: Tomcat 4.1.12 ArrayIndexOutOfBoundsException in InternalOutputBuffer.write()

2002-11-21 Thread Bill Barker
If you (or Yoav) could post the stack-trace (preferably to http://nagoya.apache.org/bugzilla/) it would be a big help in trying to track this down. "Neil Milne" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > I'm seeing an occasional ArrayIndexOutOfBoundsEx

RE : Problem getting JK or JK2 to work on freebsd

2002-11-21 Thread Warren Roberts
With several hours of serious hacking in the ant build.xml files I was actually able to get jk2 to build on freebsd. Now my problem is that it won't load in apache2. I get the following error : (23:05:33 ) 0 # apachectl configtest Syntax error on line 276 of /usr/local/etc/apache2/httpd.conf:

Re: jboss integration

2002-11-21 Thread Frans.Stofberg
jBoss3 is already integrated with tomcat 4.1.12 when downloaded any orhet version of tomcat can be plugged into jBoss3 to use that... Peter Baker <[EMAIL PROTECTED]> 11/21/02 01:53 PM Please respond to "Tomcat Users List" To: [EMAIL PROTECTED] cc: Subject:

Re: Logging the IP address

2002-11-21 Thread Bill Barker
I don't remember how to do this in 3.2. In 3.3.x you use the AccessLogInterceptor http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#AccessLogInte rceptor to do access logging. "Cox, Charlie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You want

Re: MIME Types Registration for Tomcat 3.3.1-4

2002-11-21 Thread Bill Barker
Unfortunately, this is something that got left out of the configuration for 3.3. As a result, there are only two ways to do this at the moment: 1) Add the s to all of your web.xml files. 2) Edit o.a.t.u.http.MimeMap, and re-compile. It would be nice to add back this to the config for 3.3.2. "Br

Re: mod_jk : worker not found

2002-11-21 Thread Paul Yunusov
In workers.properties: You have: worker.list=vhost1 Should be: worker.list=ajp13 Paul On Thursday 21 November 2002 02:59 pm, max wrote: > Hi > > I attempt to use mod_jk between tomcat 4.1.12 & apache 2.0.43 with virtual > host > > but every time i request a .jsp, apache return an inte

Re: [OT] Re: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Chris Gokey
Something also to remember if you are running Linux, you should download the x86/GTK 2 version of it. The MOTIF version is slow and buggy. Unfortunately this isn't obvious and they put the MOTIF version higher in the list of download choices. But we have also experimented with both Eclipse, Netb

[OT] Re: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Peter Lin
eclipse does have a different model for the UI, but once I got over the difference, I found it better. Those who are used to Borland's style of UI will find eclipse a bit un-intuitive at first, but having used it quite a bit the last month I find it is actually much more productive. until I r

Virtual Hosting, Tomcat 4.1.12 + Apache 2.0.43

2002-11-21 Thread John Naldoza
Hi, Would anyone know how virtual hosting can be done under Tomcat 4.1.12 and Apache 2.0.43 without using the context? i.e. http://www.whatever.com/myapp ==> http://www.myapp.com I can already do http://www.whatever.com/myapp without any hitch using mod_jk2, I'd like to find out

RE: Integrating / Connecting HTTPD 2.0.43 with TOMCAT 4.1.12

2002-11-21 Thread Mike Young
John, Thanks for your help, I have re-installed and configured all my apache software under e:\apache, and everything now works (after 38 hours of hard graft!) HOWEVER I had to remove the full path for mod_jk i.e. It was ... LoadModule jk_module e:/apache/apache2/modules/mod_jk.dll I changed i

RE: Is anyone using manager for virtual hosts? (Help Please!!!)

2002-11-21 Thread Craig R. McClanahan
On Thu, 21 Nov 2002, Craig R. McClanahan wrote: > > The guaranteed way to receive this message is if you have privileged="true" > on the element ... Oops ... that should say "if you DO NOT have privileged="true". You must have the privileged attribute set on the webapp that runs ManagerServle

RE: Is anyone using manager for virtual hosts? (Help Please!!!)

2002-11-21 Thread Craig R. McClanahan
On Thu, 21 Nov 2002, Brandon Cruz wrote: > Date: Thu, 21 Nov 2002 19:12:50 -0600 > From: Brandon Cruz <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: RE: Is anyone using manager for virtual hos

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread Craig R. McClanahan
On Fri, 22 Nov 2002, jfc wrote: > > Will tomcat *automatically* go through the effort of rewriting the URL > if the session *cannot* be persisted via the cookie?(i.e. do I need to > watch for clients that don't support cookies or can I rest assured that > tomcat knows whether or not a request ha

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread Tim Funk
jfc wrote: Tim Funk wrote: To use URL rewriting all your URLS must first wrapped in response.encodeRedirectURL() So does this mean that tomcat does not automatically do the encoding in the absence of cookies? If you use response.encodeRedirectURL(), it will. But if your URL's are not wrapp

RE: Is anyone using manager for virtual hosts? (Help Please!!!)

2002-11-21 Thread Brandon Cruz
Still can't get this working, I have tried to use context definition, put web.xml in the hosts appBase, and every other type of configuration possible. The only way I can get it to work is if the appBase for the virtual host is set to "webapps", which does not work since there are other applicatio

Re: application timeout

2002-11-21 Thread Craig R. McClanahan
On Fri, 22 Nov 2002 [EMAIL PROTECTED] wrote: > Date: Fri, 22 Nov 2002 08:38:30 +0800 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: application timeout > > Thanks, but I am no longer using session. I have opt

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread jfc
Tim Funk wrote: To use URL rewriting all your URLS must first wrapped in response.encodeRedirectURL() So does this mean that tomcat does not automatically do the encoding in the absence of cookies? That being said: response.encodeRedirectURL() will rewrite the URL to add jsessionid if there

Re: application timeout

2002-11-21 Thread Kwok Peng Tuck
Check the archives. [EMAIL PROTECTED] wrote: Thanks, but I am no longer using session. I have opted for 'application'. How is the timeout set for that please?..or have you answered that already? I f so I missed it! Paul. FYI: <%! Hashtable style_index = new Hashtable(); %>

Re: does tomcat automatically revert to url rewriting...

2002-11-21 Thread Tim Funk
To use URL rewriting all your URLS must first wrapped in response.encodeRedirectURL() That being said: response.encodeRedirectURL() will rewrite the URL to add jsessionid if there was no incoming session cookie. AFAIK - tomcat will not go through the effort of rewriting the URL if the session c

Re: application timeout

2002-11-21 Thread Paul_Wallace
Thanks, but I am no longer using session. I have opted for 'application'. How is the timeout set for that please?..or have you answered that already? I f so I missed it! Paul. FYI: <%! Hashtable style_index = new Hashtable(); %> application.setAttribute("style_index", style

incomplete form-based authentication

2002-11-21 Thread jfc
Hi, tomcat 406, struts1.1b2 I'm using form-based authentication. I would like to know what happens when the following happens: I request a secured resource but instead of submitting a 'j_security_check' html form with my username and password, I instead ignore it and continue browsing other l

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Tref Gare
Sorry.. a memory aberration there.. I just remembered JDeveloper is Oracles tool -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourne VIC 3000 email: [EMAIL PROTECTED] phone: +61 3 9642 5553 fax: +61 3 9642 1335 website:

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Tref Gare
No module tuning as yet.. and yep that probably isn't helping. Might be worth having a look at NetBeans as well.. JDeveloper is a new one to me.. where's that come from -- Tref Gare Development Consultant Areeba Level 19/114 William St, Melbourn

does tomcat automatically revert to url rewriting...

2002-11-21 Thread jfc
Hi I'm using struts1.1b2, tomcat 406 and jboss3 1. Does tomcat automatically revert to url rewriting when the browser doesn't support cookies? 2. If not, do I have to do something to enforce url rewriting? I want to do whatever it takes to track sessions in my application. jfc -- To unsubsc

SOLVED : Servlet deploy with JSP :Thanks all

2002-11-21 Thread Triptpal Singh Lamba
SOLVED. Thanks a lot. To sum it all up :- 1. Have a JSP say index.jsp 2. Compile a decent servlet ,say Router. 3. The form tag shuld have 4. The servlet will be found by server.xml and web.xml server.xml entry is :- web.xml entry is :- Router osp.servlet.Router 1 Router

Servlet InitialContect (jndi.properties) pointing to external JBoss JNDI?

2002-11-21 Thread Andrzej Jan Taramina
I've got Tomcat 4.1.12 and JBoss 3.0.4 running on separate machines/VMs. I've put a jndi.properties file pointing to the JBoss JNDI server in my WEB- INF/classes directorybut my servlet does not pick it up for some reasonand just grabs Tomcats JNDI instance instead. Anyone know how to se

mod_webapp (warp) for Mac OS X

2002-11-21 Thread Ben Starr
Does anyone have a binary of mod_webapp (warp) 1.2 for Mac OS X (10.2)? I've looked on the Apache website and searched the web but can only find the binaries for mod_webapp 1.0 for OS X. I'm using mod_webapp 1.0 without problems but would like to have multiple versions of Tomcat running and I beli

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Nicholas Orr
Er, what about Jdeveloper? It doesn't integrate with Tomcat but you can set your class output to whatever you want? And you can do war deploys, I'm using it and have found it to do what I want it to do, which I haven't found in other IDE's. Plus because the Jdev team have tried to copy Visual Studi

Re: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Kwok Peng Tuck
eclipse needs a lot of work, but it looks like they are making progress. Some of their stuff seems counter intuitive at the moment. So I'll take a rain check on that ide. I'm suprised that Sun One Studio would need 512 mb of memory. Have you done some module tuning yet? That might help you redu

Re: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Kwok Peng Tuck
Consider Netbeans 3.4 instead, and using jdk version 1.4, it is much better than Forte for java. Steve R Burrus wrote: Hi Jennifer, this is steve burrus, and I am most curious about u apparently stating that the Sun One Studio (aka Forte) is "irritating" so you chose/decided to uninstall it "unc

RE: JDBC connectivity problems on Tomcat 4.0.6 running on OpenBSD 3.2

2002-11-21 Thread Nicholas Orr
There are three jar that make up the SQL Server 2000 JDBC drivers - msbase.jar - mssqlserver.jar - msutil.jar Make sure you have all three! Looks to me like you only have one, mssqlserver.jar. Nicholas Orr -Original Message- From: Adam Getchell [mailto:[EMAIL PROTECTED]] Sent: Thursd

Coyote/JK2 AJP connector and net address globbing

2002-11-21 Thread Anthony Mutiso 2
Hi, I am trying to configure two tomcat servers on a single win2k host with two nic with 4 ip addresses. A 4.0.6 server configured on IP 192.168.1.1 and 192.168.2.1 on port 80 and 443 with no AJP connector activated. A 4.1.12 server configured on IP 192.168.1.2 and 192.168.2.2 on port 8080 and 84

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Tref Gare
I'd be voting more like 512meg memory for Sun One Studio... but similarly.. it's pretty effective once you're up at that level of hardware. I've heard really good things about eclipse though.. when I get a chance I'm going to give it a try. T -

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Andy Eastham
Sun One Studio needs 256Mb of memory. If you haven't got that much, forget it. If you have, it rocks. Andy > -Original Message- > From: Steve R Burrus [mailto:[EMAIL PROTECTED]] > Sent: 21 November 2002 21:29 > To: Tomcat Users List > Subject: Re: is there a free ide that gets along wel

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Turner, John
Perhaps a better reply would be something along the lines of: "Hi, I've compiled a HOWTO that describes how to setup a natively compiled IDE and use Ant for deployment, as well as a remote debugger! In my opinion, its a much better solution than a Java-based IDE that uses Swing and has memory is

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread James Higginbotham
Wow, I feel sorry for all of you that have to worry about Java-based IDEs that use Swing, memory issues, and whether an appserver integrates well with your IDE or not.. There is something to be said about a natively compiled IDE and Ant, with remote debugging for those really tough times when log o

Re: URGENT: javax.net.ssl.SSLException: error while writing to socket

2002-11-21 Thread Michael Schulz
If this is a production site, you probably shouldn't be using Tomcat Version 4.19 on it - isn't this a *very* recent version of Tomcat? Per the jakarta.apache.org website, you should fully test your apps and run production apps in stable versions of Tomcat. -Mike Schulz Sujith Mathew wrote:

Tomcat 3.3.1 Port Switching

2002-11-21 Thread Brian Dixon
How do you change the default port in Tomcat 3.3.1 from the default, 8080, to say 80? I edited the server.xml file but that didn't seem to be enough. I am running Tomcat in standalone (not in conjunction with Apache). Is there another file or parameter that needs to be edited??? Thoughts and he

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Steve R Burrus
John, how about either Visual Cafe, formerly put out by the Webgain Corp., OR Borland's JBuilder?! I have found both apps to be excellent developer tools in doing pure Java coding! HOWEVER, there might be some features found in both that might inhibit their usage with the Tomcat server.

Re: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Steve R Burrus
Hi Jennifer, this is steve burrus, and I am most curious about u apparently stating that the Sun One Studio (aka Forte) is "irritating" so you chose/decided to uninstall it "unceremoniously" :)!! How do you find it to be "irritating" because I also have certain "issues" with it, namely that I have

RE: Possible to subclass a web application?

2002-11-21 Thread Cox, Charlie
yes, that is similar to what I do("" is different for each and /mycontext is shared). no there is no way to have it look in common if it is not in local. you will have to know where it is for includes and forwards. For new requests, you could write a filter to trap a 404 and redirect to common. k

Re: SSL FAQ and question

2002-11-21 Thread Norbert Kuhnert
Jay, I did not create a new , just 2 Connectors supplying requests to the same . I'm not sure that this automatic redirection from "http" to "https" would work if it needed to redirect to a different host, but I could be wrong. Norb Jay Wright wrote: Great, we will have to try that out. Did

Re: MacOS

2002-11-21 Thread bido
heh, funny... No I do not work for Apple - there're popular sayings that sort of goes like "people that work at the salami factory don't eat it salami", "if you really like her, don't marry her" etc. In any case, I must admit at being very psyched about having having a Mac UI over Unix. The st

RE: Access by IP Address

2002-11-21 Thread Cox, Charlie
you will probably have to write your own filter to do this. I don't think you can bypass the auth on a context. you could use a valve to allow your block of ip's if only that block would be used. It is not clear from your email if users with name/pass are also in this ip block. if any ip is allowe

RE: is there a free ide that gets along with tomcat?

2002-11-21 Thread jennifer lindner
thank you all. going to try eclipse. __ Do you Yahoo!? Yahoo! Mail Plus – Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: URL routing

2002-11-21 Thread Glenn O
Paul Kavanagh wrote: > > Is there a mechanism in Apache/Tomcat whereby I can route 111.whatever.com and >222.whatever.com > to > the same webapp running on whatever.com, but with different params ? Assuming you're using mod_jk, one way to do this would be to mount both URL's to the same mod_jk

Re: MacOS

2002-11-21 Thread Felipe Schnack
nice!!! But I already got rid of windows, with RH linux On Thu, 2002-11-21 at 18:49, peter lin wrote: > > actually eclipse support Mac in the latest build. I'm seriously > thinking about switching too to get away from windows and my normal > bi-annual reinstall of the whole OS. > > the eclip

Re: MacOS

2002-11-21 Thread peter lin
actually eclipse support Mac in the latest build. I'm seriously thinking about switching too to get away from windows and my normal bi-annual reinstall of the whole OS. the eclipse IDE does work very nicely. peter Felipe Schnack wrote: > > Seems nice! Probably I'll be using a MacOS server v

Re: MacOS

2002-11-21 Thread Felipe Schnack
Seems nice! Probably I'll be using a MacOS server very soon. But and what about development tools? Do you use any? I'm now using IBM's Eclipse Project under RedHat Linux. Man, you work at Machintosh, don't you? :-) On Thu, 2002-11-21 at 15:22, [EMAIL PROTECTED] wrote: > I dropped my PC for dev

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread David Tildesley
eclipse. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, 22 November 2002 8:59 a.m. To: 'Tomcat Users List' Subject: RE: is there a free ide that gets along well with tomcat? I was going to suggest NetBeans, but if you didn't like Forte, you won't like Net

MIME Types Registration for Tomcat 3.3.1-4

2002-11-21 Thread Brian Dixon
I saw the post appended to this message on the archive list, but not replies to it. I would like to pose the same question. Namely, how does one specify MIME-types in Tomcat 3.3.1-4 standalone? I cannot find a web.xml file anywhere on my web server. Thanks, Brian Brian Dix

URL routing

2002-11-21 Thread Paul Kavanagh
Hi, apologies in advance if this is off topic and if so please recommend a more appropriate forum. Is there a mechanism in Apache/Tomcat whereby I can route 111.whatever.com and 222.whatever.com to the same webapp running on whatever.com, but with different params ? I need to make this work on

RE: SSL FAQ and question

2002-11-21 Thread Jay Wright
Great, we will have to try that out. Did you need to configure a second for the secure site? Or is that only necessary if you want a separate domain secure.site.com instead of regular.site.com. > -Original Message- > From: Norbert Kuhnert [mailto:[EMAIL PROTECTED]] > Sent: Thursday, No

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Cox, Charlie
> -Original Message- > From: jennifer lindner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 2:48 PM > To: [EMAIL PROTECTED] > Subject: is there a free ide that gets along well with tomcat? > > > hello, i'm a newbie so i apologize if this topic came > up last week or some

RE: Is anyone using manager for virtual hosts?

2002-11-21 Thread Cox, Charlie
well, that error also seems to occur when manager context is not defined. are you using apache? if so you have to also list it under the tomcat-apache service, not just tomcat-standalone service in server.xml. you shouldn't have to do anything for web.xml. I'm not sure about catalina.policy. Do

Re: change localhost_access_log to use "." instead of "-"

2002-11-21 Thread peter lin
yup, that's what did and it's done. Now I'm tempted to submit a simple patch to make it a configurable. peter "Cox, Charlie" wrote: > > from AccessLogValve.java: > dateFormatter = new SimpleDateFormat("-MM-dd"); > > I'm seeing custom code in your future...but on the positive side, it's o

RE: urgent - servlet not found.

2002-11-21 Thread Turner, John
Perhaps reading the documentation and reviewing the examples included with every Tomcat installation instead of winging it might help. John > -Original Message- > From: Triptpal Singh Lamba [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 3:15 PM > To: Tomcat Users List > C

RE: urgent - servlet not found.

2002-11-21 Thread Wendy Smoak
> This has taken too long so someone pls see if you can help me. Well, ten minutes after you sent your message on 11/20, you sent another saying to ignore your previous mail. I supposed you had fixed your problem. The web.xml file you attached to that message is missing the tag. In that tag, y

Re: urgent - servlet not found.

2002-11-21 Thread Triptpal Singh Lamba
- Original Message - From: "Ben Ricker" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 2:50 PM Subject: Re: urgent - servlet not found. > > > > You might also need to add a '/' in front of 'servlet', depending on how > you set up your ser

RE: Logging the IP address

2002-11-21 Thread Cox, Charlie
You want to upgrade to at least 3.3, if not 4.x for the bug fixes and additional features. AccessLogValve does this in 4.x, I'm not sure what 3.3 uses. Charlie > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 11:57 AM > To: Tomcat Users

RE: change localhost_access_log to use "." instead of "-"

2002-11-21 Thread Cox, Charlie
from AccessLogValve.java: dateFormatter = new SimpleDateFormat("-MM-dd"); I'm seeing custom code in your future...but on the positive side, it's only a valve, not all of tomcat that you have to build. Charlie > -Original Message- > From: peter lin [mailto:[EMAIL PROTECTED]] > Sent: T

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Turner, John
I was going to suggest NetBeans, but if you didn't like Forte, you won't like NetBeans...they're pretty much the same. John > -Original Message- > From: jennifer lindner [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 2:48 PM > To: [EMAIL PROTECTED] > Subject: is there a

mod_jk : worker not found

2002-11-21 Thread max
Hi I attempt to use mod_jk between tomcat 4.1.12 & apache 2.0.43 with virtual host but every time i request a .jsp, apache return an internal server error in mod_jk.log we can read : [jk_uri_worker_map.c (460)]: Into jk_uri_worker_map_t::map_uri_to_worker [jk_uri_worker_map.c (477)]: Attempti

RE: Possible to subclass a web application?

2002-11-21 Thread Turoff, Steve
Charlie, I want to make sure I'm understanding your suggestion. I would do something like this in server.xml: Is this what you meant? Is there anyway to have Tomcat automaticaly look for a file in

RE: is there a free ide that gets along well with tomcat?

2002-11-21 Thread Carl Hume
I like using Eclipse (www.eclipse.org) with the Syndeso Tomcat Plugin (http://www.sysdeo.com/eclipse/tomcatPlugin.html). Cheers! Carl -Original Message- From: jennifer lindner [mailto:[EMAIL PROTECTED]] hello, i'm a newbie so i apologize if this topic came up last week or something. can

RE: Is anyone using manager for virtual hosts?

2002-11-21 Thread Brandon Cruz
I have done that, do I need to do anything special with the web.xml file or the catalina.policy file? I have added the user and role to tomcat-users.xml inside the conf directory. Still getting the following error. java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.HTM

Re: urgent - servlet not found.

2002-11-21 Thread Ben Ricker
On Thu, 2002-11-21 at 13:50, Triptpal Singh Lamba wrote: > This has taken too long so someone pls see if you can help me. > > My form in index.jsp says > > > > If index.jsp can find the servlet ,my job is done. > > My web.xml has defined this in WEB-INF > > webapps/osp //

RE: Is anyone using manager for virtual hosts?

2002-11-21 Thread Brandon Cruz
I have done that, do I need to do anything special with the web.xml file or the catalina.policy file? I have added the user and role to tomcat-users.xml inside the conf directory. Still getting the following error. java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.HTMLMa

is there a free ide that gets along well with tomcat?

2002-11-21 Thread jennifer lindner
hello, i'm a newbie so i apologize if this topic came up last week or something. can anyone recommend a lightweight, free development environment that will be easy to use with tomcat 4.1.1? i just uninstalled sun one studio (aka forte) due to irritation. thanks, jen _

Re: SSL FAQ and question

2002-11-21 Thread Norbert Kuhnert
Jay, I've had success with using the webapp deployment descriptor "transport-guarantee" user-data-contraint as follows: myPayroll /payrollServlet GET CONFIDENTIAL If your Tomcat server's connector is properly setup to specify the "redirect

Re: change localhost_access_log to use "." instead of "-"

2002-11-21 Thread Tim Funk
Nope ... AccessLogValve is hardcoded to use '-': --- dateFormatter = new SimpleDateFormat("-MM-dd"); --- -Tim peter lin wrote: I just spent 45min looking through the docs and archive to see if there's an easy way to change the filename format for the access log. Anyone know of a quick way

urgent - servlet not found.

2002-11-21 Thread Triptpal Singh Lamba
This has taken too long so someone pls see if you can help me. My form in index.jsp says If index.jsp can find the servlet ,my job is done. My web.xml has defined this in WEB-INF webapps/osp // context = osp in osp I have a WEB-INF which has web.xml with only this entry

Re: change localhost_access_log to use "." instead of "-"

2002-11-21 Thread peter lin
yeah, but I don't think the guy responsible for generating reports is going to like me for suggesting that one :) not that I didn't already consider suggesting that :p "Turner, John" wrote: > > mv localhost_access_log.2002-11-02.txt localhost_access_log.2002.11.02.txt > > Sorry, but I figured

RE: change localhost_access_log to use "." instead of "-"

2002-11-21 Thread Turner, John
mv localhost_access_log.2002-11-02.txt localhost_access_log.2002.11.02.txt Sorry, but I figured someone had to say it. ;) John > -Original Message- > From: peter lin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 2:26 PM > To: Tomcat Users List > Subject: change localho

change localhost_access_log to use "." instead of "-"

2002-11-21 Thread peter lin
I just spent 45min looking through the docs and archive to see if there's an easy way to change the filename format for the access log. Anyone know of a quick way to change localhost_access_log.2002-11-02.txt t0 localhost_access_log.2002.11.02.txt peter -- To unsubscribe, e-mail:

RE: Status of Symbolic Links on Linux/TC 4.1.12???

2002-11-21 Thread Bob McCormick
OK - thanks. Didn't realize that this version is alpha. Don't wish to play with an alpha version for what we're doing. I was able to get this to work with 4.1.12 by the doing the following: In the server.xml I turned on the context for ROOT and added a as follows: I would imagine you

Re: Enabling Symlinks Cause FileNotFound Exception

2002-11-21 Thread Eugene Gluzberg
I had the same problem, 4.1.12 does not work. Try 4.1.15 alpha, although the alpha has other bugs. I did not try to find them, I gave up after a day and went back to 4.0.6 Carl Hume wrote: Tomcat v4.1.12 Slackware, Kernel 2.4.19 I'm attempting to port a web application from Tomcat v. 4.0.6 to 4

RE: Status of Symbolic Links on Linux/TC 4.1.12???

2002-11-21 Thread Turner, John
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.15-alpha/bi n/ John > -Original Message- > From: Bob McCormick [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 1:50 PM > To: Tomcat Users List > Subject: Re: Status of Symbolic Links on Linux/TC 4.1.12??? >

Re: Status of Symbolic Links on Linux/TC 4.1.12???

2002-11-21 Thread Bob McCormick
Hi Bill, OK - sounds good. Now, how do I find the 4.1.15? I went to the binaries and see that there is only 4.1.12. I a bit new to Tomcat, so I'm groping a bit here. Thanks..Bob On Wed, 2002-11-20 at 22:41, Bill Barker wrote: > It should be pretty much working in 4.1.15 now (as long as you c

RE: Is anyone using manager for virtual hosts?

2002-11-21 Thread Cox, Charlie
you have to define the Manager context for each virtual host. You do not need to copy any files for the manager app. Charlie > -Original Message- > From: Brandon Cruz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 1:22 PM > To: Tomcat Users List > Subject: Is anyone using

Enabling Symlinks Cause FileNotFound Exception

2002-11-21 Thread Carl Hume
Tomcat v4.1.12 Slackware, Kernel 2.4.19 I'm attempting to port a web application from Tomcat v. 4.0.6 to 4.1.12. It uses a symlink to provide access to a file repository. From my web browsing, I understand that following symlinks was disabled with v 4.1.10, but a workaround was included in 4.1.1

RE: proper use of servlet contexts

2002-11-21 Thread Justin Ruthenbeck
(In response to Noah Davis) At 05:55 AM 11/21/2002, Yoav Shapira wrote: >Basically, we develop all of our applications under contexts. Each one a >separate context. When they go live, they go to the default context so >users >don't have to request everything with "/context/blah". This means that

RE: tomcat n apache plz.....help

2002-11-21 Thread Turner, John
Tomcat can be used as an HTTP server if you wish. It's main purpose is as a servlet container. People use it to serve JSP (Java Server Pages) and execute servlets. Tomcat doesn't work with ASP. If you want to use a web server (like Apache, IIS, etc) in conjunction with Tomcat, this can be done

RE: tomcat n apache plz.....help

2002-11-21 Thread puneet sachar
thanxx John...for ur help tell me apache is the server ok..ur oracle also uses it at backgroung but we says tomcat server..where does apache ..fit into tomcat... and...if apache is web server..means it is my httpd ok.and then why we need tomcat as...it can also server...the request..is tomcat o

Is anyone using manager for virtual hosts?

2002-11-21 Thread Brandon Cruz
Do I have to copy the entire webapp into each virtual host's appbase or will it be enough to just add the context definition? I have added the context definition, but am getting a servlet error that says ManagerServlet is priveleged and can't be loaded. -Original Message- From: Brandon

SSL FAQ and question

2002-11-21 Thread Jay Wright
I am trying to do some initial research on SSL and tomcat. Perhaps there is a faq out there that can help me, but the ones I've found on the tomcat site haven't, so I turn to the newsgroup. I'm looking for some tried and true knowledge on implementing one tomcat instance with both secure and non

Re: Fw: Oracle thin client DataSource configuration with tomcat

2002-11-21 Thread Robert Christenson
Change the parameter name driverName to url url jdbc:oracle:thin:@:1521:SID Manavendra Gupta wrote: Hey Gurus, any ideas what could be the problem? following are the settings (revised): server.xml: prefix="rti_log." suffix=".txt" timestamp="true" /> /> user rti password

RE: MacOS

2002-11-21 Thread David Blevins
You make me want to go out and pickup a titanium iBook, course, I've been drooling over those for a while A note on OSX Server and Open Source, there are few projects that ship with it by default. OpenEJB and OpenORB are used in WebObjects for EJB and CORBA support, so that explains them. I'

Re: MacOS

2002-11-21 Thread bido
I dropped my PC for development work once I got on MacOSX (Nope I'm not aspiring to be in an Apple add) but it's worth exploring for those of you who are thinking about it. MacOSX is an excellent option for serving JSP and great Java platform in general. It gives Java a red carpet treatment for

jk1.2 load-balancing help needed

2002-11-21 Thread Ben Ricker
I am running a web application that has 2 Apache instances listening on 4 total interfaces (to account for NIC failure) using mod_jk to load-balance across 4 tomcat instances.I have two boxes with two tomcats on each box listening on seprate interfaces (again, for Nic failure). Apache is version 1

RE: Negatives to reloadable=true

2002-11-21 Thread Shapira, Yoav
Hi, Yes. Significant performance implications can be assumed. Don't set reloadable="true" in a production server. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Mike Millson [mailto:[EMAIL PROTECTED]] >Sent: Thursday, November 21, 2002 11:45 AM >To: Tomcat Users List

Re: Logging the IP address

2002-11-21 Thread Tim Funk
This is doing via access logs. I'm not sure how 3.X does access logs but there is ample docs for 4.X. I'm sure there is for 3.X too. 4.X is also setup by default to write out access logs. For more info for 4.X - look for AccessLogValve Torben C G Jensen wrote: I want to log the IP address of ev

RE: RESEND:Problem in starting the TOMCAT

2002-11-21 Thread Roberts, Eric
The vikas2 application is failing to start. Check CATALINA_HOME/logs and see what the logfiles say. -Original Message- From: Nagpal, Vikas [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 21. November 2002 17:17 To: '[EMAIL PROTECTED]' Subject: RESEND:Problem in starting the TOMCAT Hi every

RE: webapp fails to start using /manager & "start" command

2002-11-21 Thread Roberts, Eric
Erik, Applications gain their context environments in Tomcat as follows: DefaultContext as defined in server.xml - all apps inherit from here. Context - specific to the app in server.xml web.xml - as in CATALINA_HOME/conf web.xml - as in Webapps/app/WEB-INF I have web.xml´s which only contain:

Negatives to reloadable=true

2002-11-21 Thread Mike Millson
Are there any downsides/negatives to setting reloadable=true in a context? e.g. Are there security or performance implications? Thank you, Mike -- To unsubscribe, e-mail: For additional commands, e-mail:

Logging the IP address

2002-11-21 Thread Torben C G Jensen
I want to log the IP address of everyone connecting to my web server - is that possible and if so - then how? I am currently using tomcat 3.2.3, but have no problem in upgrading if necessary. Regards Torben Jensen

  1   2   >