Re: Tomcat JSP problem

2005-10-04 Thread Schalk Neethling
with my problem? Please, help! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers emotionalize.conceptualize.visualize.realize Landlines Tel: +27125468436 Fax: +27125468436 Web email:[EMAIL PROTECTED] Global: www.volume4.com

Tomcat 5.5.9 bugs?

2005-10-02 Thread Schalk
that might be causing these problems? Thank you in advance. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: using my own classes in my web-app

2004-09-06 Thread Schalk Neethling
you try to use any packages? Regards, Sjoerd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

Re: web.xml

2004-09-02 Thread Schalk Neethling
] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] Global: www.volume4.com South-Africa: www.volume4.co.za This message contains

Tomcat 5.5

2004-09-01 Thread Schalk Neethling
Hey there Is release 5.5 of Tomcat a stable - production release? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] Global

Re: JSP WhiteSpace

2004-08-21 Thread Schalk Neethling
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

Re: JSP WhiteSpace

2004-08-21 Thread Schalk Neethling
So if I understand correctly then this is the view users have of the page. Have you tried using CSS to control the way the table behaves? A wrote: In the compiled JSP page - I dont want to remove white space from the code for the sake of readability --- Schalk Neethling [EMAIL PROTECTED] wrote

Re: CLASSPATH in Windows XP

2004-08-20 Thread Schalk Neethling
\System32\QTJava.zip Does Tomcat use this CLASSPATH? How can I tell Tomcat to use that? Thanks. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email

re: servlet question

2004-08-14 Thread Schalk Neethling
basically just get a blank screen. When I look at the tomcat logs no errors are recorded here either. -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436

Re: servlet question

2004-08-14 Thread Schalk Neethling
and discovered that my pattern in apache wasn't right. However, if you're not using apache, I don't know what to say. The syntax looks correct. -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:05 PM To: Tomcat Users List Subject: re

Re: servlet question

2004-08-14 Thread Schalk Neethling
and discovered that my pattern in apache wasn't right. However, if you're not using apache, I don't know what to say. The syntax looks correct. -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:05 PM To: Tomcat Users List Subject: re: servlet

Re: servlet question

2004-08-14 Thread Schalk Neethling
last in the servlet/servlet tag set. I had the same issue and discovered that my pattern in apache wasn't right. However, if you're not using apache, I don't know what to say. The syntax looks correct. -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August

Re: servlet question

2004-08-14 Thread Schalk Neethling
\localhost\context.xml file (tomcat 5). Which version of tomcat are you running and on what os? -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:22 PM To: Tomcat Users List Subject: Re: servlet question Attached is the servlet, can you see any

Re: servlet question

2004-08-14 Thread Schalk Neethling
running and on what os? -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:22 PM To: Tomcat Users List Subject: Re: servlet question Attached is the servlet, can you see any problems here? It compiles fine. David Short wrote: Are you running

Re: servlet question

2004-08-14 Thread Schalk Neethling
Short wrote: Is your context path set up correctly in your servlet.xml or tomcat\conf\catalina\localhost\context.xml file for this webapp? -Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Saturday, August 14, 2004 1:30 PM To: Tomcat Users List Subject: Re: servlet

RE: Servlet.service error

2004-08-12 Thread Schalk Neethling
the same result. All other .jsp's that are not mapped in the web.xml work fine without any errors. Any idea as to what is going wrong? Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

Re: Trouble running Tomcat 5 in XP

2004-08-12 Thread Schalk Neethling
, Sheila - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

Re: Servlet.service error

2004-08-12 Thread Schalk Neethling
Hey all! Does anyone have a suggestion here, or I am missing something simple? Schalk Neethling wrote: Hey there all! I am running Tomcat 5.0.25 on Windows XP. I have set-up a .jsp in my web.xml so that I can all it as I do servlets: servlet servlet-namefooter/servlet-name jsp-file

Re: Servlet.service error

2004-08-12 Thread Schalk Neethling
/xhtml1-transitional.dtd; html xmlns=http://www.w3.org/1999/xhtml; Schalk Neethling wrote: Hey there all! I am running Tomcat 5.0.25 on Windows XP. I have set-up a .jsp in my web.xml so that I can all it as I do servlets: servlet servlet-namefooter/servlet-name jsp-file/secure/includes

Re: better error message a web.xml has errors

2004-08-12 Thread Schalk Neethling
. at org.apache.crimson.parser.Parser2.error(Parser2.java:3160) The problem is that I can not identify what app yhas the error. That's just a suggestion for the dev team. Or I missed something? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: web.xml

2004-08-11 Thread Schalk Neethling
rather want the cms's configuration contained in it's own .xml called something like cms.xml. Is this possible? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax

Re: web.xml and servlets used in an app

2004-08-06 Thread Schalk Neethling
to map all the servlets that my application uses in web.xml? I am using Tomcat 5.0 on Windows. I didn't have to do this on Tomcat 4.1 on Linux. Thanks. Deepa -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: Tomcat error

2004-08-04 Thread Schalk Neethling
Hey there all I get the following line when running my servlet on Tomcat version 5.0.25: java.lang.UnsupportedClassVersionError: org/volume4/searchEngine/lawSearch (Unsupported major.minor version 49.0) What exactly does this mean and how do I go about fixing this? Thanks! -- Kind Regards Schalk

Re: Tomcat error

2004-08-04 Thread Schalk Neethling
-Original Message- From: Schalk Neethling [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 9:40 AM To: Shapira, Yoav Subject: Re: Tomcat error Yoav Thanks, I assume I can have more then one version of the jdk installed on my system correct? Is this error caused by Tomcat

Re: Progamatically setting values of FORM elements

2004-07-30 Thread Schalk Neethling
containing that value. Something like adding something to the response that will give that item a value. For my particular need, I want to set a number of checkbox elements on or off. I do have the ability to predict the element names... -- Kind Regards Schalk Neethling Web

Re: Progamatically setting values of FORM elements

2004-07-30 Thread Schalk Neethling
PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

Re: My first WebApplication

2004-07-29 Thread Schalk Neethling
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling

Re: Just cannot deploy a servlet! :( Although it can be invoked from .jsp!

2004-07-29 Thread Schalk Neethling
appreciate any help, good luck, Vlad. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

Re: Java Class is not compiling

2004-07-28 Thread Schalk Neethling
! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Kind Regards Schalk

Re: Java Class is not compiling

2004-07-27 Thread Schalk Neethling
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web

Re: Multiple Webbapps, single login.jsp??

2004-07-26 Thread Schalk Neethling
, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za This message contains

Re: Another question (Placement)

2004-07-22 Thread Schalk Neethling
, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za This message contains

Re: where to put config.xml

2004-07-20 Thread Schalk Neethling
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

Re: simple HelloWorld example - 404

2004-07-19 Thread Schalk Neethling
Science Department Wellesley College [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

RE: Tomcat 5.0 and JavaMail

2004-07-07 Thread Schalk
I have never had problems when including mail.jar and activation.jar in my applications WEB-INF/lib/ I believe this makes it more portable to different hosts. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: Configure Tomcat to default to index.jsp

2004-07-06 Thread Schalk
In the web.xml file that goes into your webapps WEB-INF/, there is a welcome-file-list/ you can add the following: welcome-file-list welcome-file index.jsp /welcome-file welcome-file index.html /welcome-file /welcome-file-list Kind Regards Schalk

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
Did you compile the .java file and place the .class file in that folder? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
Also can you post the code in your web.xml where you set-up the servlet and where did you place the web.xml? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
Is you CLASSPATH set-up for Java? i.e. CLASSPATH=c:\j2sdk1.4.2\lib\tools.jar Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
When trying to compile your HelloWorld.java file what error do you get? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
By this I mean compiling it outside of Tomcat i.e. from command line etc. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: How do I find out which version of tomcat is installed?

2004-06-24 Thread Schalk
Load the root index file. Usually you will get this by simply going to http://yourdomain.com:8080/ Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread Schalk
How is your virtual host set-up in Apache? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread Schalk
If you are not using Apache in conjunction with Tomcat you may want to look at the server.xml for Tomcat located in the conf directory. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread Schalk
How do you access the site currently with your config with Server 2003 and IIS? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread Schalk
I would suggest you look at the server.xml, I am not 100% sure but there should be a place where the ROOT directory is set-up to be the default directory that is served. Sorry I cannot be of more help. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread Schalk
This brings up an interesting point. Is it possible to edit which is the default app? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL

RE: how to show System Unavailable page when Tomcat is down

2004-06-14 Thread Schalk
Which database and ODBC are you using? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za This message

RE: aliases from apache don't work using soft links

2004-06-14 Thread Schalk
Which version of mod_jk are you using? And which version of Apache? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: tomcat starting up?

2004-06-14 Thread Schalk
Tomcat runs on 8080, i.e. (80), by default so check no other servers are running and using this port. If you are using Apache in conjunction with Tomcat you need to set-up an ajp connector. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

RE: How do I run servlets on the root directory of localhost?

2004-06-14 Thread Schalk
Wendy I thought this was possible I was just throwing the question out there. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: aliases from apache don't work using soft links

2004-06-14 Thread Schalk
Just an idea, I might be totally of, have you tried specifying the complete 'URL' to the directory? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436

RE: How do I run servlets on the root directory of localhost?

2004-06-12 Thread Schalk
Is your webapp located in c:/your-Tomcat-install-directory/webapps/yourapp/? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: How do I run servlets on the root directory of localhost?

2004-06-12 Thread Schalk
What happens if you just enter: http://localhost:8080/ Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za

RE: JSP source being shown (not being executed)

2004-06-08 Thread Schalk
Just a thought but, if you are running both Apache and Tomcat, Apache is probably picking up the .html extension and tries to display the content of the file which will result in it displaying the code. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

RE: JSP source being shown (not being executed)

2004-06-08 Thread Schalk
I stand under correction but, it may even be that this not allowed at all or anymore. Try rather creating another extension for these files that you can map to. Probably the easiest. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: JSP source being shown (not being executed)

2004-06-08 Thread Schalk
If all .html files should go to this try using a filter instead. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: [OT] JSP/Servlet Hosting

2004-06-07 Thread Schalk
application server are included in these plans. Can anyone shed some light on this issue or am I to understand that PHP should be your standard web development language and Java should only be used for HUGE enterprise type application development? Kind Regards Schalk Neethling Web

RE: Can't find classes

2004-06-02 Thread Schalk
Definitely, the easiest way to ensure you have access to your .jar file is include them your webapps WEB-INF/lib/. This also makes your app more portable. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: Can't find classes

2004-06-02 Thread Schalk
No, servlet.jar will always be in the Tomcat distributions common/lib/ Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: Can't find classes

2004-06-02 Thread Schalk
What OS are you using? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains

RE: Remote Start / Stop of tomcat

2004-06-01 Thread Schalk
I second that, if you are on windows download 'Putty' and for uploading and downloading files via SSH download 'psftp', it is by the same company. They work absolutely great. Just check with whom ever administers your server that SSH is installed. Kind Regards Schalk Neethling Web

RE: Remote Start / Stop of tomcat

2004-06-01 Thread Schalk
the password you will not see the prompt move. This is ok; type the password and press enter. Then from my experience I basically go: cd /usr/local/tomcat/bin/ startup.sh or shutdown.sh Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: Remote Start / Stop of tomcat

2004-05-31 Thread Schalk
Can you log-in to the machine via SSH? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message

RE: Secure web.xml and WEB-INF

2004-05-31 Thread Schalk
If you want to make sure, you can always include this in your httpd.conf or mod_jk.conf depending on what route our go: Location /myApp/WEB-INF/ AllowOverride None deny from all /Location Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

RE: tomcat book

2004-05-21 Thread Schalk
I find O'Reilly's Tomcat Complete Reference very useful. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com

5.0.24 HotFix Answer

2004-05-14 Thread Schalk
Hi there What do I install the Hot Fix for Tomcat 5.0.24? Do I just overwrite the /server/classes/org/apache/coyote/tomcat5/CoyoteAdapter.class? Or is there something more that needs to be done? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

RE: Sendng automatic email with tomcat

2004-04-25 Thread Schalk
Masood Drop me an email at [EMAIL PROTECTED] and I will send you some code. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: coreservlets

2004-04-11 Thread Schalk
I have the first edition, it is pretty nice and very detailed. Have not looked at the other book or the second edition but think the newer books will be a better bet. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: cannot get servlet mapping working under 3.3

2004-04-04 Thread Schalk
I would suggest you upgrade to Tomcat 5.0+ and mod_jk Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com

RE: cannot get servlet mapping working under 3.3

2004-04-04 Thread Schalk
As far as I know Jserv has been deprecated or is no longer in development and has migrated over to mod_jk, open to correction though. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel

RE: Unable to compile class for JSP

2004-04-04 Thread Schalk
Maybe you can provide a copy of the JSP? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message

RE: Unable to compile class for JSP

2004-04-04 Thread Schalk
You need import the bean and classes you intend to use in the JSP, this might solve the problem. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email

RE: I know this is a stupid question

2004-03-29 Thread Schalk
. HTH! Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information that is considered

RE: jsp:include page question.

2004-03-27 Thread Schalk
Not 100% on this but, as far as I know the include has to start with a '/'. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: Getting Context Parameters from server.xml

2004-03-25 Thread Schalk
Why not set your context param in your webapps web.xml? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com

RE: Java IDE for Tomcat

2004-03-25 Thread Schalk
You can also try Netbeans 3.6 RC1 Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains

RE: Securing a folder

2004-03-25 Thread Schalk
Try looking at your webapps, web.xml's security-constraint. That way you can take the protection away from Apache and allow Tomcat to handle that. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

web.xml

2004-03-24 Thread Schalk
Hi there Is there a limit to how large the web.xml can be? i.e. The amount of servlet and servlet-mappings etc. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel

RE: Which Engine is Which

2004-03-23 Thread Schalk
! Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information

RE: Which Engine is Which

2004-03-23 Thread Schalk
Thanks Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information

Tomcat's default web.xml

2004-03-23 Thread Schalk
Hi there Can anyone point to a place where I can see the basic layout of the Tomcat web.xml. The located at TOMCAT_HOME/conf/web.xml Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding

RE: Tomcat's default web.xml

2004-03-23 Thread Schalk
in the status bar but the page never shows up. I have even left it to try and load it for more that an hour with no success. Therefore I am trying to see whether their web.xml is set-up correctly to process JSP's. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4

OT: Java Hosting

2004-03-10 Thread Schalk
and start Tomcat as the need arises etc. Any help in this regard would be much appreciated. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL

RE: Java Hosting

2004-03-10 Thread Schalk
Thanks Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information

RE: webapps\ROOT\WEB-INF\classes

2004-03-10 Thread Schalk
Do you have this set-up as a taglib? If so, do you have the needed .tld file to describe your tag library. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax

RE: OT: Java Hosting

2004-03-10 Thread Schalk
Thanks Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information

RE: servlet help please

2004-02-17 Thread Schalk
Paste your servlet and servlet-mapping code here. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com

Off Topic

2004-01-26 Thread Schalk
Where can I find info on the ojb? I have subscribed to the mailing list but have not been able to submit to it successfully. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436

[Happy New Year ]

2003-12-31 Thread Schalk
Happy New Year to all and the very best for 2004!! Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com

RE: JSP config question from a newbie

2003-12-30 Thread Schalk
:\j2sdk1.4.2\ J2EE_HOME = c:\j2sdkee1.4\ This should solve all of your problems. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

RE: what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread Schalk
I am pretty sure everything will return to default unless some save was committed but, someone else may give a more detailed explanation. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel

RE: URGENT PLEASE HELP ME........................................

2003-12-17 Thread Schalk
Pinguti Can you post the xml code here or somewhere on the web where we can have a look at it. I have not had any problems with Tomcat and web.xml. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding

RE: [OFF-TOPIC] Tomcat web hosting

2003-12-08 Thread Schalk
Have a look at sevenc.co.za Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message contains information

RE: [TOMCAT] 5.0.16

2003-12-05 Thread Schalk
Derek My JAVA_HOME points to j2sdk1.4.2/lib/tools.jar Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za

[TOMCAT] 5.0.16

2003-12-04 Thread Schalk
I have been running Tomcat 4.1.29 with no problems. When trying to upgrade to Tomcat 5.0.16 via the .exe download the installation program keeps saying JRE not found and cancel the installation. Anyone know why this is happening? Kind Regards Schalk Neethling Web

RE: [ANN] Apache Tomcat 5.0.16 Stable released

2003-12-03 Thread Schalk
There seems to be a problem with the .exe installer. Even when pointed directly to the jre (j2sdk1.4.2/lib/tools.jar) I still get the message, No virtual machine found. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding

RE: Preload JSP when it's startup

2003-11-28 Thread Schalk
, the load-on-startup will be 2 etc. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za This message contains

RE: how to add a context to server.xml?

2003-11-28 Thread Schalk
Hans I personally have not used the admin or manager to make these entries and have been doing them by hand. The entry in the server.xml will be something like: Context path=/meccafemme docBase=meccafemme debug=0 reloadable=true / Kind Regards Schalk Neethling Web

RE: how to add a context to server.xml?

2003-11-28 Thread Schalk
Hans Do you use your web.xml file at all to do any servlet mappings etc.? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web

  1   2   >