Search the web
Sign In
New User? Sign Up
jrun-interest · Java Servlet engine
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4802 - 4831 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4802
Hi everybody, I have an urgent question for all users and developer of JRun. I wrote a servlet that shows, only for allowed users, the documents contained in...
Stefano Martinella
smartinella@...
Send Email
Jun 2, 1999
1:02 pm
4803
Our current configuration is Apache 1.3.4 with Jrun setup to Multihome a number of virtual hosts. I would like to have one of those hosts point to a new jsm...
Rick Gibbs
rick@...
Send Email
Jun 3, 1999
9:42 pm
4804
One of the following two FAQ's should help: Configuring a virtual web server to talk directly to a distinct JVM: ...
Edwin Smith
esmith@...
Send Email
Jun 3, 1999
10:46 pm
4805
I took a look at the FAQ but still had some problems. I'll try to describe our enviroment as best as I can: Apache 1.3.4 - 2 Virtual Hosts: 111.111.111.111 ->...
Rick Gibbs
rick@...
Send Email
Jun 4, 1999
4:39 pm
4806
You'll need to make copies of the JRunConfig directives and place them within the config block for each virtual host. That way each host has its own settings...
Edwin Smith
esmith@...
Send Email
Jun 4, 1999
5:46 pm
4807
... I tried adding the JRunConfig Directives to each Virtual host directive and came up with the following which still didn't work: # JRun Settings # JRun -...
Rick Gibbs
rick@...
Send Email
Jun 4, 1999
6:52 pm
4808
I'd suggest removing the IFModule statements, but leave in the JRunConfig statements. Regards, - Edwin ... From: Rick Gibbs <rick@...> To:...
Edwin Smith
esmith@...
Send Email
Jun 4, 1999
7:09 pm
4809
... I tried this and still no luck, any more ideas? Thanks Rick ... To unsubscribe, send email to jrun-interest-request@... and include in the...
Rick Gibbs
rick@...
Send Email
Jun 4, 1999
7:31 pm
4810
Hi Has anyone gotten CF_Anywhere to work using the following configuration:- An access *.mdb file, registered in the ODBC Manager in the System DNS. Using the...
Martin Franklin
martin.franklin@...
Send Email
Jun 4, 1999
8:14 pm
4811
Hi, The syntax in CF_Anywhere preview release should look like the following: <CFQUERY NAME="query_name" DATASOURCE="source" USERNAME="username" ...
Clement Wong
clement@...
Send Email
Jun 6, 1999
4:59 pm
4812
Clement I'd tried your suggestion previously and it didn't work - however I checked and found that on installation both the jse AND jseweb have a...
Martin Fanklin
martin.franklin@...
Send Email
Jun 7, 1999
12:27 am
4813
Clement Okay on further investigation it appears that this particular problem is caused by the JDBC-ODBC bridge, looks like one of the columns is of a type ...
Martin Fanklin
martin.franklin@...
Send Email
Jun 7, 1999
4:51 am
4814
We had the exact same problem with the jdbc-odbc bridge. Seemed as if some buffer or another was being overrun by using all the fields whereas some...
mike
mahogarth@...
Send Email
Jun 7, 1999
5:12 am
4815
... The jdbc-odbc bridge is not a commercial implementation of Sun's JDBC API. Its limitation is not well-documented so it's sometime hard to trace the ...
Clement Wong
clement@...
Send Email
Jun 7, 1999
4:23 pm
4816
... The last time I did this I had to put the LoadModule directive inside the VirtualHost directive. The following should work for you, I removed one of the...
Thomas Reilly
treilly@...
Send Email
Jun 7, 1999
4:33 pm
4817
I believe the Microsoft version of jdbc-odbc is meant to be 'production' grade. In addition, OLE-DB is supported through the MS JDK, allowing for more...
mike
mahogarth@...
Send Email
Jun 7, 1999
4:50 pm
4818
... Live Software at JavaOne ... Visit Live Software's booth (#221) at JavaOne, Sun's 1999 Worldwide Java Developer Conference, at the Moscone Center in San...
Paul Colton
pc@...
Send Email
Jun 7, 1999
10:30 pm
4819
JRun users, Live Software has immediate openings for a short-term, well-paid contract as a Support Engineer. The duration would be 4-8 weeks and you can work ...
Paul Colton
pc@...
Send Email
Jun 8, 1999
2:53 pm
4820
This ROCKS! Thanks. I now have my system setup to use a default jsm unless I override it in the virtual host directives to use another one. The power of...
Rick Gibbs
rick@...
Send Email
Jun 8, 1999
3:29 pm
4821
Product ... CIA is the developer of Focus a web-based e-mail management solution for high traffic web-sites revceiving 1000's of e-mails daily requiring...
Komali Avadhani
komali@...
Send Email
Jun 8, 1999
4:46 pm
4822
Hallo, We're doing a lot of dynamic web publishing with Servlets/JSP under JRun and RDBMS. Now we do have a client who want's his Internet-presentation (HTML,...
Bernhard Woehrlin
berny@...
Send Email
Jun 9, 1999
3:43 pm
4823
i have just upgraded to 231 Pro using under apache WS 1.3.1 on solaris 2.6, and after installation and restarting the system i cannot upload a new servlet...
Ken Hawkins
ken@...
Send Email
Jun 10, 1999
6:33 pm
4824
Using 2.3.1 and apache 1.3.6 I am getting null when calling ServletContext.getMimeType() with a file whose extension is ".pdf". Is there anyway I can add that...
bkayser@...
Send Email
Jun 10, 1999
9:56 pm
4825
Hi, Does anyone use JRun to process any International characters ?? Let's say we have a Text field which can accept Japanese character in SJIS format, the...
Chen, Alan (GSAM)
Alan.Chengsam@...
Send Email
Jun 11, 1999
7:04 pm
4826
Dear JRun users, JRun 2.x build 149 and JSP 1.0 beta 2 are now available at http://jrun.com/products/jrun/updates.html See you all at JavaOne! -Paul ...
Paul Colton
pc@...
Send Email
Jun 12, 1999
6:03 am
4827
Why do I have to do the following in order to work with Internaltional Character sets ?? I set my browser to SJIS char format and it encode the binary data...
Chen, Alan (GSAM)
Alan.Chengsam@...
Send Email
Jun 14, 1999
2:08 pm
4828
Most likely this is a classpath issue; any servlets that live in the CLASSPATH are not eligible to be dynamically reloaded. This is nothing new for JRun Pro,...
Edwin Smith
esmith@...
Send Email
Jun 14, 1999
11:27 pm
4829
The getMimeType is currently somewhat limited in JRun, however we will schedule this to be fixed in the next JRun patch. Regards, - Edwin ... Edwin Smith Live...
Edwin Smith
esmith@...
Send Email
Jun 14, 1999
11:36 pm
4830
I am experiencing a strange error. I have two servlets that are related as follows: ServletA extends HttpServlet ServletB extends ServletA I can use ServletA...
Paul Dorn
zippo@...
Send Email
Jun 15, 1999
10:29 am
4831
We are very proud to announce that Live Software has signed a merger agreement to be acquired by Allaire Corporation, and the Live Software team is planning to...
Paul Colton
pc@...
Send Email
Jun 15, 1999
3:32 pm
Messages 4802 - 4831 of 16245   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help