Can

2001-03-19 Thread Joshua Anderson
Someone unsubscribe me from this mailing list?   I've tried "4" times and still continue to get e-mail.

Can

2003-06-19 Thread Jim Lynch
Or does it have to be in the server.xml file? Next question. Once I've got it there, what do I have to do to 1. For a login for the app. 2. After the user has logged in, how do I get his role? Thanks, Jim. - To unsubscribe,

How can?

2001-11-27 Thread Rams
Hi, How can one Tomcat works as a server on behalf of somany entities? l mean, client wants to contact securely different entities whose certificates are stored in different keystores, but all are in one system. That system should work as server on behalf of all entities. So

RE: Can

2003-06-19 Thread Shapira, Yoav
Howdy, As the Realm configuration document says: "You may nest a Realm inside any Catalina container Engine, Host, or Context). In addition, Realms associated with an Engine or a Host are automatically inherited by lower-level containers, unless explicitly overridden." So yes to your first (subj

Re: Can

2003-06-19 Thread Jim Lynch
Thanks, I'm making progress. I found samples of three different versions of the "realm" descriptor. true 2003-06-19 16:02:31 Authenticator[/resources]: Subject to constraint SecurityConstraint[resources] 2003-06-19 16:02:31 Authenticator[/resources]: Calling checkUserData() 2003-06-19 16:02:3

RE: Can

2003-06-19 Thread Shapira, Yoav
[EMAIL PROTECTED] >Sent: Thursday, June 19, 2003 4:20 PM >To: Tomcat Users List >Subject: Re: Can >Thanks, I'm making progress. I found samples of three different >versions of the "realm" descriptor. > > >connectionURL="jdbc:mysql://localhost/authority?us

RE: Can

2003-06-19 Thread Raible, Matt
Here's my realm from Tomcat 4.1.x -Original Message- From: Jim Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 2:20 PM To: Tomcat Users List Subject: Re: Can true 2003-06-19 16:02:31 Authenticator[/resources]: Subject to constraint SecurityConstraint[reso

Re: Can

2003-06-19 Thread Jim Lynch
gt; > Yoav Shapira > Millennium ChemInformatics > > >-Original Message- > >From: Jim Lynch [mailto:[EMAIL PROTECTED] > >Sent: Thursday, June 19, 2003 4:20 PM > >To: Tomcat Users List > >Subject: Re: Can > > >Thanks, I'm making progress.

Re: Can

2003-06-19 Thread Jim Lynch
Now that I can log in, the next question is how do I obtain the user login information from within my servlet? THanks, Jim. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Can

2003-06-19 Thread Raible, Matt
All you can get is their username - using request.getRemoteUser(). To get the rest of their information, you'll have to query the database with handwritten code. Matt -Original Message- From: Jim Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:06 PM To: Tomcat Users

Re: Can

2003-06-20 Thread Jim Lynch
That I can do. Thanks Jim. > > All you can get is their username - using request.getRemoteUser(). To get > the rest of their information, you'll have to query the database with > handwritten code. > > Matt > > -Original Message- > From: Jim Lynch

Who can help ???

2002-11-18 Thread Jean-Luc BEAUDET
Hi all, Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. I'd like to get /webapp-info/ secured by login/password - even BASIC - when asked by http://my.sever.com/webapp-info/ Any help welcome. Jean-Luc B :O) -- To unsubscribe, e-mail: For ad

can anyone help

2002-01-02 Thread liakim . ladipo
Hi everyone, Can anyone help with a problem I am a having wtih starting tomcat. I have only started to learn java but I have ran into a few problems getting started. I am running java on windows 98 on a laptop that also has PWS installed. I have edited the autoexec.bat to include these two

can anyone help

2002-01-02 Thread liakim . ladipo
Hi everyone, Can anyone help with a problem I am a having wtih starting tomcat. I have only started to learn java but I have ran into a few problems getting started. I am running java on windows 98 on a laptop that also has PWS installed. I have edited the autoexec.bat to include these two

can anyone help

2001-03-09 Thread JeremyRayYoo
I am knew at this and can anyone tell me how to execute servlets on Tomcat. Please anyoneSOS - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Can you help?

2003-09-29 Thread Todd Burkard
Hello, I am attempting to get webMathmatica going for our school. I'm not sure if you can help me since the tomcat examples run fine. The error appears to be related to a missing class perhaps? Im not sure what to do Below is the error as well as the source of the example that cause

can getRequestURL() overridden?

2003-12-04 Thread Brent Verner
http://whatever.com/path/to/something/?a=b&c=d&e=f&g=h as if that was _exactly_ what the user agent requested. Using RequestDispatcher.forward(...) I can get everything to work fine except that in the servlet's request.getRequestURL() continues to return the original request url. I

can some one can tell me how tomcat use MX4j

2005-06-14 Thread 孙业海
tomcat-user,您好! hello! everybody. can someone tell me how tomcat use jmx and mx4j? 致 礼! 孙业海 [EMAIL PROTECTED]   2005-06-14 - To unsubscribe, e-mail

can some one can tell me how tomcat use MX4j

2005-06-14 Thread 孙业海
tomcat-user,您好! hello! everybody. can someone tell me how tomcat use jmx and mx4j? 致 礼! 孙业海 [EMAIL PROTECTED]   2005-06-14 - To unsubscribe, e-mail

Can this be done...?

2002-08-13 Thread Tod Thomas
validated that both files are well formed and work as expected. Using a browser I can get to both the xml and xsl pages and view their contents, but the transformation never occurs. I do have an href in the xml pointing to the xsl file. Am I wrong in thinking I can do this? Is there maybe

Re: Who can help ???

2002-11-18 Thread Manavendra Gupta
Did you try using the '.htaccess' from apache? Manav. - Original Message - From: "Jean-Luc BEAUDET" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "tomcat-user" <[EMAIL PROTECTED]> Sent: Monday, November

RE: Who can help ???

2002-11-18 Thread mech
see tomcat documentation for realm howto). You can set users, roles and passwords within tomcat-user.xml in /conf/ directory. Hope that gives you some hint where to look for. mech > -Original Message- > From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] > Sent: Montag, 18. Novem

RE: Who can help ???

2002-11-18 Thread Collins, Jim
age- > From: mech [mailto:[EMAIL PROTECTED]] > Sent: 18 November 2002 15:33 > To: 'Tomcat Users List' > Subject: RE: Who can help ??? > > > Think that won't work because Apache sends the request to > Tomcat without > checking any access file from Apache side.

Re: Who can help ???

2002-11-18 Thread Jean-Luc BEAUDET
Yep ! Thanks to all of you. I have the answer to my question. I had a kind of issue like this of Jim, but i was just thinking it would have been possible to authenticate teh same way than /manager: ie. with the authentication system of Tomcat not of Apache. I do appreciate yur help. Best re

can jsp's import text?

2002-06-27 Thread Seth Brahler
For example, in Cold Fusion you can use a HTTP tag that will bring any page's HTML and deliver it as a string. Then you can parse the string as you wish and display it on your site. Can this be done in JSP? Seth Brahler HR Information Systems Cornell University Office of Human Resource

how can i unsubscribe

2001-04-11 Thread João Folha
i already try this adresses:   list-help: list-unsubscribe: list-post:

How can limit access

2001-04-24 Thread LM
Hi all I use apache 1.3.9, Sparc Solaris 2.6, Windows NT 4.0, Tomcat 1.2.3 I use Tomcat in Standalone mode I want that only a few apache servers can mount Tomcat contexts How can configure tomcat ? Thanks in advance LuisM

Can I run EJBs

2001-05-02 Thread Hari Yellina
Hi all,.    Can I run EJBs in the tomcat. Please help me.   Regards, Yellina

Can someone please explain

2001-05-04 Thread Sachin Phatak
hi! I am running TC on W2K & IIS5. The Redirector is installed but gives me a 404. I was suggested to change the Mappings in worker.properties & check for a valid connector.   But i am a total newbie.   Can someone please explain "Valid Connector" & "Mapping

Re: How can I...

2001-10-18 Thread Adrian Caramarin
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 11:10 PM Subject: Re: How can I... > blanchard nike wrote: > > > Good Day, > > I am learning servlet programming, using > > Jakarta-Tomcat 3.2.3 container. But I have the thing > &

Re: How can I...

2001-10-18 Thread The Duke
mand line this >way: as it is said in the user guide; >C> set JAVA_HOME=c=\jdk1.2.1\bin still it did not work >and the same error message appears: "Set JAVA_HOME to >point to your jdk installation". I am confused; I have >the jdk working perfectly with applets. What can I d

how can i test

2002-04-09 Thread Atif Munir
Hi, Apache is running my linux box and me have installed tomcat rpm on this machine what should me do to keep my jsp pages up and browseable. thanks in advance atif -- To unsubscribe: For additional commands: Troubles with the list:

How can I logoff

2001-07-18 Thread Blue, Neil
Hello, I am using the JDBC sercurity on tomcat 3.3. I am able to logon (via basic authentication) to view a secured .jsp page. however I can not see how a user can logoff again so that a new user can logon. Please could someone point me in the right direction. Cheers Neil

Re: can anyone help

2002-01-02 Thread lmarcus
ED]> Sent: Wednesday, January 02, 2002 7:23 AM Subject: can anyone help Hi everyone, Can anyone help with a problem I am a having wtih starting tomcat. I have only started to learn java but I have ran into a few problems getting started. I am running java on windows 98 on a laptop that a

RE: can anyone help

2002-01-02 Thread Arnold Shore
ucts relatively fool-proof - even idiot-proof!) Arnold Shore Who Finally Got It Working in Annapolis, MD USA -Original Message- From: lmarcus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 7:39 AM To: Tomcat Users List Subject: Re: can anyone help You have tomcat in the wrong

Re: can anyone help

2002-01-02 Thread Gerrit Kuilder
I am not sure if this is valid for windows but on linux/tomcat rpm's I found that 4.01 ist listening on port 8180. Give it a try Regards, Gerrit [EMAIL PROTECTED] wrote: > Hi everyone, > > Can anyone help with a problem I am a having wtih starting tomcat. > I have only

Re: can anyone help

2002-01-02 Thread liakim . ladipo
ling first. But dont forget to delete tomcat registry entries. >Then reboot. > >L Marcus > > >- Original Message - >From: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, January 02, 2002 7:23 AM >Subject: can anyone help > > >

RE: can anyone help

2002-01-02 Thread Cox, Charlie
can your win98 resolve 'localhost'? try adding localhost to your hosts file. I think this was a previously discussed tc/win98 issue. you can search the archives for more detail. I'm not using win98 so I don't remeber exactly. Charlie > -Original Message- &

RE: can anyone help

2002-01-03 Thread Mark . Donoghue
]] Sent: Wednesday, January 02, 2002 9:57 AM To: Tomcat Users List Subject: Re: can anyone help I am not sure if this is valid for windows but on linux/tomcat rpm's I found that 4.01 ist listening on port 8180. Give it a try Regards, Gerrit [EMAIL PROTECTED] wrote: > Hi everyone,

Can a servlet exit?

2002-02-06 Thread Gary Lawrence Murphy
can a servlet remove itself? I have a situation where a servlet's configuration file may require on-the-fly edits, but the site runs dozens of servlets and we don't want to restart tomcat just to restart one webapp. Long term, we plan to re-write the servlet to include a "r

Someone can help me???

2002-03-01 Thread dark.wizzard
Hi, people! Someone can help me ?? I don't understand where I can deploy my .class files or .jar ... I don't know which dir in TomCat structure I have to put these files ... thanks so much dark.Wizzard __ Qu

Can I "precompile" CSS?

2002-03-11 Thread JavaJosh
would prefer to avoid such behavior, as many CSS attributes cannot be mapped to basic (HTML32) tags. However, I can see where this would be useful for users of older browsers that don't understand CSS. (A secondary consideration is the protection of CSS content. This isn't something tha

Can this b solved

2001-01-31 Thread nagappan
Hello all, I'm getting an Error in the screen, when clicking an link in any JSP page. The error is, "Error: JSP Buffer Overflow" What might b causing this error. I'm using Tomcat 3.2.1 / Debian GNU/Linux. Thankx in advance Regards Nagappan -

Who can help me??

2001-02-09 Thread mariano.scardino
I'm a Java Developer,my name is Mariano Scardino. Now I need to work with JSP and so I would use TOMCAT.I downloaded it I made something to configure it(directory structure,modify to server.xml file,update the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat). However:I can see the ind

Who can help me??

2001-02-09 Thread mariano.scardino
I'm a Java Developer,my name is Mariano Scardino. Now I need to work with JSP and so I would use TOMCAT.I downloaded it I made something to configure it(directory structure,modify to server.xml file,update the path for JAVA_HOME and TOMCAT_HOME in the tomcat.bat). However:I can see the ind

Re: can anyone help

2001-03-09 Thread Paolo Barolat-Romana
Jeremy- That is a very broad request. This e-mail list is geared toward helping people with specific problems. I think that you should try executing servlets on your own and when you run into a problem, post it here. Paolo [EMAIL PROTECTED] wrote: > I am knew at this and can anyone tell

Can tomcat handle CRL

2003-02-13 Thread Peter Boevink
Is tomcat able to check certificate revocation list? If so, how can this be configured? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Can someone explain this?

2004-06-14 Thread Worley Brent - bworle
Can someone explain this error to me? Am I using an older standard for XSLT? Here is the line that is pointed to in the .jsp file: " Thanks, Brent --- org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 55 in the jsp

Re: can getRequestURL() overridden?

2003-12-04 Thread Brent Verner
[2003-12-04 21:58] Brent Verner said: | Hi, | | I've been fighting with how to get a Filter to modify a given | request... It seems that defining getServletPath() make "bad things" happen :-) All is well here, now. brent

Can I chain authenticators?

2004-02-17 Thread Ryan Rhodes
} } I read in the lists somewhere that if I add a custom Authenticator it will disable the Basic Authenticator. Can I separate this code out and chain the Authenticators together? What level should I configure the Valve at for the Authenticator? Incidentally, I tried

I can shutdown Tomcat

2000-11-07 Thread Mauricio Nuñez
Thanks for your attention: I can't shutdown one of my sites, running Tomcat. I can shutdown others 3 sites, but this not. What alternative i have? Any comment,tip, tool is wellcome. thanks in advance Mauricio Nuñez

Any one can help

2001-01-17 Thread Rajeev Bakhru
} but on checking with getSession(false) it gives null and I could get the previous session. Can any body tell where i am doing wrong or is there any other way to do this - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Can Tomcat use XSLT?

2001-01-18 Thread David Tinaquero
Can Tomcat use XSLT? = David Tinaquero Fernández Ingenieria e Integracion Avanzadas (IngeniA), S.A. Parque Tecnologico de Andalucia 29590 Campanillas Malaga (Spain) Tel. 952 02 93 00 Ext. 385 Fax 952 02 93 09 e-mail: [EMAIL PROTECTED] http

No such list! ...can

2005-05-17 Thread ...can
Valid Lists New Atlanta List Server --- There is no list by that name on this server. Available lists are: bluedragon-interest servletexec-interest jturbo-interest - To unsubscribe, e-mail: [EM

can i use javax.management.timer.Timer?

2005-08-30 Thread Ittay Dror
Hi, If javax.management.timer.Timer can be used inside tomcat, can you please give an example of how? Thanx, Ittay -- === Ittay Dror ([EMAIL PROTECTED]) Application Team Leader, R&D Qlusters Inc. +972-3-6081994 Fax: +972-3-608

can telnet to the port but can not access the welcome page.

2002-10-11 Thread Sandy . Thota
Hi, forgive me if this has been already answered. I have Tomcat 4 running on Solaris 8. Server port is configured at 8080 for http. I checked and can see that port 8080 is listening. I can telnet to the port. But on a browser I can not access the welcome page. I tried various proxy settings. Can

RE: Can this be done...?

2002-08-13 Thread Jacob Hookom
--- | From: Tod Thomas [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, August 13, 2002 7:31 PM | To: [EMAIL PROTECTED] | Subject: Can this be done...? | | I want to use tomcat on my machine to test XSLT. | | I have a directory called Tomcat/webapps/testxslt. There I have placed my | test.xml and test.xsl

Re: Can this be done...?

2002-08-13 Thread Tod Thomas
ed to do, or is it just not designed to do that elegantly? Say hi to Water St. for me. > | -Original Message- > | From: Tod Thomas [mailto:[EMAIL PROTECTED]] > | Sent: Tuesday, August 13, 2002 7:31 PM > | To: [EMAIL PROTECTED] > | Subject: Can this be done...? >

Re: Can this be done...?

2002-08-13 Thread Jacob Kjome
> > > > | -Original Message- > > | From: Tod Thomas [mailto:[EMAIL PROTECTED]] > > | Sent: Tuesday, August 13, 2002 7:31 PM > > | To: [EMAIL PROTECTED] > > | Subject: Can this be done...? > > | > > | I want to use tomcat on my machine to test XSLT

RE: Can this be done...?

2002-08-13 Thread Jacob Hookom
55 PM | To: Tomcat Users List | Subject: Re: Can this be done...? | | On Tue, 13 Aug 2002 20:33:38 -0500 | "Jacob Hookom" <[EMAIL PROTECTED]> wrote: | | > You might want to look at installing JSTL under the Taglibs "Standard" | > | > It provides simple xslt transform

Can someone explain catalina.home & catalina.base?

2002-08-20 Thread Michael
I've searched everywhere and can only find conflicting information about these properties. Basically I want to deploy my webapp without modifying ANY files under the CATALINE_HOME directory (where I installed Tomcat). I've tried every combination of catalina.home & catalina.base

How can listener read parameters?

2002-08-28 Thread Colic, Alex
Hi, I have a listener defined as follows: =46rom within the CloudscapeTie class how can I read the 'cloudscapeURL' parameters? Thanks for any i

can javascript execute a servlet?

2002-09-20 Thread richdiaz99
i don't want the user's screen to REFRESH each time they click a servlet inside an tag. Can Javascript execute a servlet? thanks! Rich -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

can javascript execute a servlet?

2002-09-23 Thread richdiaz99
i don't want the user's screen to REFRESH each time they click a servlet inside an tag. Can Javascript execute a servlet? thanks! Rich -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> tsdok --

Can someone help with this ?

2002-10-18 Thread achana
Hi. Over the last 2 weeks, I have asked two forums for help. Unfortunately, I haven't got a response. I have Apache talking with Tomcat, that's okay. However when I try to "tunnel" from the applet to Tomcat servlet, I have erros like "FileNotFound" or "Error 500". Anyone willing to take on this cha

Where can I download "isapi_redirect.dll"

2002-10-22 Thread David Cochrane
Need support in identifying where I could download a copy of "isapi_redirect.dll" I'm running tomcat 4.04 on w2k server, running IIS5. I need a good contact that could walk a newbie through this. --Dave -- To unsubscribe, e-mail: For addi

Can tomcat redirect to IIS?

2002-11-29 Thread Prashanth Pushpagiri
Hi I am using IIS 5.0 on Windows 2000 Adv Server and tomcat 4.1.12 for my servlet engine. When we configure tomcat with other webservers, we have request filters identifying which requests need to be handled by tomcat right? I want to know if it is possible to do the reverse. Say I have a request

How can I use ConnectionPool

2002-06-01 Thread @Basebeans.com
Subject: How can I use ConnectionPool From: "bingo" <[EMAIL PROTECTED]> === hi: I konw tomcat have a connection Pool. How use It. Thanks. bingo -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

JDK1.4+tomcat4.0.3LE can not start?

2002-06-05 Thread dongst
hi,sirs I installed tomcat4.0.3LE in win2000 pro, and my JDK version is 1.4.0. I can not start tomcat used startup.bat,the console will stay and do nothing. I can start tomcat form win2000 service, but when I browsered http://localhost:8080, I got nothing. From FAQ of tomcat, I found

RE: can jsp's import text?

2002-06-27 Thread Douglas, Rory
Title: RE: can jsp's import text? Use the tag. This just drags the text into the page as is. If you want to parse it in the page, I think this might work: <%     String extContent = "";     // now do stuff with extContent %> cheers Rory -Original Me

RE: can jsp's import text?

2002-06-27 Thread Eric Everman
]>mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 27, 2002 2:43 PM >To: [EMAIL PROTECTED] >Subject: can jsp's import text? > >For example, in Cold Fusion you can use a HTTP tag that will bring any >page's HTML and deliver it as a string. Then you can parse the string

Where can I get mod_webapps ?

2001-04-05 Thread amit
Hi,   I hv installed Tomcat 4.0 Beta3.I'm also running Apache  Server 1.3.12 on my Win NT m/c. I would like to couple Tomcat with Apache using mod_webapps.(Similar to mod_jk in Tomcat 3.2 or earlier). But in the tomcat binary distribution , there is no mod_webapps. Can anyone tell me

Re: Can I run EJBs

2001-05-02 Thread Ivan
You need JBoss , www.jboss.org - Original Message - From: Hari Yellina To: [EMAIL PROTECTED] Sent: Wednesday, May 02, 2001 4:38 AM Subject: Can I run EJBs Hi all,.    Can I run EJBs in the tomcat. Please help me.   Regards, Yellina

Can You Dynamically Reloading web.xml?

2001-05-30 Thread Jeff Trent
If I have webapp named "a" & "b", is it possible to: (1) dynamically add "c" without restarting the tomcat service thereby affecting "a" & "b"? (2) redeploy "a" without restarting the tomcat service? Thanks.

Can TC4 work with JBoss ?

2001-09-11 Thread SongDongsheng
My question is: 1) Can TC4 work with jboss ? 2) is so, how can I do it ? Thanks, Dongsheng Song

How can I compile mod_webapp.c???

2001-09-20 Thread Jaime Garcia
Hi, I´m trying Apache 2.x and Tomcat 4 work together. I find mod_webapp.c but i don't know how i can compile it. Anyone can help me please Thanks

I can see jsp examples

2001-09-25 Thread Papadopoulos Nikos
I have jakarta-tomcat-3.2.3 and although I can see the servlets examples working properly, I cannot see the jsp examples working. The same error: java.lang.NoClassDefFoundError: sun/tools/javac/Main any ideas? Thanx. Nick

How does/can Tomcat scale

2001-11-02 Thread Lauer, Oliver
Hi, could somebody briefly explain how Tomcat scales or how I could scale Tomcat (maybe with Apache and on different hardware and with several VMs). I can't find anything in the docs. Thanks > AXA eSolutions GmbH > AXA Konzern AG Germany > Oliver Lauer > Web Architect > Wörthstraße 34 > D-506

How Can I Do This

2001-11-26 Thread Designing Department
Hi, While Installing/Building tomcat I want to set my CLASSPATH environments into a script so if I lose connection, I do not have to reset my environment variables over. Can anyone suggest Me regarding this? Thanks in advance Vikas -- To unsubscribe: <mailto:[EMAIL PROTECTED]&g

can not get EJB object

2001-12-05 Thread Ginger Huangfu
Hello all, I am trying to get a reference to an EJB object from a JSP using Tomcat4.0.1 and Inprise Application Server, but I got NamingException: Can not create resource instance (1) I define the following ejb reference in the web.xml file: ejb/User Entity

Can tomcat, do virtual host?

2001-12-13 Thread louie miranda
Like on apache, ServerName ex.you.com RedirectPermanent / 192.168.0.0/home/index.jsp how to do this on tomcat? TY. -- To unsubscribe: For additional commands: Troubles with the list:

Where can I find TC3.2.2 ?

2002-03-29 Thread Shunsuke Masuda
Hello, Where can I find the tomcat 3.2.2 source or binary archive? The announcement (http://www.mail-archive.com/announcements@jakarta.apache.org/msg00028.html) says that it is http://jakarta.apache.org/builds/tomcat/release/v3.2.2 , though I see a "404 Not Found" error at the link

Re: how can i test

2002-04-11 Thread chuck amadi
Atif Munir wrote: >Hi, > Apache is running my linux box and me have installed tomcat rpm on >this machine what should me do to keep my jsp pages up and >browseable. >thanks in advance >atif > > >-- >To unsubscribe: >For additional commands:

Can someone crack into server.xml?

2002-05-29 Thread Daniel Hinojosa
Given that a firewall blocks everything except port 8080 (Tomcat) and 80 (Apache). Can someone crack in to view the server.xml. This assumes that the cracker already know that it is Tomcat running (perhaps by noticing .jsp). -- Daniel Hinojosa Java & XML Consultant | Developer | Instru

Can Tomcat support multiple instance ?

2001-07-18 Thread Yen
Hi, Would like to know if Tomcat support multiple instances or not? We tried, it seems working, with 2 different web.xml, but it still loads the same servlets file. Can I have different instances with different servlets loaded? Thanks. rgds, Yen

Re: How can I logoff

2001-07-19 Thread Kaneda K
At 15:57 18/07/2001 +0100, you wrote: >Hello, > >I am using the JDBC sercurity on tomcat 3.3. I am able to logon (via basic >authentication) to view a secured .jsp page. however I can not see how a >user can logoff again so that a new user can logon. Please could someone >poi

RE: How can I logoff

2001-07-19 Thread Blue, Neil
Thank you Kaneda, It doesn't seem to work. Cheers Neil -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 09:42 To: [EMAIL PROTECTED] Subject: Re: How can I logoff At 15:57 18/07/2001 +0100, you wrote: >Hello, > >I am using the JDBC sercu

Re: How can I logoff

2001-07-19 Thread chris brown
lt;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 11:15 AM Subject: RE: How can I logoff > Thank you Kaneda, > > It doesn't seem to work. > > Cheers > Neil > > -Original Message- > From: Kaneda K [mailto:[EMAIL PROTECTED]] &

RE: How can I logoff

2001-07-19 Thread Blue, Neil
Looking at the headers, the browser keeps sending the authorization info anyway so removing the session does not remove the logon in formation. Neil -Original Message- From: Kaneda K [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 09:42 To: [EMAIL PROTECTED] Subject: Re: How can I logoff

RE: How can I logoff

2001-07-19 Thread Blue, Neil
Thank you Chris that works. Now I need to sort out page navigation... Neil -Original Message- From: chris brown [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 10:35 To: [EMAIL PROTECTED] Subject: Re: How can I logoff Try session.invalidate() then send the HTTP status code &quo

Re: How can I logoff

2001-07-20 Thread Christopher Raber
Title: Re: How can I logoff Using jdbc connections per user is not advisable. You shoukd think in terms of connection pooling. -- Chris Raber, Systems Engineer, AvantGo Inc. v: 248-554-9330, cell: 810-839-3684 http://www.avantgo.com/ Sent wirelessly using AvantGo

RE: How can I logoff

2001-07-20 Thread Marc Padberg
Title: Re: How can I logoff There are a lot of examples - just look up "connection pool" on yahoo   one example is: http://coldjava.hypermart.net/classes/dbpool.htm   If you want a concrete walk through example check out Java Servlets by Karl Moss. (Second Edition - third if it&#

RE: How can I logoff

2001-07-31 Thread djhutchison
I'm using form authentication and used session.invalidate(). This works great but the browser may be cacheing your logoff page, in which case you may get some unexpected results if you logoff and back in more than once. You need to disable the page cacheing. I used the following in the head sectio

tomcat 4 can not start

2001-12-28 Thread Bill wu
hi all i can not start the tomcat4,pls help me error information: //- Catalina.start: LifecycleException: Error creating server socket: java.net.Bin dException: Address already in use: JVM_Bind LifecycleException: Error creating

Re: RE: can anyone help

2002-01-02 Thread liakim . ladipo
it can find localhost only it I start PWS > can your win98 resolve 'localhost'? try adding localhost to your hosts file. >I think this was a previously discussed tc/win98 issue. you can search the >archives for more detail. I'm not using win98 so I don'

Re: RE: can anyone help

2002-01-03 Thread liakim . ladipo
>If it is then look in the server.xml file. Look at the HTTP connector to >see what port Tomcat is configured to listen to. > >-Mark > >-Original Message- >From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 02, 2002 9:57 AM >To: Tomcat User

RE: RE: can anyone help

2002-01-03 Thread Josh Knowles
Did you restart tomcat after changing the server.xml? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 11:32 AM To: [EMAIL PROTECTED] Subject: Re: RE: can anyone help yes, tomcat is running. tomcat is configured in server.xml to

RE: RE: can anyone help

2002-01-03 Thread Mark . Donoghue
Also, what is the output when you start Tomcat? -Mark -Original Message- From: Josh Knowles [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 2:39 PM To: Tomcat Users List Subject: RE: RE: can anyone help Did you restart tomcat after changing the server.xml? -Original

Re: Can a servlet exit?

2002-02-07 Thread Bo Xu
- Original Message - From: "Gary Lawrence Murphy" <[EMAIL PROTECTED]> To: "Tomcat Users" <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 1:55 AM Subject: Can a servlet exit? > > can a servlet remove itself? I have a situation where a serv

Re: Can a servlet exit?

2002-02-07 Thread Craig R. McClanahan
On 7 Feb 2002, Gary Lawrence Murphy wrote: > Date: 07 Feb 2002 01:55:42 -0500 > From: Gary Lawrence Murphy <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > Gary Lawrence Murphy <[EMAIL PROTECTED]> > To: Tomcat Users <[EMAIL PROTE

  1   2   3   4   5   6   7   8   9   10   >