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,
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
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
able
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, ${bui
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 I
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
http://www.onjava.com/onjava/2003/01/08/examples/build.xml
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 reac
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
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
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 comp
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
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
brows
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
x27;m running Solaris 10, yes.
Thanks for the reply,
Dan
On Tue, 2007-02-20 at 13:56, Nelson, Tracy M. wrote:
> | From: Daniel Gresh [mailto:[EMAIL PROTECTED]
> | Sent: Monday, 19 February, 2007 15:43
> |
> | I cannot run "tar xvfz jsvc.tar.gz", as the
> | -z argumen
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
ly; I 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 <
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.
I
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.apa
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-ma
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 addition
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
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
suggested
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 executable
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 w
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 co
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 4.
26 matches
Mail list logo