5.0.16 sample deploys!, one recommendation and one question

2003-12-18 Thread Ray Tayek
-app --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java users group http://www.ocjug.org/ hate spam? http://samspade.org/ssw/ - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: 5.0.16 sample deploys!, one recommendation and one question

2003-12-18 Thread Ray Tayek
At 09:12 AM 12/18/03 -0500, you wrote: Howdy, the question is: is there a way to navigate to the servlet without using the servlet mapping. ... Yes, comment in the invoker servlet-mapping in $CATALINA_HOME/conf/web.xml. It's in the Tomcat FAQ. got it! thanks --- ray tayek http://tayek.com

RE: 5.0.16 sample can't deploy, gets zip exception

2003-12-17 Thread Ray Tayek
servlet-nameHelloServlet/servlet-name servlet-classmypackage.Hello/servlet-class /servlet servlet-mapping servlet-nameHelloServlet/servlet-name url-pattern/myapp/url-pattern /servlet-mapping /web-app -Original Message- From: Ray Tayek [mailto

5.0.16 sample can't deploy, gets zip exception

2003-12-16 Thread Ray Tayek
) at org.apache.tools.ant.Main.runBuild(Main.java:609) at org.apache.tools.ant.Main.start(Main.java:196) at org.apache.tools.ant.Main.main(Main.java:235) Total time: 7 seconds --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java

Re: forward request to static html page loses path for included images?

2003-03-04 Thread Ray Tayek
At 11:57 PM 3/3/03 -0800, you wrote: Ray Tayek [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 01:04 PM 3/3/03 -0500, you wrote: Ray Tayek wrote: hi, i am forwarding a request to a static html page that has some pictures included using IMG SRC=images/help1.jpeg ... and using

Re: forward request to static html page loses path for included images?

2003-03-03 Thread Ray Tayek
At 01:04 PM 3/3/03 -0500, you wrote: Ray Tayek wrote: hi, i am forwarding a request to a static html page that has some pictures included using IMG SRC=images/help1.jpeg ... and using request.getRequestDispatcher(/help.html).forward(request,response);. the static html file file comes back sans

forward request to static html page loses path for included images?

2003-03-02 Thread Ray Tayek
:8080/feb/help.html works fine. seems like the path that the static page inherits is hosed somehow. is there some way to set that path? thanks --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java users group http://www.ocjug.org/ hate spam

Re: forward request to static html page loses path for included images?

2003-03-02 Thread Ray Tayek
371-375. he suggests using sendRedirect() instead. thanks --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java users group http://www.ocjug.org/ hate spam? http://samspade.org/ssw

RE: Manual servlet deployment problems on 4.1.18

2003-02-27 Thread Ray Tayek
-Original Message- From: Ray Tayek [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 9:25 PM To: Tomcat Users List Subject: RE: Manual servlet deployment problems on 4.1.18 i can not get 4.1.18-le to run on win98se and i get at a 404 on linux when i try to put Hello.class manually

401 from appdev/sample when doing ant install

2003-02-26 Thread Ray Tayek
(Main.java:196) at org.apache.tools.ant.Main.main(Main.java:235) Total time: 18 seconds [EMAIL PROTECTED]:~/ohtmer$ Script done on Wed Feb 26 02:27:16 2003 --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java users group http

RE: Manual servlet deployment problems on 4.1.18

2003-02-26 Thread Ray Tayek
it. thanks --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java users group http://www.ocjug.org/ hate spam? http://samspade.org/ssw/ - To unsubscribe, e-mail: [EMAIL PROTECTED

anyone got tomcat 4.1.18-LE to work on win98se?

2003-02-26 Thread Ray Tayek
org.apache.catalina.startup.Bootstrap start and prints out: Access is denied all of the paths above appear to be correct. previous versions (4.0.2) worked ok. has anyone got this to work on win98se? thanks --- ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work vice chair orange county java

access is denied from 4.1.18-LE-jdk14 on win98se

2003-02-25 Thread Ray Tayek
hi, just tried 4.1.18-LE-jdk14 and tried to startup. he gets as far as mumbling JAVA_HOME ... (correctly), then he says access is denied. logs/ is empty. how do i turn on some verbosity so i can see where he's going south? thanks --- ray tayek http://tayek.com/ actively seeking mentoring

Re: access is denied from 4.1.18-LE-jdk14 on win98se

2003-02-25 Thread Ray Tayek
) worked fine. thanks Ray Tayek wrote: hi, just tried 4.1.18-LE-jdk14 and tried to startup. he gets as far as mumbling JAVA_HOME ... (correctly), then he says access is denied. logs/ is empty. how do i turn on some verbosity so i can see where he's going south? thanks ... --- ray tayek http

auto deploy seems to fail on 4.0.2/win98 and 4.0.1/linux

2002-06-04 Thread Ray Tayek
(while it is running). i can not get at the servlet from a browser. stopping and restarting does not help. the hello.war is not unjared. anybody got a clue? thanks --- ray tayek http://home.attbi.com/~rtayek/ actively seeking telecommuting work vice chair orange county java users group http

debug and production versions of tomcat on same server?

2002-05-30 Thread Ray Tayek
relevant emails (i think). also, i have james goodwills book apache jakarta-tomcat. obviously, some ports (8080 and ?) need to be changed. do i need to get involved with mod_jk?. any pointers would be appreciated. thanks --- ray tayek http://home.attbi.com/~rtayek/ actively seeking

Re: global singleton across multiple engines?

2002-04-14 Thread Ray Tayek
At 10:17 AM 4/11/02 +0100, you wrote: On 11/04/02 7:25, [EMAIL PROTECTED] Ray Tayek wrote: ... a different class loader. he claims that if i put the class to be shared in the server_root/classes, then it wll be found. this does not seem to work ... Try putting the singleton

Re: classloader problem

2002-04-12 Thread Ray Tayek
. In desperation I also tried: i have a similar problem. supposedly, the files you put in /ROOT will also work, but neither /ROOT or /common work for me. someone recommended .../jdk/ext, but i have not tried that yet. thanks --- ray tayek http://home.attbi.com/~rtayek/ actively seeking

global singleton across multiple engines?

2002-04-10 Thread Ray Tayek
into a different context, seems to cause two instances to be created. any pointers would be appreciated. thanks --- ray tayek http://home.attbi.com/~rtayek/ actively seeking telecommuting work vice chair orange county java users group http://www.ocjug.org/ mailto:[EMAIL PROTECTED] hate spam? http

Re: global singleton across multiple engines?

2002-04-10 Thread Ray Tayek
a different class loader is used (or different jvm's - i am on a linux box so i see many processes (but they are really threads of one parent process, so i am guessing one jvm and multiple class loaders)). is there some way to make tomcat use the same class loader? thanks Ray Tayek wrote: hi, i need

Re: global singleton across multiple engines?

2002-04-10 Thread Ray Tayek
=ROOT debug=0/ -- so that's maybe why he can not find the class. however, uncommenting this throws the same result (but it waits until you try to load on of the servlets that wants the singleton. how is this supposed to work? thanks Ray Tayek wrote: hi, i need to have a global

Re: Where do I have to put classes?

2002-03-17 Thread Ray Tayek
. access them by http://localhost:8080/servlet/Foo look at the examples in webapps/examples and the web.xml file in webapps/examples/WEB_INF and the server.xml in .../jakarta-tomcat-4.0.1/conf to see how to put stuff in another directory. hth --- ray tayek http://home.attbi.com/~rtayek

connection refused with jakarta-tomcat-4.0.3-LE-jdk14 on linux

2002-03-12 Thread Ray Tayek
) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) root@k6:/home/src/tools/tomcat/jakarta-tomcat-4.0.3-LE-jdk14/bin# Script done on Tue Mar 12 18:33:37 2002 --- ray tayek http://home.earthlink.net/~rtayek/ actively seeking telecommuting work orange county java users group