Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Matt Hudson
that. Given spontaneous restarts, I'd run a comprehensive memory tester, and the one built into BIOS doesn't count. Failing that, you may need to visit your local hardware guru(tm). -matt On Wed, Sep 19, 2001 at 09:36:58PM +0100, C. Schlegelmilch wrote: > Thanks Chris, > >

Re: Tomcat vs. Apache

2001-09-20 Thread Matt Hudson
llion hits before the engine mysteriously croaked. This is a moderately complex jsp/mysql based app of around 50 jsp files and a couple jars of lib code. I don't know how other servlet engines compare, but that's several orders of magnitude faster than my current user base requires. -ma

RE: Changing the Servlets Directory

2001-09-19 Thread Hoggatt Matt - mahogg
Can anyone help me with this? -Original Message- From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 2:46 PM To: '[EMAIL PROTECTED]' Subject: Changing the Servlets Directory After I installed Tomcat 3.2.3, my servlet directory is C:\Pro

Changing the Servlets Directory

2001-09-19 Thread Hoggatt Matt - mahogg
After I installed Tomcat 3.2.3, my servlet directory is C:\Program Files\Apache Group\jakarta-tomcat-3.2.3\webapps\examples\WEB-INF\classes. Now I want to change it to, or add the directory C:\public_html\myServlets. I've tried and tried and I cannot figure this out. How is this done? -Matt

RE: Tomcat startup problem

2001-09-17 Thread Hoggatt Matt - mahogg
My %TOMCAT_OPTS% is empty, but %_STARTJAVA% is the following. . . set _STARTJAVA=start "%JAVA_HOME%\bin\java" -Matt -Original Message- From: Steve Heller [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 4:32 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat startup prob

RE: Tomcat startup problem

2001-09-17 Thread Hoggatt Matt - mahogg
Can you "cd %TOMCAT_HOME%"? -Original Message- From: pero [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat startup problem are you sure that %_STARTJAVA% and %TOMCAT_OPTS% are filled? > -Original Message- > From: Stev

RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
Great! It's all working now. Thanks for you help -Matt -Original Message- From: Jim Rueschhoff [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 4:40 PM To: [EMAIL PROTECTED] Subject: RE: Spaces in TOMCAT_HOME try dir c:\ /x -Original Message- From: Hoggatt

RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
I must have a different version of DOS than you. Mine doesn't show the 8.3 version names. -Matt -Original Message- From: David Smith [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 4:06 PM To: [EMAIL PROTECTED] Subject: Re: Spaces in TOMCAT_HOME Go to a DOS window

RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 1:15 PM To: '[EMAIL PROTECTED]' Subject: Spaces in TOMCAT_HOME Is it impossible to run tomcat as an NT service if there are spaces in TOMCAT_HOME? For example, I want my tomcat path to be c:\Progr

Spaces in TOMCAT_HOME

2001-09-14 Thread Hoggatt Matt - mahogg
Is it impossible to run tomcat as an NT service if there are spaces in TOMCAT_HOME? For example, I want my tomcat path to be c:\Program Files\Apache Group\jakarta-tomcat-3.2.3, but it won't work because of the spaces. Any work arounds? -Matt

RE: ApacheModuleJServ.dll is gone?

2001-09-13 Thread Hoggatt Matt - mahogg
I believe the file name has been changed to mod_jk.dll. You can get it here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/win32/i38 6/ -Matt -Original Message- From: Elm Gysel [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 5:04 AM To: [EMAIL

RE: Question on restarting Tomcat service

2001-09-12 Thread Hoggatt Matt - mahogg
hat's just speculation. . . -Matt -Original Message- From: Ivy Chen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 12:38 PM To: '[EMAIL PROTECTED]' Subject: Question on restarting Tomcat service Hi, I have successfully configured Tomcat 3.2.3 to run a

JSSI -> Tomcat 3.2.3

2001-09-12 Thread Hoggatt Matt - mahogg
Does Tomcat support Java ServerSide Includes? -Matt

Tomcat 3.2.3 & Apache

2001-09-12 Thread Hoggatt Matt - mahogg
OT I Added --- ApJServMount /myServlets /ROOT -Matt

RE: Database pool

2001-09-12 Thread Matt Small
Take a look at www.bitmechanic.com -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 7:49 AM To: [EMAIL PROTECTED] Subject: Database pool Hello, This is perhaps off-topic, I am looking for an open-source database connection pool. An

RE: Two contexts sharing one WebApp

2001-09-12 Thread Matt Small
b/container. Is this the sort of change you guys would be willing to make in Tomcat? Or would something like this not fly because its not in the spec? Thanks for all of your advice on this one Larry Matt -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Sept

Tomcat 3.2.3 & Apache

2001-09-12 Thread Hoggatt Matt - mahogg
OT I Added --- ApJServMount /myServlets /ROOT -Matt

Re: How to configure extension -> MIME type mapping

2001-09-11 Thread matt mcConnell
nclude this conf/web.xml, though v3.2.* does). I tried putting lines similar to the ones you sent in webapps//WEB-INF/web.xml and it seems to be working. matt --- The real problem is entropy.

RE: Two contexts sharing one WebApp

2001-09-10 Thread Matt Small
sspath." Am I doing something wrong here. I would prefer not to have to re-jar all of the tomcat classes. Thanks Matt -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 11:26 AM To: '[EMAIL PROTECTED]' Subject: RE: Two contexts

Two contexts sharing one WebApp

2001-09-10 Thread Matt Small
? I am hoping that there is just a simple config line for this. I know I get the behavior I want by building my code into two different web-apps, but I want to keep my build file simple. I am using Tomcat 3.3 beta 2. Thanks, Matt

How to configure extension -> MIME type mapping

2001-09-10 Thread matt mcConnell
iguration files available anywhere? Thanks, matt --- The real problem is entropy.

RE: howto mirror a jsp site.. convert ?/= to .do/param1/param2?

2001-09-01 Thread Matt Pease
ering if there is some way to get tomcat to do this automatically for a webapp. Thanks again- Matt FullScreen Delicious downloadable desktop delights > WGET works for me... Just be sure to escape that "?" character in > the query > string... Do something like (quoted) > > #

howto mirror a jsp site.. convert ?/= to .do/param1/param2?

2001-08-31 Thread Matt Pease
still automatically place parameters into the request parameters hashtable? Or am I going to have to add a call to do this to each page? I guess I could use a custom tag... Thank you- Matt

Re: Gotta Be Something Simple

2001-08-29 Thread Matt Barre
the default location for servlets should be /WEB-INF/classes/ within the apps folder. Have you tried this? Also have you added and mapped them in your deployment descriptor? Matt - Original Message - From: "Charles Webber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: Solaris Problem

2001-08-22 Thread Matt Barre
Tomcat 3.2.3 and Tomcat4b7 on Solaris 8 with jdk 1.3.1 - Original Message - From: "Roy K. Mayr R." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 22, 2001 9:11 AM Subject: Solaris Problem > Hi, > > I would like to know if anyone out there is successfully using T

Re: suppressing white space in jsps

2001-08-22 Thread Matt Hudson
ow that > jasper must be converting every newline in the source .jsp to something > like println("\n") in the servlet --- that's what I'd like to turn off > (selectively) > > Is this possible? > > -jason -- "A weird imagination is most useful to gain ful

Re: New to servlets: Parameter initialisation in web.xml

2001-08-20 Thread Matt He
Did you restart tomcat? matt - Original Message - From: "chris hutchings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 8:53 AM Subject: New to servlets: Parameter initialisation in web.xml > Hi, > Thanks for the replies, b

Problem with ajp13

2001-08-17 Thread matt
When using ajp13, I get the exception; java.net.SocketException: Connection reset by peer: Connection reset by peer however, when I use ajp12, it dissappears. Is there a problem with my ajp13? matt

Re: how to deploy Out-of-process servlet containers

2001-08-16 Thread Matt Barre
serverside java of servlets and jsp. In process is when the workers for Tomcat actually reside within the webserver's process. There may be someone who can make more sense than me or correct me if I'm wrong, but that's the way I understand it. If you read the doc's they explain

Re: Version

2001-08-16 Thread Matt Barre
If you want you can probably send the ip address/web address to the list and someone who may be more familiar with the procedure could do it rather quicklyassuming it is accessible from the internet Matt - Original Message - From: "Saritha Pula" <[EMAIL PROTECTED]

Re: page not loading on first request [tomcat4]

2001-08-16 Thread Matt Barre
This jsp has nothing at all trickyand it also happens with plain html filesI suspect that there is something I am missing involving the http connector. Matt - Original Message - From: "Rob S." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Au

Re: page not loading on first request [tomcat4]

2001-08-16 Thread Matt Barre
Sorry the black was a typowas supposed to be blank. There are no errors in my Catalina log. This has me baffled, it didn't happen with 4b6. Matt - Original Message - From: "Rob S." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001

Re: page not loading on first request [tomcat4]

2001-08-16 Thread Matt Barre
If I go to http://localhost/missions/main.jsp?sheet=yellow then the page is black or times out. Now if I press refresh the page loads fine. This happens on the initial lookup of the page and subsequent returns to the page. Matt - Original Message - From: "Rob S." <[EMAIL P

page not loading on first request [tomcat4]

2001-08-16 Thread Matt Barre
I do not recall this being discussed, and I didn't see anything in the archives. I am using tomcat4b7 in standalone mode. When I go to a jsp page many times it delivers a blank document or timesout. If I hit refresh the page loads without any problem. Where do I start? Matt

Re: mod_jk.so + apache

2001-08-14 Thread matt
how did you know you wanted the eapi mod_jk rather than non?

Re: Control the number of request's

2001-08-13 Thread matt
you could create a database thread-pool. This way only a certain amount of connections could come from any 1 server. -m

apache and tomcat

2001-08-13 Thread matt
writing back to server could these be connected? perhaps sockets used up in TIME-WAIT and then the error? any advice is much appreciated. Thanks!! Matt

unsubscribe!!!

2001-08-07 Thread matt mills
i've sent a few unsubscribe emails to the tomcat-user unsubscribe address to no avail. unsubscribe me!!! _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Re: Tomcat v4.0 and virtual hosts

2001-08-06 Thread Matt Barre
- Original Message - From: "Mark Muffett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 10:14 AM Subject: Tomcat v4.0 and virtual hosts > Has anyone succesfully got 4.0 runni

tomcat 4 datasources

2001-08-03 Thread Matt Barre
esource where I can learn more about them? Matt

How to alias 8080

2001-07-31 Thread Matt Barre
esses. Matt

fault tolerance tomcat4

2001-07-31 Thread Matt Barre
ere I had a loadbalanced worker. Will I have to use apache to do this or is there another way? Matt

Re: HTML in Messages and politeness (Was: Re: jdbc odbc bridgeon linux)

2001-07-30 Thread Matt Dilley
it should keep everyone happy Thanks Matt

load balanced workers

2001-07-27 Thread Matt Barre
f? If that is the case wouldn't I need to include lb in the workers.list property? Matt

Re: tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Matt Barre
PoolMan.jar is located inside my /tomcat/common/lib/ folder Matt - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 11:07 AM Subject: Re: tomcat4b6 classpath for poolman.xml > > >

Re: tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Matt Barre
com.codestudio.management.PoolManConfiguration.parseXML(PoolManConfig uration.java:121) at com.codestudio.management.PoolManConfiguration.loadConfiguration(Pool ManConfiguration.java:75) at com.codestudio.management.PoolManBootstrap.(PoolManBootstrap.ja va:61) Matt - Original Message - From: "Matt Barre&quo

tomcat4b6 classpath for poolman.xml

2001-07-26 Thread Matt Barre
older. Anyone have a tip for where I should place a copy for tomcat 4 to access? I'm on win2k with 2.0.4 of poolman. Thanks, Matt

Re: Simple (I think) Running Tomcat Question

2001-07-25 Thread Matt Read
Hello World is a servlet, not an applet - a world of difference. Exactly how are you trying to run it? Matt. - Original Message - From: "Jeffrey Worst" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 25 July 2001 16:54 Subject: Simple (I think) Running Tomcat Qu

Re: Standalone configuration

2001-07-24 Thread Matt Read
quot;). Let me know if you're still having problems. Matt. - Original Message - From: "Michael Petres" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 24 July 2001 23:05 Subject: Standalone configuration > I need some urgent help on this one! If anyone ha

Re: starting/testing tomcat3.2.3

2001-07-24 Thread Matt Read
It looks like localhost isn't configured correctly. Try: http://127.0.0.1:8080 Make sure you put the http:// in front. - Original Message - From: "Sampath K Settipalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 24 July 2001 15:36 Subject: starting/testing tomcat3.2.3 > Hi, > >

Re: please help

2001-07-24 Thread Matt Read
I doubt that ever worked I'm afraid. Try replacing "=" with a single whitespace, e.g.   javac -classpath C:/tst/java/jsdk2.1/Servlet.jar HelloServelt.java   Good luck, Matt. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 24

Re: What does "IMPORTANT: Do not modify the generated servlets" log message indicate?

2001-07-23 Thread Matt Read
e for the context as it's default of true. Note that Tomcat often doesn't reload if you're only recompiling classes used by your servlets though... Matt. - Original Message - From: "Douglas McCarroll" <[EMAIL PROTECTED]> To: "tomcat-user List" &l

Re: Complex Tomcat JSP Example Failure

2001-07-23 Thread Matt Read
in my RegisterdUser class. By replacing my one liner with individual statements to set each property I eventually narrowed down the one that I'd missed. If I've mis-rememberd the error messages I got then my apologies. Matt. - Original Message - From: <[EMAIL PROTECTED]>

Re: how to let two user stop and start tomcat

2001-07-23 Thread Matt Barre
instance. You need a second server.xml file for the second instance and refer to it as an argument when starting the second instance. Matt - Original Message - From: "Peter Choe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 2:25 PM Subject: how to

Re: Getting the values of s defined in web.xml ??

2001-07-20 Thread Matt Read
The ServletContext does have getInitParameter() method... Try: getServletContext().getInitParameterNames(); ... works fine for me. Matt. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 20 July 2001 17:35 Subject: Getting the values of

servlet paramers from web.xml

2001-07-20 Thread Matt Dilley
Does anyone know how to pass parameters onto servlets that have been launched through the web.xml file?   I have tried adding the parameters as tags into the web.xml file itself, but to no avail.   Does anyone know what I should do to make this work?   Thanks Matt

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Matt Read
ler Connection con = DriverManager.getConnection("jdbc:mysql://larry/howlerdb?user=howler&passwor d=winston2644"); Either should work as long as you're connecting from localhost. Matt. - Original Message - From: "Howler D. Wolfe" <[EMAIL PROTECTED]> To: &l

Re: Problems with a simple JSP and mySQL connect

2001-07-18 Thread Matt Read
LException { Class.forName("org.gjt.mm.mysql.Driver").newInstance(); Connection c = DriverManager.getConnection("jdbc:mysql://mymachine.mydomain.com/mySqlDataba seName?user=myUserName&password=myPassword"); } } Matt. - Original Message - From: "Howler D.

Re: exhausting connections under load

2001-07-18 Thread Matt Barre
abilities are usually used just for quick/easy development purposes, not production delivery. Matt - Original Message - From: "Frank Morton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 8:16 AM Subject: exhausting connections under load

Re: Mr. Matt - Re: Tomcat + VxWorks (RTOS)

2001-07-12 Thread Matt Goodall
at it may be as simple as looking at what Tomcat's startup scripts do and putting those inside a script suitable for VxWorks. Hope this helps, Matt - Original Message - From: Sunil Chandurkar <[EMAIL PROTECTED]> To: Matt Goodall <[EMAIL PROTECTED]> Sent: Thursday, July 12, 200

Re: Tomcat + VxWorks (RTOS)

2001-07-12 Thread Matt Goodall
omcat's port to 80 to make it respond on the standard HTTP port. Cheers, Matt - Original Message - From: Sunil Chandurkar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 3:56 PM Subject: Tomcat + VxWorks (RTOS) > hi all > > Do anybody

Re: JDBC and Pool

2001-07-12 Thread Matt Goodall
I would probably use something like PoolMan, http://poolman.sourceforge.net. Once configured, getting a pooled connection is easy - see EXAMPLE 2 in section "3.0 Usage" at http://www.codestudio.com/PoolMan/UserGuide.html. Cheers, Matt - Original Message - From: Enrique Lopez

Re: . Reloading JSP's

2001-07-11 Thread Matt Goodall
I think this is a known bug on win32 only. I can't remember where I read about it though, probably this mailing list. Try a nightly build instead. Cheers, Matt - Original Message - From: Michael Wentzel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July

Re: Precompile JSP with Tomcat

2001-07-11 Thread Matt Goodall
Use the jspc utiltity. It's in tomcat's bin directory. Cheers, Matt - Original Message - From: James Bailey <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 12:16 PM Subject: Precompile JSP with Tomcat > Hi All, > > I'm s

Re: error 404 not found

2001-07-09 Thread Matt Goodall
You probably haven't told the isapi plugin what URLs to match. You need to put them in (I think) $TOMCAT_HOME/conf/uriworkermap.properties. Sorry, can't remember more than that but it is documented in the Tomcat-IIS HOWTO. Cheers, Matt - Original Message - From: <[EMAIL P

Re: Jakarta NT service

2001-07-06 Thread Matt Goodall
See http://jakarta.apache.org/tomcat/tomcat-3.3-doc/NT-Service-howto.html. Having said that JavaService, from http://www.alexandriasc.com/software/JavaService/index.html, is really easy to use. Cheers, Matt. - Original Message - From: Wu, Michael <[EMAIL PROTECTED]> To: &

Re: PoolMan woes

2001-07-05 Thread Matt Barre
is what I was using before this, and simply for its connection pooling. Thanks for all the help so far. Anyone happen to know offhand why PoolMan doesn't work with Tomcat4b5? Matt - Original Message - From: "Eoin Woods" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

Re: PoolMan woes

2001-07-05 Thread Matt Barre
s I wonder if I'm ever going to get this working. :) - Original Message - From: "Eoin Woods" <[EMAIL PROTECTED]> To: "'Matt Barre'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 3:20 PM Subject: RE: PoolMan woes

Re: PoolMan woes

2001-07-03 Thread Matt Barre
com.codestudio.sql.PoolMan According to the javadocs that is a valid function call Any further ideas? Thanks, Matt - Original Message - From: "Eoin Woods" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 1:18 PM Subject: RE: PoolMan woes

PoolMan woes

2001-07-03 Thread Matt Barre
I've read the docs pretty extensively I think, but can't seem to come up with an answer. My overall goal is to simply add connection pooling to tomcat. If anyone can give me some pointers, thanks in advance. Matt

Re: Jsp question

2001-06-28 Thread Matt Christensen
has some sort of submit button, you can give that button a common name for all forms, and a value dependent on the form its a part of. Hope that helps, Matt - Original Message - From: "Fredrik Liden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

RE: IIS won't Integrate (Revisited)

2001-06-26 Thread matt mills
i'm having the exact same problem except with a JSP page. if anyone can solve this for kevin (i know sometimes people send emails privately with solutions) please let me know. thanks >/foo/test.xml being an argument (yes, I can already get this). I can get >this to work : >http://localhost

Tomcat running but problem with IIS

2001-06-25 Thread matt mills
hi all, i'm running Win2K & using IIS (i can't use apache). tomcat is setup correctly. i can use tomcat's server to go to a jsp page, but if i go through IIS i get a 404. for example, i can go to localhost:8080/examples/myexample.jsp but i CAN'T go to localhost/examples/myexample.jsp does an

tomcat working but get 404 with IIS

2001-06-21 Thread matt mills
hi all, i'm running Win2K & using IIS (i can't use apache). tomcat is setup correctly. i can use tomcat's server to go to a jsp page, but if i go through IIS i get a 404. for example, i can go to localhost:8080/examples/myexample.jsp but i CAN'T go to localhost/examples/myexample.jsp does

RE: url-pattern matching in web.xml

2001-06-08 Thread Matt Smith
in web.xml your-servlet-name my.com.hello.servlet your-servlet-name hello.servlet ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Matt Smith [mai

url-pattern matching in web.xml

2001-06-08 Thread Matt Smith
  Basically from the context root and ANY directory beneath context root.   Thanks   matt

charactor encoding for context application

2001-05-31 Thread Matt Goss
nd that doesn't help. Is there a way to set the charactor encoding for tomcat, so that the browser will know that any jsp page loaded will be in a specifing encoding (eg unicode)??? Thanks, Matt Goss begin:vcard n:Goss;Matt tel;fax:919-657-1501 tel;work:919-657-1432 x-mozilla-html:FALSE ad

green and native threads

2001-05-30 Thread Matt Dilley
Hi   I have been searching for a long time for a green threads version of java, and so far have only found one for v1.2.2 - from the java.sun site. Does anyone know of a green-threads installation for java v1.3.x?   Thanks

Re: Well....Here it is!!!!!

2001-05-23 Thread Matt Dilley
yes, but for english people like myself, living in uk, I don't think it will work! - Original Message - From: [EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 1:44 PM Subject: WellHere it is! Hi,''Making over half million dollars every 4 to 5 months fromyour home

Re: [ClassPath] JSP, JDBC, and mm.MySql

2001-05-18 Thread Matt Goss
Place your jar file in the WEB-INF/lib folder. Matt Jon Shoberg wrote: > > Its getting late but I'm not having too much luck at getting a sucessful > JSP / mysql connection. Given the error message below can someone explain > where I should be setting my class pa

Re: AW: Question from a newbee on deployment of war file

2001-05-15 Thread Matt Goss
you need to remove the expanded directory and restart tomcat, then tomcat will re-deploy the war file. Matt [EMAIL PROTECTED] wrote: > > And another question is what happens if war is not under webapps > directory. Is it possible to configure Tomcat so that it uses war not >

Re: database connectivity

2001-05-10 Thread Matt Goss
Try WROX.com. Their books and source code are invaluable! Matt Ajay Ejantkar wrote: > > I'm am new to Java and Servlets. I have set up the tomcat server, with > Apache on my NT machine, and am able to run all the example servlets, > and have been able to create an app using th

Re: Find JSP Hosting

2001-05-09 Thread Matt Dilley
Really?!?! Im my latest discussions with them, they told me they don't provide jsp - only java servlets at the moment, as they don't use tomcat, they use jserv instead. is this true? - Original Message - From: "Ross Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May

Re: Find JSP hosting

2001-05-08 Thread Matt Dilley
e? as I've currently got an account for the free service, and not sure whether to upgrade. Matt - Original Message - From: "Jack Li" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 1:46 PM Subject: Find JSP hosting > Hello, > How

Re: Help getting beans working

2001-05-01 Thread Matt Goss
Try putting your beans in WEB-INF/classes folder instead. :) Matt "Uronis, Jeremy" wrote: > > hiya- > > i have a simple jsp which includes a bean. the file "bean1.jsp" is > located in "C:\tomcat\webapps\examples\jsp\test\bean1.jsp" > i did this f

Re: launching java beans at startup

2001-05-01 Thread Matt Dilley
sorry - typo here - or tomcat = "of tomcat" - Original Message ----- From: "Matt Dilley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 01, 2001 1:28 PM Subject: launching java beans at startup > hi > does anyone know how to make a j

launching java beans at startup

2001-05-01 Thread Matt Dilley
hi does anyone know how to make a javabean run at startup or tomcat. I've seen the notes on running a a javaservlet at startup, but doesn't seem to work for beans. regards Matt

RE: absolute pathing from context?

2001-04-25 Thread Matt Pease
thing && assumed it was running in the root directory. I'm guessing that to develop a .war... all pathing must be relative? Thanks - Matt FullScreen, Inc. "We are almost done"

absolute pathing from context?

2001-04-25 Thread Matt Pease
I'd like to link to /images I was hoping tomcat or something would be smart enough to get from tomcat/webapps/myapp/images Any suggestions on doing this? Thank you very much= Matt Pease FullScreen, Inc. "we are almost done"

mod_jk and load balancing (quick question)

2001-04-23 Thread Matt Goss
Hi all, Does mod_jk support load balancing??? Also does it work with tomcat 3.1 & 3.2 ??? Thanks :) Matt begin:vcard n:Goss;Matt tel;fax:919-657-1501 tel;work:919-657-1432 x-mozilla-html:FALSE url:www.rtci.com org:RTCI;Custom Solutions adr:;;201 Shannon Oaks Circle;Cary;NC;27511;US version

Running non-HTTP GenericServlets

2001-04-23 Thread Matt Chamberlain
h to my servlet, without being HTTP parsed (as a web application) etc. I haven't been able to find any information on this in the documentation. Does anyone know how to set up Tomcat to work in this way? Thanks very much for your help. Best regards, Matt -- Matt Chamberlain [EMAIL PROTECTED]

Re: freeBSD

2001-04-20 Thread Matt Goss
I've been using tomcat on freeBSD for some time now with absolutely no problems. :) Matt Eric Mosley wrote: > > > Is the main reason that Tomcat is not recommended on freeBSD that > there isn't a stable jdk1.2 port at the moment? > > Has anybody had any experience

Netscape on AIX or Solaris + Tomcat

2001-04-16 Thread Matt Collins
Tomcat on a UNIX platform with Netscape? Thanks, -Matt- Matt Collins [EMAIL PROTECTED]

Re: javax.servlet problem

2001-04-15 Thread Matt Warmbir
Hi, I've got set classpath=.;jsdk2.2\servlet.jar, but can't compile any servlets. Any idea why? - Original Message - From: "Pae Choi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 15, 2001 14:00 Subject: Re: javax.servlet problem > If your classpath is correctly set f

Re: .java being taken for a .jsp ???

2001-04-03 Thread Matt Youell
asspath. Is the classpath identical on both machines? And are there any errant copies of ErrorLog.java or the Oracle jar lying around on that system? __ Matt Youell"Think different - just like everyone else." - Original Message ---

Re: documention need for IIS

2001-03-28 Thread Matt Warmbir
  http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/12/topic_id/102/question_id/455 - Original Message - From: affan To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 11:25 AM Subject: documention

Re: Apache/Tomcat sendRedirect rpoblem

2001-03-23 Thread Matt Goss
I've also had similar problems. I found that in nested if statements and if...else iterations, if you don't put a return after the sendredirect or forward it tries to execute the rest of the code... Matt Goss [EMAIL PROTECTED] wrote: > > I've been having the same

Re: web.xml configuration

2001-03-08 Thread Matt Goss
/_/_/ /\_\ /\/_//\/_/ > /\/_/ \/_/ /\/_/_/\/_//\/_/ (Whatever is said in Latin > \/_/ \/_/ \/_/_/_/_/ \/_/ appears profound) > > Rob Tanner > McMinnville, Oregon > [EMAIL PROTECTED] > > ---

jasperException???????

2001-03-08 Thread Matt Goss
the page vi the tag any clues Matt begin:vcard n:Goss;Matt tel;fax:919-657-1501 tel;work:919-657-1432 x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] fn:Matt end:vcard - To unsubscribe, e-m

Re: Poolman and Tomcat - where does the poolman.props file go

2001-03-02 Thread Matt Goss
I always put properties files in the /WEB-INF/classes directory... that should be the first pl;ace that tomcat searches for any resource. Matt "G.Nagarajan" wrote: > > Todd, > I had the same problems with property files. I created a directory > c:\configuration, put thi

<    5   6   7   8   9   10   11   >