Swing (JFC) in JSP example sought

2005-07-07 Thread Christoph P. Kukulies
I need to edit a server side file in a browser window. I'm thinking of putting some EditorPanel or something out of the JFC into a JSP. Anyone knowing of an example showing this. And where to put the swing.jar or whatever files required ? -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org

Re: reloading, 5.0, context.xml

2004-12-03 Thread Christoph P. Kukulies
On Fri, Dec 03, 2004 at 11:29:00AM -, Allistair Crossley wrote: You should do this ... Create a file called mywebapp.xml (matching your webapp's name of course) and whack it in tomcat/conf/Catalina/localhost In that file Context path= docBase=/mywebapp reloadable=true / Note

Re: reloading, 5.0, context.xml

2004-12-03 Thread Christoph P. Kukulies
On Fri, Dec 03, 2004 at 11:30:47AM -0500, Shapira, Yoav wrote: Hi, Unfortunately the leading / on docBase is misleading and not likely what you want: it implies an absolute path, i.e. /servlets on your file system. You probably want just servlets relative to your appBase, i.e.

Re: reloading, 5.0, context.xml

2004-12-03 Thread Christoph P. Kukulies
On Fri, Dec 03, 2004 at 11:30:47AM -0500, Shapira, Yoav wrote: Thanks for all the hellp. At least the server now starts up again without error: INFO: Processing Context configuration file URL file:/usr/local/jakarta-tomcat5.0/conf/Catalina/localhost/servlets.xml Now, when I formerly restarted

Re: the pain of choice

2004-04-21 Thread Christoph P. Kukulies
On Mon, Apr 19, 2004 at 11:32:38PM +0200, C. Kukulies wrote: Can someone give me an advice which way to go WRT to using a tomcat/apache combo on a Unix (not Linux) system? There are so many options, jk, jk2, tomcat 3-4-5, apache 1.3, apache2. worker.properties worker2.properties,

Re: the pain of choice

2004-04-20 Thread Christoph P. Kukulies
On Mon, Apr 19, 2004 at 05:53:19PM -0400, Parsons Technical Services wrote: I don't know if you will get much response with this request. What you may wish to do is define your requirements for your application and environment. Then set back and take in all the opinions on which way is best.

Re: IllegalStateException

2004-04-20 Thread Christoph P. Kukulies
On Wed, Jul 07, 2004 at 10:28:25PM +0200, Dr. Franz X. Steinparz wrote: ^^ Hello I urgently need help. Could you please set the date correctly on your computer, Herr Dr. Steinparz -- Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de

Re: jk connector build / configure failure

2004-04-16 Thread Christoph P. Kukulies
On Fri, Apr 16, 2004 at 07:31:40AM +0800, Eric Noel wrote: On 4/15/2004 10:28 PM, C. Kukulies wrote: In the vein of getting tomcat 5 apache 1.3.29 integration working I'm now at the point where I came to the conclusion that I need to build jakarta-tomcat-connectors-jk-1.2.5-src/jk/native

Re: cannot get servlet mapping working under 3.3

2004-04-05 Thread Christoph P. Kukulies
On Sun, Apr 04, 2004 at 10:04:12PM +0200, Schalk wrote: I would suggest you upgrade to Tomcat 5.0+ and mod_jk Yes, I could but then I have another Servlet API and other headaches with my classes possibly not working any longer or having deprecated APIs. Nobody here who can tell what the problem

Re: cannot get servlet mapping working under 3.3

2004-04-05 Thread Christoph P. Kukulies
I found the following in tomcat.conf in the 3.3 distribution: ## Context mapping - you need to deploy # ( copy or ln -s ) the context into htdocs ## # ApJservMount /CONTEXT/servlet /root # Location /CONTEXT/WEB-INF/ # AllowOverride None # deny from all #

Re: cannot get servlet mapping working under 3.3

2004-04-05 Thread Christoph P. Kukulies
kuku_at_physik.rwth-aachen.de On Mon, Apr 05, 2004 at 10:28:28AM +0200, Christoph P. Kukulies wrote: I found the following in tomcat.conf in the 3.3 distribution: ## Context mapping - you need to deploy # ( copy or ln -s ) the context into htdocs ## # ApJservMount

Re: cannot get servlet mapping working under 3.3

2004-04-05 Thread Christoph P. Kukulies
On Mon, Apr 05, 2004 at 11:41:56AM +0200, Christoph P. Kukulies wrote: Investigating further I come to the conclusion that my problem may be related to the invoker servlet. Doesn't tomcat 3.3 have a central web.xml any longer? Sorry, I know that talking about tomcat 5.x is more interesting