Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Daniel Gresh
Hi, I have a JApplet class in my $CATALINA_HOME/webapps/mywebapp directory called applet.NVACApplet. It is part of the applet package. I load this applet through NVAC.jsp. I was making some changes to the class and recompiled. However, after reloading the webapp and making numerous changes,

Re: Tomcat 6.0.9 connection stopped working and will not resume

2007-04-17 Thread Daniel Gresh
Rashmi Rubdi wrote: On 4/16/07, Daniel Gresh [EMAIL PROTECTED] wrote: Hi, I was editing a JSP page. I saved the file, and refreshed the web page at http://localhost:port/myapp/page.jsp. Apparently, this caused Tomcat to shut down for some reason. I had this problem before, but I don't remember

Tomcat 6.0.9 connection stopped working and will not resume

2007-04-16 Thread Daniel Gresh
Hi, I was editing a JSP page. I saved the file, and refreshed the web page at http://localhost:port/myapp/page.jsp. Apparently, this caused Tomcat to shut down for some reason. I had this problem before, but I don't remember how I solved it. Anyway when I had the problem previously I was

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
James Javaman wrote: Hello, I am trying to setup a build.xml file for a servlet. I am using the following 2 URL's as references: http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
james.javaman wrote: Hi Dan, Thanks for your response. Let me just make sure I heard you right: So I have a javac target in my build.xml file. It simply compiles code in ${source} and puts it in {$build}. You are suggesting that I point {$build} to the Tomcat directory? For example, since

Re: Example of a build.xml File for Tomcat ?

2007-03-14 Thread Daniel Gresh
james.javaman wrote: Hi Dan, Sorry if I’m being dense here, but how does the newly compiled code get into $CATALINA_HOME/webapps/myWebApp? I don’t see the part in your build.xml where the new changes (newly compiled changes) make it to the Tomcat directory. According to your response,

Re: Ant custom tasks: how to compile .java files and restart Tomcat(Tomcat6.0.9)?

2007-03-01 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Re: Ant custom tasks: how to compile .java files and restart Tomcat(Tomcat6.0.9)? Is webapps/[appname], where [appname]=ROOT a web application? If so, I can just use reload when I deploy new .class files

Re: Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat6.0.9)? [RESOLVED]

2007-03-01 Thread Daniel Gresh
Daniel Gresh wrote: Alright, here is where I am now. I edited my build.xml file to include a reload command to reload my $CATALINA_HOME/webapps/ROOT path. I go to the directory where my .java files are and type ant reload. Everything in the build.xml file works fine until it reaches reload

Re: Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat6.0.9)?

2007-02-28 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat6.0.9)? I have a src directory for my .java files that I wish to compile to .class files and simply store them on $CATALINA_HOME/webapps

The requested resource (/manager/) is not available.

2007-02-27 Thread Daniel Gresh
Hi list, I'm trying to use the manager webapp for the custom Ant tasks on Tomcat 6.0.9 with Sun Solaris 10. I've gone into the tomcat-users.xml file and created a username/password admin/admin that has the manager role. However, when I try to connect to the manager webapp by pointing my

Re: The requested resource (/manager/) is not available.

2007-02-27 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: The requested resource (/manager/) is not available. However, when I try to connect to the manager webapp by pointing my browser to http://localhost:port/manager, I get the error: _The requested resource

Ant custom tasks: how to compile .java files and restart Tomcat (Tomcat 6.0.9)?

2007-02-27 Thread Daniel Gresh
Hi all, I've been reading through the documentation on using custom Ant tasks with Tomcat, but I am sorry to say that I am confused. This will most likely turn out to be a very basic question, but I'm not sure where to go with it. I have a src directory for my .java files that I wish to

Re: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-20 Thread Daniel Gresh
Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: Re: Installing Tomcat 6.0.9 on Sun Solaris When I try to setup a $CATALINA_BASE by moving the aforementioned directories to $HOME/dtomcat, I get the error I posted in my original message. The real

RE: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-20 Thread Daniel Gresh
Oh I see, thanks a lot. On Tue, 2007-02-20 at 14:44, Caldarale, Charles R wrote: From: Daniel Gresh [mailto:[EMAIL PROTECTED] Subject: RE: Installing Tomcat 6.0.9 on Sun Solaris The reason I was confused though is because the instructions on the Tomcat site said I need to run

Installing Tomcat 6.0.9 on Sun Solaris

2007-02-19 Thread Daniel Gresh
Hi all, I was having some more problems with some older Tomcat installations, so I decided to upgrade to the newest release and download it fresh this time instead of using an existing build from awhile back. I've been trying to set up Tomcat 6.0.9, but I'm afraid I'm having some problems.

Re: Installing Tomcat 6.0.9 on Sun Solaris

2007-02-19 Thread Daniel Gresh
cannot connect to it from a browser, and I get the error I posted when I try to use shutdown.sh. There's obviously something I missed. Do I need to edit some files or something? Thanks a lot, Dan On Mon, 2007-02-19 at 17:11, Hassan Schroeder wrote: On 2/19/07, Daniel Gresh [EMAIL PROTECTED] wrote

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-16 Thread Daniel Gresh
Daniel Gresh wrote: Daniel Gresh wrote: APliszka-Public wrote: Google for compilerSourceVM, and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org

Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
Hi list, Recently I upgraded Tomcat from 4.0.5 to 5.5.9, due to some unusual problems I was experiencing with Tomcat 4.0.5. I was getting some Java compilation errors when I used JDK1.5 features, and neither I nor the two who replied to my message could figure out why. Upgrading was

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
APliszka-Public wrote: Try using code that is not 1.5 specific [like for(String x: s)] if it is going to work then your pages are compiled as Java 1.4 source code, you will have change tomcat config to so jsp compiler is compailing Java 1.5 source. Andrew Pliszka Daniel Gresh wrote: Hi

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
APliszka-Public wrote: Google for compilerSourceVM, and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Tomcat 5.5.9 on Sun Solaris: JSP compilation error

2007-02-15 Thread Daniel Gresh
Daniel Gresh wrote: APliszka-Public wrote: Google for compilerSourceVM, and you should find examples of enabling 1.5. Andrew Pliszka - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Daniel Gresh
Hi list, I'm running Tomcat 4.0.5 on UNIX and I am experiencing compilation errors when trying to compile a simple index.jsp file, which is only twenty lines or so, as I'm trying to learn JSP and starting small. First however, I'd like to get this question out of the way: I've searched the

Re: Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Daniel Gresh
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Gresh wrote: I've searched the web for information on Tomcat's directory structure. According to one page I found, Tomcat should have a /bin directory, which contains binary executables

Tomcat 4.0 compatibility with jdk1.6

2007-02-08 Thread Daniel Gresh
Hi, I've searched through the Tomcat site a bunch and the Java site (and Google), but I can't find anything that tells me Tomcat 4.0 will work with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm unsure of the j2se specs. If anyone could give me a simple answer (yes Tomcat

Re: Tomcat 4.0 compatibility with jdk1.6 -- SOLVED

2007-02-08 Thread Daniel Gresh
Daniel Gresh wrote: Hi, I've searched through the Tomcat site a bunch and the Java site (and Google), but I can't find anything that tells me Tomcat 4.0 will work with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm unsure of the j2se specs. If anyone could give me a simple