SERVLET TIMEOUT

2001-02-05 Thread schalk
My servlet won't stay loaded. Is there a default time limit for unused servlets? If so, how can I override it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: SERVLET TIMEOUT

2001-02-05 Thread schalk
Michael: I have a database connection pool servlet which loads on startup. It works fine, but if I don't give it a workout on my test site often enough, it disappears. I suspect Tomcat destroys idle servlets after a certain time has elapsed, but I can't find documentation on this. I

(tomcat) Integrating php with tomcat

2003-03-17 Thread Schalk
Hi there Does anyone know how to use the phpsrvlt to enable tomcat to serve both PHP and jsp/servlets? Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding .emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email: [EMAIL PROTECTED] url

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: 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

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: 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

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: 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: 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: 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: 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

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

[ Apache / Tomcat ]

2003-08-24 Thread Schalk
Hi there Can anyone help with configuring Apache and Tomcat so they can talk to each other. I have successfully installed PHP but my main concern is having Apache and Tomcat talking/exchanging Any help will be appreciated. Kind Regards Schalk Neethling Volume4

RE: Servlet re-load question

2003-08-25 Thread Schalk
Atreya Your code looks fine but it may be that you are ommiting the path paramater that is causing the problem: Context path=/examples docBase=examples debug=0 reloadable=true Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel

RE: Problem with web.xml

2003-08-25 Thread Schalk
the welcome-files from the list except index.html. Hope this helps. I would also like to see if there are alternative/better ways to accomplish this posted by someone else. welcome-file-list welcome-fileindex.html/welcome-file /welcome-file-list Kind Regards Schalk Neethling Volume4

RE: Newbie:web application

2003-08-29 Thread Schalk
path=/myApp docBase=myApp debug=0 reloadable=true/ Stop and start Tomcat and you should be able to access your application by going to: http://localhost:8080/myApp/ Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436

RE: Any Recommended Java/Servlet Books

2003-09-03 Thread Schalk
Core SERVLETS and JavaServerPages by Marty Hall published by Sun and JSP, Servlets, MySQL by David Harms published by mandtbooks.com Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL

RE: adding a servlet to my webapp

2003-09-03 Thread Schalk
Jason servlet servlet-nameHelloWorld/servlet-name servlet-class!-- Over here you have to specify the complete path to the servlet -- HelloWorld/servlet-class /servlet Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding

RE: adding a servlet to my webapp

2003-09-03 Thread Schalk
If you want to read a great article on web.xml check out: http://developer.java.sun.com/developer/Books/javaserverpages/servlets_javas erver/ Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436

RE: servlet mappings

2003-09-03 Thread Schalk
If you want to read a great article on web.xml check out: http://developer.java.sun.com/developer/Books/javaserverpages/servlets_javas erver/ Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436

RE: [OT] Realizing a search functionality

2003-09-04 Thread Schalk
Marco You may to have a look at Lucene (OpenSource Jakarata project) at: http://jakarta.apache.org/lucene/docs/index.html Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED

RE: Unable to compile class for JSP

2003-09-05 Thread Schalk
Dave What is the request you send to Tomcat, i.e. what is this JSP supposed to accomplish? Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za

RE: When does tomcat notice a newly deployed war file?

2003-09-05 Thread Schalk
In your tomcat server.xml you can add a property like this: !-- Define the default virtual host -- Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=true Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding

Re: Connetion between Tomcat MySQL

2003-09-09 Thread Schalk
There is two things you can do. Set your CLASSPATH to include mm.mysql.driver and include the jar in your webapps lib folder. HTH Kind Regards Schalk Volume4

Re: method of implementing a 'login' section in a site

2003-09-10 Thread Schalk
Regards Schalk Volume4 www.volume4.co.za Dedicated to an OpenSource World

RE: WAR

2003-09-18 Thread Schalk
to and that is it. You can then place this .war in your tomcat/webapps folder and the next time you restart Tomcat it will unpack the .war and create a default context for your web-app as well as do any initialization you may have specified in your web.xml HTH Kind Regards Schalk Neethling Volume4

RE: Hosting

2003-10-13 Thread Schalk
Another great hosting provider you may want to have a look at is SevenC Computing (www.sevenc.co.za). Linux boxes, with Tomcat, Apache. The staff are all Linux and Java experts and offer 24/7 support. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4

RE: [OT] Hosting

2003-10-13 Thread Schalk
Adam Well, there is definitely a slight lag time when connecting to US and European sites. But not to much though. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax

RE: Connect to MySQL.

2003-10-20 Thread Schalk
The driver should go into your WEB-INF/lib directory. 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

RE: Problem running servlet

2003-10-20 Thread Schalk
You can also set-up a servlet mapping that points all url's that end with *.hello (* meaning anything such as hi.hello or whatever else) to point to your Hello servlet. That way you can access the servlet by simply going to for example: http://localhost:8080/myapp/hi.hello Kind Regards Schalk

RE: Exception at Tomcat startup

2003-11-07 Thread Schalk
Het there You may want to have a look at this line in your web.xml: Child name 'ControlSer vlet' is not unique It seems that is should say ControlServlet and not ControlSer vlet Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding

RE: Database JAR files

2003-11-08 Thread Schalk
Peter I would think: ../tomcat/common/lib 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

RE: Equipt a DBMS to Tomcat

2003-11-08 Thread Schalk
I would say MySQL is the better choice, not simply with Tomcat but in general. 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: second try : help needed for tomcat -jsp issue

2003-11-10 Thread Schalk
Can you give some more information as to how this URL is accessed? 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

RE: second try : help needed for tomcat -jsp issue

2003-11-10 Thread Schalk
Venkatesh Is Tomcat the only server on which this applications runs or are there other servers running alongside it. As you mentioned Tomcat is plugged-in to this system. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding

RE: Tomcat Caching

2003-11-10 Thread Schalk
Adam In the Tomcat confide directory, there is a file called server.xml. Inside here you can create a Context-Path and set reloadable=true. Example: Context path=/meccafemme docBase=meccafemme debug=0 reloadable=true / Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4

RE: second try : help needed for tomcat -jsp issue

2003-11-10 Thread Schalk
to access a .jsp file by simply using the File/Open dialog in the browser you will see this happening. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email

RE: second try : help needed for tomcat -jsp issue

2003-11-11 Thread Schalk
Venkatesh Does you client access the application by a URL similar to: http://localhost:8080/application/entry.servlet ? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax

RE: Tomcat Caching

2003-11-11 Thread Schalk
Is your application directory within tomcat/webapps/ called servlet? 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: Tomcat Caching

2003-11-11 Thread Schalk
Adam In the server.xml you will find the following lines. This is the context for the ROOT. Just uncomment it and add reloadable=true !-- Tomcat Root Context -- !-- Context path= docBase=ROOT debug=0/ -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4

RE: second try : help needed for tomcat -jsp issue

2003-11-11 Thread Schalk
Venkatesh So when this application is accessed the point of access is directly within Tomcat? Also, have you tried to create a simple .jsp page to see whether this is processed? Something that simply prints out a string to the browser. Kind Regards Schalk Neethling Web

RE: Servlets -- help needed

2003-11-13 Thread Schalk
-INF/lib/ - In here you can place all .jar files that your web application will need to have access to. Tomcat/webapps/yourapp/WEB-INF/ - Here goes your .tld and .xml files, for example the web.xml Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4

RE: Servlets -- help needed

2003-11-14 Thread Schalk
Navanee You can view a sample basic web.xml file at: www.volume4.co.za/Volume4/opensource/xml/web.xml Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email

RE: SOS : Question Using Tomcat

2003-11-16 Thread Schalk
Do you include the driver in your lib directory for IngressII 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

RE: redirect from one servlet to one jsp page

2003-11-17 Thread Schalk
You can use the same method, just ensure that you call the response.sendRedirect() before the response has been committed. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax

RE: Tomcat 3.3 Tomcat 4.1...

2003-11-17 Thread Schalk
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 information that is considered

RE: Please suggest.

2003-11-17 Thread Schalk
Go to java.sun.com or/and java.net, there are loads of mailing lists/forums where you can learn a lot. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email

RE: Hosting Company moved three of my sites to new servers.

2003-11-24 Thread Schalk
Do you have the DB driver in your WEB-INF/lib 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

RE: simple classpath / webapp question

2003-11-24 Thread Schalk
Mark I would think the easiest is including al your .jar's in Tomcat's common\lib\ directory. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL

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

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

[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: [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

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: 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: 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

[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: 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

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: 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: 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: [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: 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: 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: 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 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: 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

  1   2   >