Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 31750 invoked from network); 29 Oct 2001 04:12:03 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 Oct 2001 04:12:03 -0000 Received: (qmail 16943 invoked by uid 97); 29 Oct 2001 04:12:10 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 16932 invoked from network); 29 Oct 2001 04:12:09 -0000 From: "Jovie Castaneda" To: "'Tomcat Users List'" Subject: RE: Problems in starting up a servlet Date: Mon, 29 Oct 2001 15:08:25 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Dmitri..thanks for all the replies :) i am now baffled with what's happening here... i just removed my entries in web.xml of the test webapps then it was able to load the date initialisation i have in the init method.. but wait..this is the interesting part....it still says cannot load servlet name: StartMe... (Below is the exact messages in the console) Init Called for WebCollect ....... In WebCollect, this day = 303 In WebCollect, next day = 304 TEST START Starting WebCollect Server... cannot load servlet name: StartMe cannot load servlet name: StartMe I dont know if i successfully loaded it or there are still config issues? How do i go about this then? pleaasseee... -----Original Message----- From: Dmitri Colebatch [mailto:dim@bigpond.net.au] Sent: Monday, October 29, 2001 2:58 PM To: Tomcat Users List Subject: RE: Problems in starting up a servlet On Mon, 29 Oct 2001, Jovie Castaneda wrote: > almost all the codes with the init method are commented out > i am expecting that it can do show all my system.out.println's but it failed > to start up together with the tomcat I would guess that the problem is that it is not able to construct an instance of the class. but thats only a guess. cheers dim > > -----Original Message----- > From: Dmitri Colebatch [mailto:dim@bigpond.net.au] > Sent: Monday, October 29, 2001 2:40 PM > To: Tomcat Users List > Subject: RE: Problems in starting up a servlet > > > where does logfile come from? Do you have any class level variables that > might be failing initialization? > > On Mon, 29 Oct 2001, Jovie Castaneda wrote: > > > I did that already. Initially i thought it was a problem with my > > date intitialisations but i commented out everythign and its giving the > same > > message in the console > > if u may want to take a look here it is: > > > > public void init (ServletConfig config) throws ServletException { > > > > super.init ( config ); > > System.out.println("Init Called for WebCollect ......."); > > > > try { > > /* > > > java.util.TimeZone.setDefault(java.util.TimeZone.getTimeZone("AET")); > > java.text.SimpleDateFormat sdf = new > > java.text.SimpleDateFormat("MMMddhhmm"); > > java.util.Date thisTime = new java.util.Date(); > > calendar.setTime(thisTime); > > dayOfYear = calendar.get(Calendar.DAY_OF_YEAR) ; > > dayOfYear += 1 ; > > nextDay = dayOfYear + 1 ; > > logfile.append("In WebCollect, Date and Time : " + > sdf.format(new > > java.util.Date()) + "\n") ; > > logfile.append("In WebCollect, this day = " + dayOfYear+ "\n"); > > logfile.append("In WebCollect, next day = " + nextDay + "\n"); > > > > sdf = new java.text.SimpleDateFormat("dd/MM/yy hh:mm:ss a"); > > */ > > > > System.out.println ( "TEST START" ); > > } catch ( Exception e ) { > > System.out.println ( e.toString () ); > > } > > > > System.out.println("Starting WebCollect Server..."); > > > > } > > > > > > -- > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > > > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: