tomcat4.0.3 init startup script for solaris 8?

2002-03-21 Thread C Cayetano
All, Does anyone have a stable init startup script for Tomcat 4.0.3 under Solaris 8? I've made serveral efforts to create one, but have been unsuccessful. Thanks -- To unsubscribe: For additional commands: Troubles with the list:

Starting apache and tomcat on reboot - Solaris 8

2002-03-14 Thread C Cayetano
All, How would I go about executing the startup script (see file info below) so that when the system is rebooted it'll execute the script and start the web services? Where would I put the start script? How to configure Solaris 8 to excute script? Or is there a better way to do this? file: webSer

HOW-TO: Persistent Environment Variables

2002-03-10 Thread C Cayetano
All, How/Where do I set the environment variables so that they remain, even logged off. I currently login as 'root', set the variables using: eg. TOMCAT_HOME=/usr/local/tomcat403 export TOMCAT_HOME OS: Solaris 8 I then log off and log back in and the variables aren't there. Using 'env' to v

Unix (Solaris) HTML Editor for Apache and Tomcat, Recommendations?

2002-03-10 Thread C Cayetano
All, Does any have a suggestion of a good unix based HTML editor, similar to Dreamweaver, that can handle the HTML WYSIWYG interface as well as the ability to edit code for JSP scripting? Thanks -- To unsubscribe: For additional commands:

RE: Ho can I make my URL shorter?

2002-02-25 Thread C Cayetano
I've got the same problem, but in trying the recommentation below I get a 404 OLD method: http://servername/servlet/admin.contactInfo NEW method: Trying to get: http://servername/adminContact In file \webapps\ROOT\WEB-INF\web.xml : contactAdmin admin.contactInfo contactAdmin

how-to: rename .../servlet/....

2002-02-13 Thread C Cayetano
All, How would I go about renaming the alias /servlet so that I can use: eg. http://myhost/exe/menu.main or http://myhost/sBin/login.form or etc... Thanks -- To unsubscribe: For additional commands: Troubles with the list:

RE: way to get list of all session variables and values?

2002-02-07 Thread C Cayetano
value = session.getAttribute(name); > %> > <%= name %> = <%= value %> > <% > } > } > %> > > > --- C Cayetano <[EMAIL PROTECTED]> wrote: > > All, > > > > Is there a wat to get a listing of all s

way to get list of all session variables and values?

2002-02-07 Thread C Cayetano
All, Is there a wat to get a listing of all session variables and their values? Thanks -- To unsubscribe: For additional commands: Troubles with the list:

how to prevent hitting back button and re-executing code?

2002-02-07 Thread C Cayetano
All, Problem: I've got a name.jsp page which has a form to get lastname, firstname, address, etc. On submit the form is sent to a servlet for adding into the database (primary key field is an incremental record ID) Once processed the servlet redirects to a confirmation.jsp page Now if the the user

Tomcat directory question, please help.

2001-12-02 Thread C Cayetano
by default Tomcat creates the following URLs: http://localhost/servlet/HelloWorldExample http://localhost/examples/servlet/HelloWorldExample What would need to be changed or added to what files to be able to create the following URL http://localhost/calendar/servlet/view I've added the /calen

RE: Jakarta NT Service

2001-11-12 Thread C Cayetano
With your NT4 install, were you able to get around the bug that shuts down the service when the user loggs off? I've experienced it in Win2k Server. Haven't found a solution. Had anyone else found a solution? Thanks. > -Original Message- > From: Whalland, Craig [mailto:[EMAIL PROTECTED]]

JSP/Servlet Web Hosting?

2001-11-12 Thread C Cayetano
Anyone know or can recommend a reasonable priced web hosting company that supports JSP/servlets? Thanks in advance Chris -- To unsubscribe: For additional commands: Troubles with the list: