RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Paul Foxton

phew - glad you figured it out because I was pretty stumped : )

Thats odd though, because tomcat should auto reload your servlet by default
when you've recompiled and then requested it, you shouldn't have to restart
tomcat.

If your servlet is in a directory under
TOMCAT_HOME/webapps/your_webapp_directory this should be the case anyway
I'm pretty sure reloadable="true" is the default.

Glad I could (kind of) help in any case

cheers

Paul

> -Original Message-
> From: Gary Fix [mailto:[EMAIL PROTECTED]]
> Sent: 20 November 2001 17:10
> To: 'Tomcat Users List'
> Subject: RE: Error 405: HTTP method POST is not supported by this URL
> Prob On NT?
> 
> 
> Paul, your reply triggered a thought and subsequent solution!
> What I had done was to run the servlet first using the GET 
> method, then
> changed it to use the POST method, recompiled, ran the web 
> page and got the
> error...
> Then I realized Tomcat is holding my old "GET" method servlet 
> im memory!
> So I shutdown Tomcat, restarted it and the POST servlet works great!
> thanks again for the quick response!
> gary...
> :-)
> 
> -Original Message-
> From: Gary Fix [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 8:38 AM
> To: 'Tomcat Users List'
> Subject: RE: Error 405: HTTP method POST is not supported by this URL
> Prob On NT?
> 
> 
> Hi!
> Yes, I forgot to add that I implemented the doPost() method 
> in my servlet...
> thanks for checking...
> 
> -Original Message-
> From: Paul Foxton [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 8:12 AM
> To: 'Tomcat Users List'
> Subject: RE: Error 405: HTTP method POST is not supported by this URL
> Prob On NT?
> 
> 
> Hi,
> 
> Have you implemented the doPost() method in your servlet or 
> the doGet()?
> 
> It needs to be doPost if you're posting from a form.
> 
> > -Original Message-
> > From: Gary Fix [mailto:[EMAIL PROTECTED]]
> > Sent: 20 November 2001 16:34
> > To: '[EMAIL PROTECTED]'
> > Subject: Error 405: HTTP method POST is not supported by 
> this URL Prob
> > On NT?
> > 
> > 
> > Hi!
> > I'm just beginning to experiment with Tomcat on Windows NT 
> > 4.0 Workstation,
> > SP6, with PWS and Tomcat 3.2.3...
> > I am able to run the example servlets and a sample one I 
> > created that uses
> > the jdbc-odbc...
> > I can also run a servlet that uses the GET method...
> > My problem is when I try to run a servlet using the POST method...
> > I get "Error 405: HTTP method POST is not supported by this URL"...
> > probably a configuration problem...I have searched the docs,
> > FAQs and archives with no luck...I have not created any 
> > PWS/IIS virtual
> > directories except for "jakarta" as per the Tomcat 
> installation doc...
> > My HTML form is very simple and has this as the FORM tag:
> > http://localhost:8080/servlet/DBTest"; METHOD=POST>
> > My DBTest servlet will run OK if I use the GET method...
> > Any suggestions?
> > thanks in advance...gary...
> > 
> > 
> > 
> > --
> > To unsubscribe:   
<mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Error 405: HTTP method POST is not supported by this URL Prob On NT?

2001-11-20 Thread Paul Foxton

Hi,

Have you implemented the doPost() method in your servlet or the doGet()?

It needs to be doPost if you're posting from a form.

> -Original Message-
> From: Gary Fix [mailto:[EMAIL PROTECTED]]
> Sent: 20 November 2001 16:34
> To: '[EMAIL PROTECTED]'
> Subject: Error 405: HTTP method POST is not supported by this URL Prob
> On NT?
> 
> 
> Hi!
> I'm just beginning to experiment with Tomcat on Windows NT 
> 4.0 Workstation,
> SP6, with PWS and Tomcat 3.2.3...
> I am able to run the example servlets and a sample one I 
> created that uses
> the jdbc-odbc...
> I can also run a servlet that uses the GET method...
> My problem is when I try to run a servlet using the POST method...
> I get "Error 405: HTTP method POST is not supported by this URL"...
> probably a configuration problem...I have searched the docs,
> FAQs and archives with no luck...I have not created any 
> PWS/IIS virtual
> directories except for "jakarta" as per the Tomcat installation doc...
> My HTML form is very simple and has this as the FORM tag:
> http://localhost:8080/servlet/DBTest"; METHOD=POST>
> My DBTest servlet will run OK if I use the GET method...
> Any suggestions?
> thanks in advance...gary...
> 
> 
> 
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
> 

--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




RE: -- http 405, can not execute servlet

2001-10-04 Thread Paul Foxton

By the way, check the URL displayed in your browser after the first
unsuccessful request - you'll see the URL of the servlet, so when you
refresh you send a new request directly to the servlet, which is by default
a 'get' request instead of a 'post'.
this is why it works when you refresh it.

> -Original Message-
> From: Paul Foxton [mailto:[EMAIL PROTECTED]]
> Sent: 04 October 2001 10:44
> To: '[EMAIL PROTECTED]'
> Subject: RE: -- http 405, can not execute servlet
> 
> 
> change the method in your form tag:
> 
> 
> 
> > -Original Message-
> > From: Sam [mailto:[EMAIL PROTECTED]]
> > Sent: 04 October 2001 11:04
> > To: [EMAIL PROTECTED]
> > Subject: -- http 405, can not execute servlet
> > 
> > 
> > Hi everybody
> > 
> > I can execute Servlet Exaxmple follow the command,
> > http://localhost:8080/servlet/SnoopServlet
> > 
> > I try to make a html file
> > 
> > 
> > 
> > 
> > The Server can not accept the request.
> > REPLY: (405 Server does not support requested method)
> > 
> > However after I RELOAD the page, it is work well.
> > Why?? why RELOAD is necessary.
> > 
> > --Sam
> > 
> 



RE: -- http 405, can not execute servlet

2001-10-04 Thread Paul Foxton

change the method in your form tag:



> -Original Message-
> From: Sam [mailto:[EMAIL PROTECTED]]
> Sent: 04 October 2001 11:04
> To: [EMAIL PROTECTED]
> Subject: -- http 405, can not execute servlet
> 
> 
> Hi everybody
> 
> I can execute Servlet Exaxmple follow the command,
> http://localhost:8080/servlet/SnoopServlet
> 
> I try to make a html file
> 
> 
> 
> 
> The Server can not accept the request.
> REPLY: (405 Server does not support requested method)
> 
> However after I RELOAD the page, it is work well.
> Why?? why RELOAD is necessary.
> 
> --Sam
> 



RE: Changing the Servlets Directory

2001-09-20 Thread Paul Foxton

hi,

You need to post your error message.

cheers,

Paul

> -Original Message-
> From: Ruben [mailto:[EMAIL PROTECTED]]
> Sent: 20 September 2001 15:17
> To: [EMAIL PROTECTED]
> Subject: Re: Changing the Servlets Directory
> 
> 
> Has Anybody know how to compile a servlet?
> i tried with javac -g servlet name but i got an error. But 
> not because of
> the code. I think i have to use another compiler or smt i'm 
> not usging.
> i'm getting error trying to recompile servlets that are compiled and
> working(bookstore sample servlets).
> Thnks in advance
> mariano
> 
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 



RE: Question on conf

2001-09-19 Thread Paul Foxton

are you restarting tomcat when you change server.xml?

other than this I can't think what it could be.

you're using version 4 right? I'm using 3.2 but I can't see there being a
difference in the set up contexts in server.xml.

sorry.

Anyone else..?


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 19 September 2001 16:30
> To: [EMAIL PROTECTED]
> Subject: RE: Question on conf
> 
> 
> 
> nothing, it still address to index in ROOT
> :-
> other ideas ?
> Bye,
>   Ste
> 
> 



RE: Question on conf

2001-09-19 Thread Paul Foxton

my mistake. 

you currently have:




should be:




- remove the first forward slash in the "docbase" entry.

hope this sorts it out : )

cheers,

Paul

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 19 September 2001 13:58
> To: [EMAIL PROTECTED]
> Subject: RE: Question on conf
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
>   
>   
> 
> 
> 
> 
>  className="org.apache.catalina.connector.http.HttpConnector"
>port="80" minProcessors="5" maxProcessors="75"
>enableLookups="true" redirectPort="8443"
>acceptCount="10" debug="0" connectionTimeout="6"/>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
>   
> 
>   
>  prefix="catalina_log." suffix=".txt"
>   timestamp="true"/>
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
> 
>   
>unpackWARs="true">
> 
> 
> 
> 
> 
>   directory="logs"  
> prefix="localhost_access_log." suffix
> =".txt"
>  pattern="common"/>
> 
> 
>   directory="logs"  prefix="localhost_log." 
> suffix=".txt"
>  timestamp="true"/>
> 
> 
> 
> 
> 
> 
> 
>   docbase="/webapps/gundam"
>  crossContext="false"
>  debug="0"
>  reloadable="true" >
> 
> 
> 
> 
>   reloadable="true">
> prefix="localhost_examples_log." suffix=".txt"
> timestamp="true"/>
> home="com.wombat.empl.EmployeeRecordHome"
>remote="com.wombat.empl.EmployeeRecord"/>
>   
> 
>  value="15"/>
>value="context.param.value"
>  override="false"/>
>type="javax.sql.DataSource"/>
>   
> usersa
> 
> password
> driverClassName
>   org.hsql.jdbcDriver
> driverName
>   jdbc:HypersonicSQL:database
>   
>type="javax.mail.Session"/>
>   
> 
>   mail.smtp.host
>   localhost
> 
>   
> 
> 
>   
> 
> 
> 
>   
> 
>   
> 
> 
>   
>   
> 
>  className="org.apache.catalina.connector.warp.WarpConnector"
>  port="8008" minProcessors="5" maxProcessors="75"
>  enableLookups="true"
>  acceptCount="10" debug="0"/>
> 
> 
>   name="Apache" defaultHost="localhost" debug="0" 
> appBase="webapps">
> 
>   
>  prefix="apache_log." suffix=".txt"
>   timestamp="true"/>
> 
>   
>   
> 
> 
> 
>   
> 
> 
> 
> 
> 
> 
>   
> 
> Paul Foxton   
> 
>  "'[EMAIL PROTECTED]'"   
> sol.com>  
> <[EMAIL PROTECTED]>
>  cc:  
> 
> 09/19/2001   Subject: RE: 
> Question on conf
> 01:50 PM  
> 
> Please respond
> 
> to tomcat-user 

RE: Question on conf

2001-09-19 Thread Paul Foxton

hiya Ste

you just posted an image of your server.xml icon

looks nice but doesn't tell us much ;¬D

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 19 September 2001 12:58
> To: [EMAIL PROTECTED]
> Subject: RE: Question on conf
> 
> 
> 
> (Embedded image moved to file: pic08205.pcx)http://nameofmyserver
> 
> 
> 
>   
>     
> Paul Foxton   
> 
>  "'[EMAIL PROTECTED]'"   
> sol.com>  
> <[EMAIL PROTECTED]>
>  cc:  
> 
> 09/19/2001   Subject: RE: 
> Question on conf
> 12:38 PM  
> 
> Please respond
> 
> to tomcat-user
> 
>   
> 
>   
> 
> 
> 
> 
> 
> hmmm. bit more info might help:
> 
> what do you have now in server.xml?
> 
> what URL are you using to access the app?
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: 19 September 2001 11:54
> > To: [EMAIL PROTECTED]
> > Subject: RE: Question on conf
> >
> >
> >
> > it still doesn't work
> > now it points to index.html in ROOT
> > I've moved my gundam dir at the same level of root in webapps
> > Bye,
> >   Ste
> >
> >
> >
> >
> >
> > Paul Foxton
> >
> >  > "'[EMAIL PROTECTED]'"
> > sol.com>
> > <[EMAIL PROTECTED]>
> >
> >  cc:
> >
> > 09/19/2001   Subject: RE:
> > Question on conf
> > 11:55 AM
> >
> > Please respond
> >
> > to tomcat-user
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > try this:
> >
> >  >  docbase="/webapps/gundam"
> >  crossContext="false"
> >  debug="0"
> >  reloadable="true" >
> > 
> >
> > this assumes your gundam web app directory is under webapps,
> > not ROOT - the
> > usual way to do it.
> >
> > you would then access this app through the URL
> > http://your_domain:8080/gundam/
> >
> > If you want to access it with http://your_domain:8080/
> >
> > set it up like this:
> >
> >  >  docbase="/webapps/gundam"
> >  crossContext="false"
> >  debug="0"
> >  reloadable="true" >
> > 
> >
> > The only change from the first one is the 'path' entry.
> >
> > Is there any particular reason you need your app below ROOT?
> > Usually you
> > would create a new directory below webapps for an app.
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > Sent: 19 September 2001 10:59
> > > To: [EMAIL PROTECTED]
> > > Subject: Question on conf
> > >
> > >
> > > Hi,
> > >   I'm a new tomcat user. I need to move the location of 
> the webroot.
> > > Now it points to ROOT, I want change this in ROOT/gundam
> > > I've tried changing file server.xml
> > >
> > > 
> > >
> > > but it doesn't work, why ?
> > > Bye,
> > >   Ste
> > >
> > >
> >
> >
> >
> >
> 
> 
> 



RE: Question on conf

2001-09-19 Thread Paul Foxton

hmmm. bit more info might help:

what do you have now in server.xml?

what URL are you using to access the app?

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 19 September 2001 11:54
> To: [EMAIL PROTECTED]
> Subject: RE: Question on conf
> 
> 
> 
> it still doesn't work
> now it points to index.html in ROOT
> I've moved my gundam dir at the same level of root in webapps
> Bye,
>   Ste
> 
> 
> 
>   
>      
> Paul Foxton   
>  
>  "'[EMAIL PROTECTED]'"
> sol.com>  
> <[EMAIL PROTECTED]>  
>
>  cc:  
>  
> 09/19/2001   Subject: RE: 
> Question on conf 
> 11:55 AM  
>  
> Please respond
>  
> to tomcat-user
>  
>   
>  
>   
>  
> 
> 
> 
> 
> try this:
> 
>   docbase="/webapps/gundam"
>  crossContext="false"
>  debug="0"
>  reloadable="true" >
> 
> 
> this assumes your gundam web app directory is under webapps, 
> not ROOT - the
> usual way to do it.
> 
> you would then access this app through the URL
> http://your_domain:8080/gundam/
> 
> If you want to access it with http://your_domain:8080/
> 
> set it up like this:
> 
>   docbase="/webapps/gundam"
>  crossContext="false"
>  debug="0"
>  reloadable="true" >
> 
> 
> The only change from the first one is the 'path' entry.
> 
> Is there any particular reason you need your app below ROOT? 
> Usually you
> would create a new directory below webapps for an app.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: 19 September 2001 10:59
> > To: [EMAIL PROTECTED]
> > Subject: Question on conf
> >
> >
> > Hi,
> >   I'm a new tomcat user. I need to move the location of the webroot.
> > Now it points to ROOT, I want change this in ROOT/gundam
> > I've tried changing file server.xml
> >
> > 
> >
> > but it doesn't work, why ?
> > Bye,
> >   Ste
> >
> >
> 
> 
> 
> 



RE: Question on conf

2001-09-19 Thread Paul Foxton

try this:




this assumes your gundam web app directory is under webapps, not ROOT - the
usual way to do it.

you would then access this app through the URL
http://your_domain:8080/gundam/

If you want to access it with http://your_domain:8080/

set it up like this:




The only change from the first one is the 'path' entry.

Is there any particular reason you need your app below ROOT? Usually you
would create a new directory below webapps for an app.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 19 September 2001 10:59
> To: [EMAIL PROTECTED]
> Subject: Question on conf
> 
> 
> Hi,
>   I'm a new tomcat user. I need to move the location of the webroot.
> Now it points to ROOT, I want change this in ROOT/gundam
> I've tried changing file server.xml
> 
> 
> 
> but it doesn't work, why ?
> Bye,
>   Ste
> 
> 



RE: Konqueror

2001-08-22 Thread Paul Foxton

Yes, I've found the same thing in konqueror - it seems to have an odd way of
dealing with cookies, flaky at best, but I havn't looked into it in any
detail. I also find that when I redirect back to page showing the results of
a db update I need to refresh the page before I can see the updates, which
isn't necessary with IE or netscrape.

I'm not entirely sure what you're after, but have you looked at the
getServletContext() method?

Sorry I can't help more, but at least you know its not just you : )

P

> -Original Message-
> From: John Baker [mailto:[EMAIL PROTECTED]]
> Sent: 22 August 2001 00:19
> To: [EMAIL PROTECTED]
> Subject: Konqueror
> 
> 
> Has anyone had any problems with Konqueror that shipped in 
> KDE2.2? It seems 
> to mess up sessions. Ie put something in the session, and 
> it's not there on 
> the next request. I assume this is a cookie problem.
> 
> I asked this earlier this week, but noone noticed/responsed. 
> How do you get 
> the value of the 'path' attribute in the Context directive in 
> the server.xml 
> file?
> 
> 
> John Baker
> 
> -- 
> John Baker, BSc CS.
> Java Developer, TEAM Slb. (http://www.teamenergy.com/)
> The views expressed in this mail are my own.
> 



RE: Servlet Uses Another Class

2001-08-06 Thread Paul Foxton

ok - shot in the dark -

you say your class is called HtmlSqlResult

but you import:

HtmlSQLResult;  (SQL all in upper case)

could this be the problem?
otherwise I'm stumped : (

cheers,

Paul

> -Original Message-
> From: A.L. [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 17:21
> To: [EMAIL PROTECTED]
> Subject: RE: Servlet Uses Another Class
> 
> 
> Paul,
>i appreciate your help.  I haven't been able to get
> any servlet I have created to work which imports
> another clas for some reason.  SO what I am currently
> trying to do is use an example from the Oreilly
> Servlet book.  Unfortunately the book doesn't have a
> solution to the problem I am experiencing.  The
> previous use of the terms myClass and Myservlet were
> used to simplify things.  The real java files are
> Calendar.java and HtmlSqlResult.java.  Calendar is the
> Servlet which creates an instance of HtmlSqlResult.
> 
> 
> HtmlSqlResult is compiling fine.  I currenlty have it
> in the same directory as Calendar.java.  Now when I
> try to compile Calendar.java  I get the following
> error:
> 
> C:\work\jt\tomcat\webapps\jd\WEB-INF\classes>javac
> Calendar.java
> Calendar.java:8: cannot resolve symbol
> symbol: class HtmlSQLResult
> import HtmlSQLResult;
> ^
> Calendar.java:59: cannot resolve symbol
> symbol  : class HtmlSQLResult
> location: class Calendar
> HtmlSQLResult result;
> ^
> 2 errors
> 
> 
> 
> Here is the code for Calendar.java :
> 
> 
>  
> import HtmlSQLResult;
> import javax.servlet.*;
> import javax.servlet.http.*;
> import java.io.*;
> import java.sql.*;
> /** 
>  *
>  * @author  alieberman
>  * @version 
>  */
> public class Calendar extends HttpServlet {
>private Connection con = null;
>public void init() throws ServletException {
> try
> {
>   
> Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
>con =
> DriverManager.getConnection("jdbc:odbc:calendar");  
> }
> catch (ClassNotFoundException e){
> throw new UnavailableException("Couldn't load
> database driver");
> }
> 
> catch (SQLException e) {
> throw new UnavailableException("Couldn't Get
> db Connection");
> }
> }
> 
> /** Destroys the servlet.
> */  
> public void destroy() {
> try {
> if (con!=null) con.close();
> }
> catch (SQLException ignored) {}
> 
> }
> 
> /** Processes requests for both HTTP
> GET and POST methods.
> * @param request servlet request
> * @param response servlet response
> */
> protected void processRequest(HttpServletRequest
> request, HttpServletResponse response)
> throws ServletException, java.io.IOException {
> response.setContentType("text/html");
> java.io.PrintWriter out =
> response.getWriter();
> 
> out.println("");
> out.println("");
> out.println("Calendar");  
> out.println("");
> out.println("");
> HtmlSQLResult result; 
> out.println("");
> out.println("");
> 
> out.close();
> } 
> 
> /** Handles the HTTP GET method.
> * @param request servlet request
> * @param response servlet response
> */
> protected void doGet(HttpServletRequest request,
> HttpServletResponse response)
> throws ServletException, java.io.IOException {
> processRequest(request, response);
> } 
> 
> /** Handles the HTTP POST method.
> * @param request servlet request
> * @param response servlet response
> */
> protected void doPost(HttpServletRequest request,
> HttpServletResponse response)
> throws ServletException, java.io.IOException {
> processRequest(request, response);
> }
> 
> /** Returns a short description of the servlet.
> */
> public String getServletInfo() {
> return "Short description";
> }
> 
> }
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --- Paul Foxton <[EMAIL PROTECTED]> wrote:
> > hmmm.
> > 
> > where does the error occurr? the first time you
> > actually use the class in
> > the servlet and after the import statement?
> > 
> > if so it seems you must be importing it ok, so the
> > there's another problem.
> > 
> > If you get the error actually on the import
> > state

RE: Servlet Uses Another Class

2001-08-06 Thread Paul Foxton

actually, this is getting a bit off topic (ie not specifically tomcat
related) so email me your class and you're servlet with the error message
and I'll have a look : )

cheers,

Paul

> -Original Message-
> From: Paul Foxton [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 16:51
> To: '[EMAIL PROTECTED]'
> Subject: RE: Servlet Uses Another Class
> 
> 
> hmmm.
> 
> where does the error occurr? the first time you actually use 
> the class in
> the servlet and after the import statement?
> 
> if so it seems you must be importing it ok, so the there's 
> another problem.
> 
> If you get the error actually on the import statement then 
> perhaps you have
> the name of the class wrong in your servlet?
> 
> if you post the code and the error message, might be able to 
> help more
> 
> cheers,
> 
> Paul
> 
> 
> > -Original Message-
> > From: A.L. [mailto:[EMAIL PROTECTED]]
> > Sent: 06 August 2001 16:52
> > To: [EMAIL PROTECTED]
> > Subject: RE: Servlet Uses Another Class
> > 
> > 
> > I have tried simply importing the class MyClass, and
> > not creating it as a package.  Nevertheless I get the
> > Cannot Resolve Symbol error.
> > 
> > Both the MyClass and the MyServlet class files are in
> > the same directory.  In my servlet 
> > --- Paul Foxton <[EMAIL PROTECTED]> wrote:
> > > did you import the class explicitly in your servlet?
> > > 
> > > eg: (without a package)
> > > 
> > > import MyClass;
> > > 
> > > public class MyServlet extends HttpServlet throws
> > > ServletEsception
> > > IOException
> > >   {
> > > MyClass instanceOfMyClass;
> > > instanceOfMyClass = new MyClass();
> > > 
> > > etc.
> > > 
> > > to import the class in the package:
> > > 
> > > import com.mypackage.MyClass
> > > 
> > > cheers,
> > > 
> > > Paul
> > > 
> > > > -Original Message-
> > > > From: A.L. [mailto:[EMAIL PROTECTED]]
> > > > Sent: 06 August 2001 16:04
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Servlet Uses Another Class
> > > > 
> > > > 
> > > > I am unable to create and run a servlet which uses
> > > > another class which I have create.  How may this
> > > be
> > > > achieved.
> > > > 
> > > > Here is my problem:
> > > > I have a servlet (myServlet), which needs to
> > > create an
> > > > instance of a class I designed.  I assumed that
> > > > putting the myClass.class file in the
> > > WEB-INF/classes/
> > > > directory along with the myServlet.class file
> > > would
> > > > take care of this. Yet I get a "cannot resolve
> > > symbol
> > > > error".  
> > > > My next idea was to put the class file in a
> > > directory
> > > > titled myPackage.  In the myServlet class I put
> > > the
> > > > proper import myPackage.*; and in the
> > > myClass.class
> > > > file I put the code package myPackage.
> > > > 
> > > > I assumed that perhaps turning the class file into
> > > a
> > > > package would help.  But now I get an error
> > > stating:
> > > > package myPackage does not exist.
> > > > 
> > > > 
> > > > My question is how can I get the servlet to find
> > > the
> > > > class I created so that it may create an instance
> > > of
> > > > the class?
> > > > 
> > > > 
> > > > __
> > > > Do You Yahoo!?
> > > > Make international calls for as low as $.04/minute
> > > with 
> > > > Yahoo! Messenger
> > > > http://phonecard.yahoo.com/
> > > > 
> > 
> > 
> > __
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute with 
> > Yahoo! Messenger
> > http://phonecard.yahoo.com/
> > 
> 



RE: Servlet Uses Another Class

2001-08-06 Thread Paul Foxton

hmmm.

where does the error occurr? the first time you actually use the class in
the servlet and after the import statement?

if so it seems you must be importing it ok, so the there's another problem.

If you get the error actually on the import statement then perhaps you have
the name of the class wrong in your servlet?

if you post the code and the error message, might be able to help more

cheers,

Paul


> -Original Message-
> From: A.L. [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 16:52
> To: [EMAIL PROTECTED]
> Subject: RE: Servlet Uses Another Class
> 
> 
> I have tried simply importing the class MyClass, and
> not creating it as a package.  Nevertheless I get the
> Cannot Resolve Symbol error.
> 
> Both the MyClass and the MyServlet class files are in
> the same directory.  In my servlet 
> --- Paul Foxton <[EMAIL PROTECTED]> wrote:
> > did you import the class explicitly in your servlet?
> > 
> > eg: (without a package)
> > 
> > import MyClass;
> > 
> > public class MyServlet extends HttpServlet throws
> > ServletEsception
> > IOException
> >   {
> > MyClass instanceOfMyClass;
> > instanceOfMyClass = new MyClass();
> > 
> > etc.
> > 
> > to import the class in the package:
> > 
> > import com.mypackage.MyClass
> > 
> > cheers,
> > 
> > Paul
> > 
> > > -Original Message-
> > > From: A.L. [mailto:[EMAIL PROTECTED]]
> > > Sent: 06 August 2001 16:04
> > > To: [EMAIL PROTECTED]
> > > Subject: Servlet Uses Another Class
> > > 
> > > 
> > > I am unable to create and run a servlet which uses
> > > another class which I have create.  How may this
> > be
> > > achieved.
> > > 
> > > Here is my problem:
> > > I have a servlet (myServlet), which needs to
> > create an
> > > instance of a class I designed.  I assumed that
> > > putting the myClass.class file in the
> > WEB-INF/classes/
> > > directory along with the myServlet.class file
> > would
> > > take care of this. Yet I get a "cannot resolve
> > symbol
> > > error".  
> > > My next idea was to put the class file in a
> > directory
> > > titled myPackage.  In the myServlet class I put
> > the
> > > proper import myPackage.*; and in the
> > myClass.class
> > > file I put the code package myPackage.
> > > 
> > > I assumed that perhaps turning the class file into
> > a
> > > package would help.  But now I get an error
> > stating:
> > > package myPackage does not exist.
> > > 
> > > 
> > > My question is how can I get the servlet to find
> > the
> > > class I created so that it may create an instance
> > of
> > > the class?
> > > 
> > > 
> > > __
> > > Do You Yahoo!?
> > > Make international calls for as low as $.04/minute
> > with 
> > > Yahoo! Messenger
> > > http://phonecard.yahoo.com/
> > > 
> 
> 
> __
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with 
> Yahoo! Messenger
> http://phonecard.yahoo.com/
> 



RE: Servlet Uses Another Class

2001-08-06 Thread Paul Foxton

forgot to say - when you compiled the class to put in the package did you do
it as follows -

javac -d path_to_my_package MyClass.java

hope none of this is too obvious, just checking ;¬)

cheers,

Paul

> -Original Message-
> From: Paul Foxton [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 15:54
> To: '[EMAIL PROTECTED]'
> Subject: RE: Servlet Uses Another Class
> 
> 
> did you import the class explicitly in your servlet?
> 
> eg: (without a package)
> 
> import MyClass;
> 
> public class MyServlet extends HttpServlet throws ServletEsception
> IOException
>   {
> MyClass instanceOfMyClass;
> instanceOfMyClass = new MyClass();
> 
> etc.
> 
> to import the class in the package:
> 
> import com.mypackage.MyClass
> 
> cheers,
> 
> Paul
> 
> > -Original Message-
> > From: A.L. [mailto:[EMAIL PROTECTED]]
> > Sent: 06 August 2001 16:04
> > To: [EMAIL PROTECTED]
> > Subject: Servlet Uses Another Class
> > 
> > 
> > I am unable to create and run a servlet which uses
> > another class which I have create.  How may this be
> > achieved.
> > 
> > Here is my problem:
> > I have a servlet (myServlet), which needs to create an
> > instance of a class I designed.  I assumed that
> > putting the myClass.class file in the WEB-INF/classes/
> > directory along with the myServlet.class file would
> > take care of this. Yet I get a "cannot resolve symbol
> > error".  
> > My next idea was to put the class file in a directory
> > titled myPackage.  In the myServlet class I put the
> > proper import myPackage.*; and in the myClass.class
> > file I put the code package myPackage.
> > 
> > I assumed that perhaps turning the class file into a
> > package would help.  But now I get an error stating:
> > package myPackage does not exist.
> > 
> > 
> > My question is how can I get the servlet to find the
> > class I created so that it may create an instance of
> > the class?
> > 
> > 
> > __
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute with 
> > Yahoo! Messenger
> > http://phonecard.yahoo.com/
> > 
> 



RE: Servlet Uses Another Class

2001-08-06 Thread Paul Foxton

did you import the class explicitly in your servlet?

eg: (without a package)

import MyClass;

public class MyServlet extends HttpServlet throws ServletEsception
IOException
  {
MyClass instanceOfMyClass;
instanceOfMyClass = new MyClass();

etc.

to import the class in the package:

import com.mypackage.MyClass

cheers,

Paul

> -Original Message-
> From: A.L. [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 16:04
> To: [EMAIL PROTECTED]
> Subject: Servlet Uses Another Class
> 
> 
> I am unable to create and run a servlet which uses
> another class which I have create.  How may this be
> achieved.
> 
> Here is my problem:
> I have a servlet (myServlet), which needs to create an
> instance of a class I designed.  I assumed that
> putting the myClass.class file in the WEB-INF/classes/
> directory along with the myServlet.class file would
> take care of this. Yet I get a "cannot resolve symbol
> error".  
> My next idea was to put the class file in a directory
> titled myPackage.  In the myServlet class I put the
> proper import myPackage.*; and in the myClass.class
> file I put the code package myPackage.
> 
> I assumed that perhaps turning the class file into a
> package would help.  But now I get an error stating:
> package myPackage does not exist.
> 
> 
> My question is how can I get the servlet to find the
> class I created so that it may create an instance of
> the class?
> 
> 
> __
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with 
> Yahoo! Messenger
> http://phonecard.yahoo.com/
> 



RE: Antwort: RE: jasper exeption

2001-08-06 Thread Paul Foxton

AHA!

you got a capital I in your if :¬)

if thats a straight copy and paste from your jsp that is. You would get that
error from a capital I on the if.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 10:22
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Antwort: RE: jasper exeption
> 
> 
>   this is my code - nothing wrong with it   :
> 
>  
> <% If (1 < 2) {%>
> 
>  hallo
> 
> <% } %>
>  
> 
> so the jasper exeption error is even worng ?!?
> 
> 
> 
>  
> ------
>  
>   Externe MailPaul Foxton <[EMAIL PROTECTED]>  
>   06.08.2001  
>   10:57   
>   
>  
> --
>  
> 
> 
> 
> 
> An:   "'[EMAIL PROTECTED]'" 
> <[EMAIL PROTECTED]>
> cc:
> 
> Thema:RE: jasper exeption
> 
> you're probably missing a ';' a few lines further up in your code,
> something
> like that.
> 
> Check you code again or post the rest.
> 
> cheers,
> 
> Paul
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: 06 August 2001 10:12
> > To: [EMAIL PROTECTED]
> > Subject: jasper exeption
> >
> >
> > hi,
> >
> > i have a problem with a simple if clause in my jsp. the
> > syntax of the code
> > is correct, but tomcat will not compile the page. here is the alert:
> > plz can u help me
> >
> > greets
> >
> > bastian
> >
> > Internal Servlet Error:
> > org.apache.jasper.JasperException: Unable to compile class for JSPC:
> > \tomcat\work\localhost_8080%2Fbechtle\_0002ftext_0002ftext_000
> > 5fuebersicht_0002ejsptext_0005fuebersicht_jsp_15.java:227:
> >
> > ';' expected.
> >  If (1 < 2) {
> >^
> > 1 error
> >
> >at
> > org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
> >at
> > org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
> >at
> > org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader1
> > 2.java:146)
> >at
> > org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
> >at
> > org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfN
> > ecessary(JspServlet.java:258)
> >
> >at
> > org.apache.jasper.servlet.JspServlet$JspServletWrapper.service
> > (JspServlet.java:268)
> >
> >at
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
> > .java:429)
> >at
> > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
> >at
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> >at
> > org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper
> > .java:405)
> >at 
> org.apache.tomcat.core.Handler.service(Handler.java:287)
> >at
> > 
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
> >at
> > org.apache.tomcat.core.ContextManager.internalService(ContextM
> > anager.java:812)
> >
> >at
> > 
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
> >at
> > org.apache.tomcat.service.http.HttpConnectionHandler.processCo
> > nnection(HttpConnectionHandler.java:213)
> >
> >at
> > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin
> > t.java:416)
> >at
> > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo
> > ol.java:501)
> >at java.lang.Thread.run(Thread.java:484)
> >
> >
> 
> 
> 
> 
> 



RE: jasper exeption

2001-08-06 Thread Paul Foxton

you're probably missing a ';' a few lines further up in your code, something
like that.

Check you code again or post the rest.

cheers,

Paul

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 06 August 2001 10:12
> To: [EMAIL PROTECTED]
> Subject: jasper exeption
> 
> 
> hi,
> 
> i have a problem with a simple if clause in my jsp. the 
> syntax of the code
> is correct, but tomcat will not compile the page. here is the alert:
> plz can u help me
> 
> greets
> 
> bastian
> 
> Internal Servlet Error:
> org.apache.jasper.JasperException: Unable to compile class for JSPC:
> \tomcat\work\localhost_8080%2Fbechtle\_0002ftext_0002ftext_000
> 5fuebersicht_0002ejsptext_0005fuebersicht_jsp_15.java:227:
> 
> ';' expected.
>  If (1 < 2) {
>^
> 1 error
> 
>at
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
>at
> org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
>at
> org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader1
> 2.java:146)
>at
> org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
>at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfN
> ecessary(JspServlet.java:258)
> 
>at
> org.apache.jasper.servlet.JspServlet$JspServletWrapper.service
> (JspServlet.java:268)
> 
>at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet
> .java:429)
>at
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:500)
>at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>at
> org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper
> .java:405)
>at org.apache.tomcat.core.Handler.service(Handler.java:287)
>at
> org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
>at
> org.apache.tomcat.core.ContextManager.internalService(ContextM
> anager.java:812)
> 
>at
> org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
>at
> org.apache.tomcat.service.http.HttpConnectionHandler.processCo
> nnection(HttpConnectionHandler.java:213)
> 
>at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin
> t.java:416)
>at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo
> ol.java:501)
>at java.lang.Thread.run(Thread.java:484)
> 
> 



ClassCastException on a bean

2001-07-26 Thread Paul Foxton

Hi,

I've just had an odd problem I thought I'd see if anyone else had come
accross:
Running tomcat 3.2.2, apache 1.3.19 on RH linux 7.1, I got a
ClassCastException for a bean (called DbUtilities) I use in a JSP page.

The code from the compiled servlet of the jsp is as follows: 

DbUtilities db = null;
boolean _jspx_specialdb = false;
 synchronized(application) {
   db = (DbUtilities)  < this line caused the
ClassCastException
   pageContext.getAttribute("db",pageContext.APPLICATION_SCOPE);
 
Its odd because both the bean and JSP had been working fine for a week or so
& I hadn't modified either.

I restarted tomcat and apache and everything was fine again - just a little
concernred, I don't want this happenning when the site goes live!

Has anyone else seen anything like this?

cheers,

Paul



RE: Shared Variables

2001-07-25 Thread Paul Foxton

make sure your variables do indeed have session scope - what platform are
you running on?

I had this happen when I accessed my app through a browser on the linux box
it is running on.

When I access the app from another machine it doesn't happen. I assumed it
must be something to do with the way sessions (as in user sessions) are
implemented in Linux.

- stab in the dark though : )

> -Original Message-
> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> Sent: 25 July 2001 12:44
> To: [EMAIL PROTECTED]
> Subject: Re: Shared Variables
> 
> 
> Yes, I tried your suggest but it happens the same thing. I 
> have also used
> the Nokia Wap Toolkit 
> 
> My application is developed with Cocoon/XSP tecnologies and 
> run on Tomcat
> 3.2.1. Perhaps I have to define the variable in another way, 
> but I don't
> know
> 
> 
> - Original Message -
> From: "Loïc Lefèvre" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, July 25, 2001 1:33 PM
> Subject: RE: Shared Variables
> 
> 
> > Did you use Internet explorer twice for these tests ?
> > In this case, it appears for me too.
> > Try to run TWO process Internet Explorer not CTRL+N (new 
> window) then
> > try your application on these two browsers.
> >
> > Loïc Lefèvre
> >
> > -Message d'origine-
> > De : Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> > Envoyé : mercredi 25 juillet 2001 13:23
> > À : [EMAIL PROTECTED]
> > Objet : Shared Variables
> >
> >
> > Hi,
> >
> > I have noticed that when I start my application under 
> Tomcat 3.2.1 all the
> > variables are shared If I access for the first time and 
> I set for
> > example Name="mouse", at the second access (another 
> session!) the Name
> > variable is equal to "mouse"??? Why? Is a Tomcat bug?
> >
> > Help me!
> >
> > Thanks.
> >
> >
> >
> 



RE: Class reloading

2001-07-19 Thread Paul Foxton

yes, I have 'reloadable' set to true in server.xml for my app directory
(under webapps) but its never reloaded my bean classes without restarting,
servlets I havn't tried it with as yet. The question seemed to me to relate
to beans in JSPs.

Sorry, I could have phrased my reply better : )

cheers,

Paul

> -Original Message-
> From: Endre Stølsvik [mailto:[EMAIL PROTECTED]]
> Sent: 19 July 2001 15:10
> To: '[EMAIL PROTECTED]'
> Subject: Re: Class reloading
> 
> 
> On Thu, 19 Jul 2001, Paul Foxton wrote:
> 
> | AFAIK tomcat doesn't support automatic reloading of 
> classes. You do have to
> | restart.
> 
> AFAIK all tomcats does support automatic reload, but it (at least 3.2)
> sucks. If you have "very plain servlets", which doesn't put 
> many "real"
> objects into the HttpSession (just Strings, Longs and the 
> like), then it
> works pretty good. But if you try to use selfmade objects, 
> you get hit by
> severe ClassLoader issues (You'll get ClassCastExceptions all 
> the time).
> 
> Tomcat 4 should work, but I haven't tested it yet. It uses a 
> funky scheme
> of serializing the whole Sessions stuff, and restarting the 
> whole webapp,
> and then "booting" it up again. What happens with singletons, 
> I ask, but
> haven't tested it yet, as mentioned.
> 
> Look at tomcat's xml configure file, it's a 'ish 
> parameter,
> turn it to true..
> 
> -- 
> Mvh,
> Endre
> 



RE: Class reloading

2001-07-19 Thread Paul Foxton

AFAIK tomcat doesn't support automatic reloading of classes. You do have to
restart.

Paul

> -Original Message-
> From: John Baker [mailto:[EMAIL PROTECTED]]
> Sent: 19 July 2001 11:36
> To: [EMAIL PROTECTED]
> Subject: Class reloading
> 
> 
> Hello.
> 
> If I write a class and use it in a jsp page, then change the 
> class, I have to 
> restart tomcat. Is there any way I can get around this, ie 
> tell tomcat to 
> reload the class (and forget about the cached loaded copy I 
> expect it has).
> 
> 
> John
> 
> -- 
> John Baker, BSc CS.
> Java developer, Linux lover.
> I don't wanna rock, DJ.
> 



RE: are there servlet aliases

2001-07-10 Thread Paul Foxton

Set them up in the web.xml file in teh WEB-INF dir for your app:


  myname


  MyServlet



  
myname
  
  
/myname
  


Have a look at web.xml in the examples/WEB-INF dir to see how to set it up.
  

> -Original Message-
> From: Andreas Tirok [mailto:[EMAIL PROTECTED]]
> Sent: 10 July 2001 15:32
> To: [EMAIL PROTECTED]
> Subject: are there servlet aliases
> 
> 
> Hi all,
> 
> may I use aliases for servlets?
> 
> With Jserv I can use 
> 
> servlet.WebBILL_MainMenu.code=beusen.bill.MainMenuServlet
> 
> that /servlet/WebBILL_MainMenu 
> refer to (/servlet)/beusen/bill/MainMenuServlet
> 
> How can I do this with tomcat?
> 
> Thx
> 
> andy
> -- 
> ---
> mailto:[EMAIL PROTECTED]
> fon: +49 30 549932-37
> fax: +49 30 549932-21
> 



RE: mod_jserv

2001-07-04 Thread Paul Foxton

AFAIK mod_jserv is the old version for use with jserv, you will need the new
one: mod_jk. Yes, you do need to download it seperately.

Get it from http://jakarta.apache.org. You'll find it in the subdirectory
for your platform on the binaries page.
You can find instructions for setting it up in the tomcat manual.

> -Original Message-
> From: Anagha Mudigonda [mailto:[EMAIL PROTECTED]]
> Sent: 04 July 2001 14:44
> To: [EMAIL PROTECTED]
> Subject: mod_jserv
> 
> 
> hi
> i'me new to tomcat. i have some fundamental doubts. if anyone 
> could help
> 
> out i'de be real thankful.
> I have Apache Web server and tomcat. Now, to create a 
> webserver adapter,
> 
> do I need to download the mod_jserv seperately, ie other than 
> the tomcat
> 
> download ? if so where can i get it from ?i'me using tomcat-3.2.1 on
> HP-UX.
> 
> thanks in advance
> 
> regards
> anagha.
> 
> --
> Where the mind is without fear and the head is held high;
> Where knowledge is free;
> Where the world has not been broken up into fragments by 
> narrow domestic
> walls;
> Where words come out from the depths of truth;
> ...
> Where the mind is led by thee into ever-widening thought and action;
> Into that heaven of freedom,my Father,let my country awake.
> 
> 



RE: List traffic et al

2001-07-03 Thread Paul Foxton

well there's already [EMAIL PROTECTED] and
[EMAIL PROTECTED]

there's also [EMAIL PROTECTED]

perhaps ppl with more development specific questions should use these?

> -Original Message-
> From: Sam Newman [mailto:[EMAIL PROTECTED]]
> Sent: 03 July 2001 11:24
> To: [EMAIL PROTECTED]
> Subject: Re: List traffic et al
> 
> 
> Emir wrote:
> 
> > List is "tomcat-user" and not "java-server-development"; 
> thus, issues such
> > as getting Tomcat up and running (i.e. Tomcat configuration) ARE the
> purpose
> > of this list.
> >
> > Methinks you should get invovled into discussion more 
> often, given as you
> > say that getting Tomcat up and running is no issue to you: could you
> > perchance share your knowledge with us?
> >
> > The lists are there to provide convenient ways of GIVING to 
> the community,
> > not only TAKING...
> >
> > My 2 cents.
> 
> 
> I have no problem with "giving" to the community - its just 
> that I've got
> tired of answering the same questions again and again, and if 
> I answered
> every question that I had an answer for I wouldn't get any 
> work done (like
> most/all of us here I do have a full time job). Because I saw the same
> questions coming up again and again I decided to get involved with the
> tomcat-book project (which has had to take a back-burner for me at the
> moment due to things going mental at work).  The fact remains 
> that general
> discussion as to servlet development DOES take place here, 
> which leads me to
> believe that there may be a place for a decent developmnet 
> mailing list. Now
> this (jakarta) might not be the best place to host it I'd 
> admit, and if
> anyone knows of a decent list which already exists that covers
> servlet/jsp/taglib development, please let me know. On a 
> related note I know
> for a fact that the jakarta-taglib list contains probably 50% 
> general taglib
> discussion as opposed to specific stuff about the jakarta taglibs.
> As to the general config issues for tomcat, there still might 
> be some scope
> for splitting the list - perhaps one for general issues, and 
> one covering
> integration with other tools (webservers, EJB containers 
> etc). Its just that
> given the volume of traffic I think the things that interest 
> me (and the
> things I could mostly helpfully contribute to) are getting 
> lost. Also the
> generla configuration issues are typically for the newer 
> users, whilst more
> advanced issues (SSL, working with IIS/Apache etc) concern 
> those people who
> are more familiar with Tomcat.
> By splitting the list, you would reduce traffic for those people only
> intersted in one side of it or the other, and those that 
> still care about
> both will recieve the same number of posts (bar some potential
> cross-posting). This would reduce the amount of people (probably with
> something to say) who leave the list because of the amount of 
> daily posts..
> 
> sam
>