Re: Tomcat and weblogic

2001-05-27 Thread Nirvana
Tomcat is a servlet/JSP engine with a small in efficient web engine. It can not host any other stuff like EJBs or anything. But Weblogic is an AppServer. So it has both an EJB container/engine and a Servlet/JSP engine. but some ppl use tomcat for their servlet/JSP hosting for it's known

[3.3m3][NT4sp6][sun hotspot 1.3.0_01][jni] create (code=10106) error!

2001-05-27 Thread Tae Grt
Hello, community! PLEASE, can anybody lend me a helping hand? The problem: i'm developing a tool for running tomcat (and other java apps) under NT and unix-s. It features control over environment, directories, logs, it traces tomcat coming down and brings it up automatically, it helps in

Re: tomcat services on NT

2001-05-27 Thread prabakaran
thank you .but i didn't integrate with apache. so i don't think that it should  be configured.tomcat works fine when invoked through the startup.bat command,but i have problem when i start services in control panel. thanks prabakar   Joan wrote: Did you installed mod_jk.dll properly? see How

Tomcat and Apache on different machines

2001-05-27 Thread Kumar Vijayaratnam
Hello, I am trying to configure two separate machines one with Tomcat 3.2.1 and another with apache with mod_jk The config is as follows:- Machine1: Tomcat 3.2.1 + mod_jk workers.properties worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 server.xml contains the

Re: Tomcat and Apache on diffenet machines

2001-05-27 Thread Kumar Vijayaratnam
David, Can you state what needs to be implemented on machine1 and machine2, I have posted another query the contents of which I have pasted below:- I am trying to configure two separate machines one with Tomcat 3.2.1 and another with apache with mod_jk The config is as follows:- Machine1:

RE: IIS with Tomcat 3.2.1 on Windows 2000

2001-05-27 Thread LUN
Hi, I have checked the setting many times, My app is based on C:\tomcat\bin\. I have try both \ and \\, but no luck for this. the filter still cannot get work. Do you have any hints Thanks On Sat, 26 May 2001, Will Thien wrote: Check for Typo's in registry. Also check check your

Installing under ME

2001-05-27 Thread david
Hello, I need some help! I am getting the following error message on Windows ME: When I run tomcat startup: Including all jars in c:\j3t\tomcat\lib in your CLASSPATH. Using CLASSPATH: c:\j3t\tomcat\classes;c:\j3t\tomcat\lib\ANT.JAR;c:\j3t\tomca

RE: [3.3m3][NT4sp6][sun hotspot 1.3.0_01][jni] create (code=10106) error!

2001-05-27 Thread Tae Grt
Hello, Martin! I tried what you have adviced me - and nothing. Params to org.apache.tomcat.startup.Main are the same- array of 0 lenght. System.getProperties() - i could make them in Alexandria Java Service, tomcat.bat and my environment look the same, alomost identical, especially

Re: SocketException

2001-05-27 Thread Enrique Cea
Now I'm sure that the exception comes before the init method of the servlet. Also I have tried to connect to ser servlet using IExplorer and get an This URL doesn't support GET method but the servlet do the init method, so I'm thinking that there is problem with the way I connect to the

Change of my e-mail address

2001-05-27 Thread Law Kim Soon
Hie, I would like to inform u that I would prefer to receive all the mail under the address below: [EMAIL PROTECTED] Thank You Regard

servlet mapping

2001-05-27 Thread Mathew Clark
Hi guys, I'm trying to get the following servlet http://127.0.0.1/foo/servlet/bar to execute when the following URL is entered: http://127.0.0.1/foo/myapp I've entered the following into the deployment descriptor (web.xml) but am having no luck. I know tomcat is reading the descriptor

Re: form-based authentication tomcat-apache

2001-05-27 Thread Michael Jennings
It worked! Thanks! -Mike - Original Message - From: Andrew Robson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 8:14 PM Subject: Re: form-based authentication tomcat-apache Try putting JkMount /examples/jsp/security/login/j_security_check ajp13 into

RE: servlet mapping

2001-05-27 Thread Mathew Clark
Hmm well - I got it working - Tomcat isn't placing the appropriate instructions into the auto-generated configuration file (mod_jk.conf-auto). Matthew Clark. -Original Message- From: Mathew Clark [mailto:[EMAIL PROTECTED]] Sent: 27 May 2001 19:01 To: [EMAIL PROTECTED] Subject: servlet

Re: Apache and remote tomcat server

2001-05-27 Thread Y Toshiko
Thank you, Lawson. I'll try. - Original Message - From: "Lawson, Israel H." [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, May 24, 2001 12:43 AM Subject: RE: Apache and remote tomcat server We got this working by replicating the tomcat directory

RE: Problems with isapi_redirect.dll

2001-05-27 Thread Alex A. Almero
i also encountered several problems while configuring tomcat work IIS and after 3 days i have it working perfectly with the same config as yours. can you send me your registry file? maybe theres something wrong with it. -Original Message- From: Aaron Nance [mailto:[EMAIL PROTECTED]]

how do i unsubscribe???

2001-05-27 Thread Duane Douglas
i sent a message to [EMAIL PROTECTED], but that didn't work. how do i do this? if (duane.douglas) { coder = asp * cold fusion * xml * sql server * javascript }

jsp access under apache virtual domains

2001-05-27 Thread Mitchell Smith
Hi, I am havig a bit of trouble in the conversion from jserve + gnujsp to tomcat with libapache-mod-jk. Apache seems to be working fie, the tomcat examples are working fine, but I can't access .jsp pages from my apache virtualhosts. For example if I had host admin.warpspeed.net.au set up

Re: tomcat/linux question

2001-05-27 Thread Gary Lawrence Murphy
O == Oki DZ [EMAIL PROTECTED] writes: O Dante le Poole wrote: Also, as soon as more than one single user is using my webapp, the jvm hangs and no-one can access anymore servlets or jsp-pages! All I can do is kill the jvm and restart tomcat, but as soon as more than one

How to debug and run a JSP file or Servlet with JBuilder 4 ?

2001-05-27 Thread Huynh Tin
Hi all, I have Jbuilder4 Foundation version, it doesn't include Tomcat .., But i had Jakarta-Tomcat-3.2.1 Anyone help me , let me know how could i debug or run JSP or Servlet with this version of JBuilder4 and Tomcat, Or let me know any Document about this problem, how could i config TomCat with

Re: tomcat/linux question

2001-05-27 Thread anil
This is not a solution to the problem. I have another question. On the tomcat, The sessions are stored in a hashtable. Does't that provide synchronization?? anil Gary Lawrence Murphy wrote: This also sounds like perhaps a dead-lock where you have static data that is being shared between two

RE: IIS + Tomcat + SSL

2001-05-27 Thread Rams
Hi Todd, did u make changes in server.xml of tomcat for ssl enabling? not that jsp doesnt agree or servlets only agree? u r worried of URL for https,not the component,ok. let me know how did u test ur jsp using https? was it working with http? --Rams -Original Message- From: