RE: java source security

2001-12-26 Thread Michael Wentzel
it --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Does security realms encrypt the passwords?

2001-12-26 Thread Michael Wentzel
with the way the text is sent in the request. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Does security realms encrypt the passwords?

2001-12-27 Thread Michael Wentzel
in the request(over wire) cannot be encrypt. If anyone does figure out a way to do this it would be interesting to know (that's a hint to post it here...;). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED

RE: Linux/windows, database choice, hosting, and whether to plug in to apache or not

2001-12-31 Thread Michael Wentzel
larger but I'm not exactly sure. HTH --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Help needed with package access

2002-01-07 Thread Michael Wentzel
is MyClass.class do the following in your servlet: import MyClass; --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Problem with file URL

2002-01-07 Thread Michael Wentzel
. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Problem with file URL

2002-01-07 Thread Michael Wentzel
BTW, is there a reason this is that important to you? How many users try to access a url using the file protocol instead of http? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: Problem with file URL

2002-01-07 Thread Michael Wentzel
pattern among systems. i.e. You _expect_ it to work the same on a SunOS box as on a Linux box or a Windoze box. I don't think there is any confusion just miscommunication in some cases. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe

RE: tomcat apache configuration

2002-01-09 Thread Michael Wentzel
. Secondly, all of this information is provided in the docs therefore no reason to repeat it here. Sorry if this seems harsh but that's the facts. The true purpose, at least in my opinion, of this list is for help with problems not tutorials. --- Michael Wentzel Software Developer Software As We Think

RE: tomcat apache configuration

2002-01-09 Thread Michael Wentzel
what logging level to use but I believe changing the logging verbosity can remove these messages. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: NoClassDefFound

2002-01-09 Thread Michael Wentzel
the time to work through it. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: URGENT HELP REQUIRED. PLEASE RESPOND IMMEDIATELY

2002-01-16 Thread Michael Wentzel
doing some research around that area. I not real familiar with 4.0 since we work primary with 3.x so that's as much help as I can provide. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: jsp wont open unless port 8080 is specified in browser

2002-01-16 Thread Michael Wentzel
in the past so if you encounter stumbling blocks(I can assure you someone has asked the question before), please check one of the list archives and search for IIS or Apache respectively. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe

RE: Use of Java Classes in .JSP fails under Tomcat 3.2

2002-01-16 Thread Michael Wentzel
into servlets, jsp, and Tomcat. This is a very core theory in java and it doesn't seem like to fully understand the core theories of java yet. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

RE: Connecting Apache and Tomcat

2002-01-16 Thread Michael Wentzel
://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/ Haven't checked the link in a while but I believe that's where it is. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

RE: Please HELP. blank JSP at client

2002-01-18 Thread Michael Wentzel
. 4. Is there any information in the tomcat logs? What is your configuration? Tomcat standalone/with apache/with IIS, operating system, etc...? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

RE: trap Browser Close

2002-01-18 Thread Michael Wentzel
posts on the list in the past. If you take a look at the archives you'll find all the information you need. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

RE: problems with JDBCRealm and oracle

2002-01-18 Thread Michael Wentzel
) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:11 Are you able to log into that database directly through the oracle admin tools using that username and password? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto

RE: Tomcat and Oracle JDBC-ODBC connection problem. Please help!

2002-01-18 Thread Michael Wentzel
use one of the oracle JDBC drivers and forget the bridge. Several issues, including threading, pop up when using the bridge. You can search the archives if you need more info. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto

RE: Advantages using Apache httpd

2002-01-18 Thread Michael Wentzel
comes down to a couple things: * do you want to fine tune your webserver? * are you going to have a good deal of static content? If you answer yes to one or both of these then I would personally suggest using integration. --- Michael Wentzel Software Developer Software As We Think - http

RE: Advantages using Apache httpd

2002-01-18 Thread Michael Wentzel
and disconnects the requested socket for that file and uses the cached version instead). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: multiple java processes

2002-01-18 Thread Michael Wentzel
When I start tomcat and do a ps I see 18 java processes have started. Is this normal? Why are they all there? Yes it is. If you want more information try doing a search on this topic in the archives. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: BLOB FROM JSP PAGE

2002-01-25 Thread Michael Wentzel
is talking about here take a look at the java file generated from you jsp and it will explain it more. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: Session of Tomcat.

2001-08-16 Thread Michael Wentzel
Can I catch the event when a session is created from tomcat? Yes, take a look at javax.servlet.HttpSessionBindingListener in servlet API. This has been covered on this group before please look at the list archives. --- Michael Wentzel Software Developer Software As We Think - http

RE: Session of Tomcat.

2001-08-16 Thread Michael Wentzel
. Binding Listeners and the Tomcat 4 implementation of the listeners have been discussed before and can be referred to in more detail in the archives. I believe someone mentioned doing this with a SessionInterceptor and the binding listener a while back but I'm not sure. --- Michael Wentzel

RE: Strange Number format exception

2001-08-27 Thread Michael Wentzel
be to search for a file containing the string 3379. Good Luck. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: registering servlets

2001-08-27 Thread Michael Wentzel
/load-on-startup /servlet Any suggestions? You also need to add servlet mappings. The /servlet/MyServlet mapping is in the spec for backwards compatibility. Take a look at the example web.xml(s) to see how mappings work. --- Michael Wentzel Software Developer Software As We Think - http

RE: jspc

2001-08-29 Thread Michael Wentzel
do they belong in, do I have to make class files?, what options to jspc.sh are needed ? See the archives. This has been answered a couple times before. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Help me, please about TomCat 4 and isapi_redirect.dll

2001-08-30 Thread Michael Wentzel
-howto.html) Also, there are a couple stumbling blocks that most people happen across on their first try which can be found in the list archives. http://www.aswethink.com/employees/randy/tomcat/mailingList.html --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Is this the way to do it?

2001-09-17 Thread Michael Wentzel
, and general programming practicum before jumping into Tomcat and JSP. If you don't have a good grasp on these basics it will take you MUCH longer to generate efficient java/JSP code. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Deploying app under Apache+TomCat (newbie)

2001-09-18 Thread Michael Wentzel
Where do the /admin, /examples and /test contexts come from? I didn't set them anywhere. AutoConfig. You can comment out this handler in your server.xml to disable it. By default Tomcat creates a context for each dir in webapps/ --- Michael Wentzel Software Developer Software As We Think

RE: timeout on form based security

2001-03-28 Thread Michael Wentzel
username and password. am i right? which parameter have i to change to prevent tomcat to do this? Set your session timeout in your web.xml. Or you can set the session timeout in your jsp as well. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com mailto

RE: timeout on form based security

2001-03-28 Thread Michael Wentzel
... Anyone else have comments on this? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com mailto:[EMAIL PROTECTED] - Punisher of those who cannot spell dumb!

RE: Server.xml

2001-03-30 Thread Michael Wentzel
of the trival examples. All the DTDs are in TOMCAT_HOME/conf/ folder. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com mailto:[EMAIL PROTECTED]

RE: web.xml problem?

2001-04-04 Thread Michael Wentzel
rl-pattern /servlet/LoginController /url-pattern if you really want the servlet path in there. and then change your ACTION to ../LoginController or ../servlet/LoginController appropriately. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com mailto:[EMAIL

RE: Creating new session

2001-04-05 Thread Michael Wentzel
in some way, shape or form a separate session will automatically be created for that new browser instance(i.e. start a browser, go to the webapp, start another window by clicking my desktop IE icon, go to the webapp in the new window...). --- Michael Wentzel Software Developer Software As We

RE: Need job scheduling component

2001-04-05 Thread Michael Wentzel
requests(if that is the manner in which jobs are going to get scheduled) and is load-on-startup enabled. Then in the init method fork a thread for a Runnable Object which continually checks for tasks that need to be run and processes them as needed. --- Michael Wentzel Software Developer Software

RE: Dates in Java

2001-04-06 Thread Michael Wentzel
it as java.sql.Date d = new java.sql.Date(); --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Scope of Mailing List (was RE: Dates in Java)

2001-04-06 Thread Michael Wentzel
in tomcat-user. - Using DB Connection Pooling with Tomcat does belong here. * First check archives(link can be found tomcat website). * Then post it if you still have a question. (Another good guideline is... Please post in plain text. Not HTML, etc.) --- Michael Wentzel Software Developer

RE: OutputStream Already in USE ..!!!!

2001-04-06 Thread Michael Wentzel
be willing to answer your questions if you post in plain text. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Apache + Tomcat Configuration

2001-04-06 Thread Michael Wentzel
information you can provide the faster a solution can be found. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: tomcat startup problem

2001-04-06 Thread Michael Wentzel
Run 'tomcat.bat run' at command prompt instead of startup.bat. This will allow you to see stack trace. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: problem with response.sendRedirect()

2001-04-09 Thread Michael Wentzel
} % which call confirmLogin.jsp and on the top of each page i have a : %@ include file="confirmLogin.jsp" % try adding return; after your sendRedirect(...) --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: put an object in the application

2001-04-09 Thread Michael Wentzel
what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope there's context.set|getAttribute(String, Object); for webapp context scope attribs. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: servlet classes cannot be found

2001-04-10 Thread Michael Wentzel
additional servlet mappings in your config files. Examples provided in standard config files. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: servlet start-up

2001-04-10 Thread Michael Wentzel
y requests to any of the services(doPost, doGet, etc...). And also note that there is an instance created for each servlet mapping you have configured plus the default webapps/myapp/servlets/MyServlet. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: logout

2001-04-12 Thread Michael Wentzel
Can anybody tell what's the best solution for logging out. I use Tomcat 3.2.1, Windows2000 and JDBCRealm. session.invalidate(); simple yet effective. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: logout

2001-04-12 Thread Michael Wentzel
correctly). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Use input type=radio

2001-04-17 Thread Michael Wentzel
esh. Without a name the input element is essentially useless because you can not get the selected value from the request. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com to the best of my knowledge Syntax is the problem.the actual systax for the radio but

RE: An easy one?...Tomcat IIS

2001-04-25 Thread Michael Wentzel
of the example web.xml files included with tomcat. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: The servlet prefix

2001-04-25 Thread Michael Wentzel
. Some people may not have a HTML capable mail viewer. This is a guideline listed on the tomcat website before subscribing to the list. That is all. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: JSPError: Can't read: .../work/localhost_8080/...

2001-05-14 Thread Michael Wentzel
on. Anyone have any ideas? I've already spent entirely too much time on something that should be trivial. Thanks, You might try checking your security permissions on the work folder and make sure the user you are running tomcat under has enough permissions. Just a guess. --- Michael Wentzel

RE: CSS in Tomcat

2001-05-14 Thread Michael Wentzel
, but Tomcat can't see it for some reason. Any suggestions? try href=./style1.css We used relative references to solve this problem in our app (i.e. ../style1.css for parent folder). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: urgent

2001-05-14 Thread Michael Wentzel
API is available on a per cpu basis at 2,500USD/cpu. Checks can be made out to Michael Wentzel and sent directly to ME! ;) Seriously though obviously you didn't check out the tomcat website before posting this message. If you had you would have realized that tomcat is released under

RE: Please unsubscribe

2001-05-16 Thread Michael Wentzel
then as there are now. There is just no definitive cure for laziness. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Michael Wentzel
This is a copy of the welcome message you get when subscribing to this group. You can use one of two methods. 'ya know, I'm a huge proponent of NO html messages on the list (especially since it's in the usage policy!), but maybe the welcome message should be changed to an html message.

RE: Two tomcats and two classpaths

2001-05-21 Thread Michael Wentzel
. The important environment vars are of course classpath and tomcat_home. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: error reading request --please help

2001-05-21 Thread Michael Wentzel
command line HTTP GET request and see what comes back. Sounds like tomcat isn't running though. Make sure nothing is using this port already and use tomcat run instead of tomcat start(if that should be your case) so you can view things as they are happening. Just a few starting points. --- Michael

RE: change default servlet

2001-05-30 Thread Michael Wentzel
try an ant script. If you write it well you would only have to have a single one for all of your webapps. I'm not well versed in ant so I'll leave it to you or someone else to follow up on this one. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Can You Dynamically Reloading web.xml?

2001-05-30 Thread Michael Wentzel
, server.xml will not get reloaded so you can't add a new context. (2) redeploy a without restarting the tomcat service? check out the reloadable flag in server.xml. Once again, though, c could not be made reloadable for the same reason as (1). --- Michael Wentzel Software Developer Software As We

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

2001-06-01 Thread Michael Wentzel
much more quickly and bog down the list much less at the same time please check archives before posting a question. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: JSP Print Error

2001-06-04 Thread Michael Wentzel
to me like you're calling JspWriter.print[ln] without passing any parameters. i.e. %=out.println();% Do a search for print() and println() and make sure you have not forgotten to pass a parameter to this method. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: import java files from jsp

2001-06-04 Thread Michael Wentzel
. Any particular reason you wish to do this...? Just curious;) --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: JavaScript Open vs Java Forward

2001-06-04 Thread Michael Wentzel
or a forward. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: URL Help

2001-06-04 Thread Michael Wentzel
/servlet/ mapping. Have you tried url-pattern/Venus//url-pattern I usually put somekind of extension on my servlet mappings so I haven't tried this but you might give that a try. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Sending all traffic to 1 JSP

2001-06-06 Thread Michael Wentzel
on all requests != the desired JSP. As a side note... if done this way may I suggest configuring this in a props file to remove the need for a recompile if things should change in the future. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Sending all traffic to 1 JSP

2001-06-06 Thread Michael Wentzel
for the jsp name, possibly a regexp for parsing what EXACTLY should get redir, hosts list that should get redir, etc... --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Should we do moderation on this mailinglist??

2001-06-06 Thread Michael Wentzel
of people out there, you know who you are;), who are just plain lazy and want to be given their answer and don't want to search for themselves. Whether it be a 3 line msg footer or an 8*{ {0 -1}, {1 0} } message archive;). --- Michael Wentzel Software Developer Software As We

RE: where do i put servlets?

2001-06-11 Thread Michael Wentzel
This is correct. Servlets are simply another class and should be placed in webapps/name here/WEB-INF/classes/package name/. Then add the appropriate servlet mapping(s). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com I'm not sure but I put them under

RE: Session timeout during long file upload

2001-06-11 Thread Michael Wentzel
the following: int max = session.getMaxInactiveInterval(); code session.setMaxInactiveInterval(Integet.MAX_VALUE); // whatever needs to be done here... session.setMaxInactiveInterval(max); /code --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Michael Wentzel
note that one of the rules on this list is all messages are to be posted in plain text so everyone can read them(no HTML). Not only does this keep us long time residents happy but it will get you questions answered much more quickly. --- Michael Wentzel Software Developer Software As We Think

RE: How can I tell if Tomcat Server is running

2001-06-11 Thread Michael Wentzel
from the root server up and/or using telnet/ping to check to see if a server is listening on the port. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Re: JDBC Realm

2001-06-13 Thread Michael Wentzel
when passed through apache. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: tomcat work with mozilla but not with IE

2001-06-15 Thread Michael Wentzel
!!! === If your machine has a network IP address you may try using that( i.e. http://10.0.0.5:8080/ ) or otherwise try the loopback device http://127.0.0.1:8080 to verify it is a IE network config issue. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: tomcat security, JDBCRealm, SimpleRealm readable passwords

2001-06-15 Thread Michael Wentzel
gotten to it just yet. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: executing the servlet

2001-06-15 Thread Michael Wentzel
to answer you anyways. This stuff, plus creating alternative mappings to servlets, is VERY well documented IMHO. OK, I've finished ranting on this matter. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com Undergraduate Student Georgia Institute of Technology

RE: Default web.xml

2001-06-15 Thread Michael Wentzel
What version of tomcat are you running? --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Can't happen - classname is null, who added this

2001-06-16 Thread Michael Wentzel
this there will still be people who post in HTML but my objective is to reduce the number of these individuals and while I CAN read HTML messages I don't see the need for that kind of excessive junk here and understand the viewpoint of those who aren't able to read these messages. --- Michael Wentzel

RE: Exception message

2001-06-18 Thread Michael Wentzel
. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Getting file information

2001-06-18 Thread Michael Wentzel
will not have to be changed if it is moved to a OS with a different file separator( using java.io.File.separator ). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: application error

2001-06-22 Thread Michael Wentzel
to the ODBC source through the control panel(using the test function at end of configurator). If this works explain in more detail, including source if possible, how you make your connection in java. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: User IP Address

2001-06-22 Thread Michael Wentzel
Brilliant! works perfectly. Now to write the logging program... You might want to check out Randy's request logging interceptor see attachment... --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com attch: Since a number of people have asked

RE: session timeout handling

2001-06-22 Thread Michael Wentzel
in the session for certain portions of your app? ... It all depends on what you specs and app requirements state. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: session timeout handling

2001-06-22 Thread Michael Wentzel
the timeout. www.bankofamerica.com does something similar to this for their online banking I believe. Just a couple of possibilities. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Info Required : Very urgent please !

2001-06-25 Thread Michael Wentzel
answered promptly by other users. Free support, who can beat that! --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: TOMCAT3.2.1 + apache + jetspeed 1.3 on NT

2001-06-25 Thread Michael Wentzel
that is stated in the webpage before you subscribe to the list. Please, no cutesie backgrounds here! Save the fluff for the M$ lists;) --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

Interesting tips on JDC re: Servlet Filters

2001-06-27 Thread Michael Wentzel
extension that some users might find interesting. Those interested can check it out at http://developer.java.sun.com/ --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Managing non http requests

2001-06-27 Thread Michael Wentzel
. Is there a way to enjoy Tomact services like thread pooling for those requests? Should I package them in http and resend to the web server? If I am following you correctly a RequestInterceptor could be used for this. --- Michael Wentzel Software Developer Software As We Think - http

RE: IIS tomcat and transparent logins

2001-06-27 Thread Michael Wentzel
this(without passing the auth credentials in the plain text url). I've been working on writing up a NTLMRealm for a while but am having a rough time with getting the MFC stuff to cooperate. If anyone's had better luck with this let me know. --- Michael Wentzel Software Developer Software As We Think

RE: TOMCAT SUCKS

2001-06-27 Thread Michael Wentzel
a complex ORB model. Resin.. Haven't worked with it can't say much. JRun... Costs money and have to say it quite suspicious that so many developers are moving from it to tomcat?!?! --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: trapping session invalidation

2001-06-29 Thread Michael Wentzel
archives before asking questions on the list. If everyone would do this it would drastically reduce the number of posts to this list. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Using the servlet element on web.xml to define short name for a servlet in a package

2001-06-29 Thread Michael Wentzel
servlet-name controller /servlet-name url-pattern /controller /url-pattern /servlet-mapping then use http://localhost:8080/controller (if you're in the root context that is). --- Michael Wentzel Software Developer Software As We Think

RE: Does Apache worth it?

2001-07-01 Thread Michael Wentzel
is a brokerage call to Tomcat and the response gets redirected through Apache. That's the main point(IMHO) of implementing Tomcat with its' own webserver. So, in the case in which you have nothing but servlet/jsp content you do not need an extra step. --- Michael Wentzel Software Developer Software As We

RE: Prefix subject headers in Tomcat list?

2001-07-01 Thread Michael Wentzel
Is it possible for the list admin to apply a '[tomcat-user] ' or similar prefix to all mails sent from the mailing list? This helps a lot in separating list traffic from other traffic. The to: addr is [EMAIL PROTECTED] you should be able to filter on that perfectly fine. --- Michael

RE: Opening up JSP from another window

2001-07-02 Thread Michael Wentzel
for the URL? If you are using an href for the link then use A HREF=test.jsp TARGET=_window/A BTW, you can put anything you want in TARGET as long as it is not a current frame or one of the default definitions( blank, top, ...). --- Michael Wentzel Software Developer Software As We Think - http

RE: Request redirect

2001-07-04 Thread Michael Wentzel
. Do some research into RequestInterceptors. They can be very handy. You could also write a servlet for this but that would be using a sledge hammer to swat a fly(so to speak). --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: creating a instance of a servlet: takes too long!!

2001-07-06 Thread Michael Wentzel
of instantiation of my servlet and the time of my init method? I would just put in some logging code and find out where exactly the time is being taken up in your servlet(if indeed this is where it is actually munching clock cycles). --- Michael Wentzel Software Developer Software As We Think - http

RE: JDBC Realm Questions Tomcat 3.2.2

2001-07-06 Thread Michael Wentzel
of username is when authenticate(String, String) is called. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

RE: Help on application scope

2001-07-06 Thread Michael Wentzel
-on-startup servlet and you're ready to go. Just import the class and do ClassWhatever.get|put(...); This will remove lines of code from the servlet generated from your jsp(autogenerated by the useBean tag). You could also include remove() and clear() methods. --- Michael Wentzel Software

RE: JDBC Realm error on startup

2001-07-06 Thread Michael Wentzel
. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

  1   2   3   >